xiaokuang 3 minggu lalu
induk
melakukan
79075b34e9
2 mengubah file dengan 2 tambahan dan 3 penghapusan
  1. 0 1
      components/common/u-swiper/index.vue
  2. 2 2
      pages/index/home.vue

+ 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)
 				})
 			}
 		}