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