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