xiaokuang 3 týždňov pred
rodič
commit
79075b34e9

+ 0 - 1
components/common/u-swiper/index.vue

@@ -133,7 +133,6 @@
 						this.videoUrl = item.href
 						this.showOverlay = true
 					} else {
-						console.log(item.href);
 						this.navigateTo(item.href)
 					}
 				}

+ 2 - 2
pages/index/home.vue

@@ -252,9 +252,9 @@
 				})
 			},
 			getDashboardData() {
-				getDashboardInfo().then(res => {
+				getDashboardInfo('',process.env.CONFERENCE_WEBSITE).then(res => {
+					console.log(res.data.module1)
 					this.images = res.data.module1
-					console.log(this.images)
 				})
 			}
 		}