We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50042c commit a5f2ac7Copy full SHA for a5f2ac7
src/components/app/app.vue
@@ -14,7 +14,7 @@ export default {
14
let _this = this
15
16
let thenFunction = function(Response) {
17
- let mainData = Response.data
+ let mainData = Response.data.main
18
/* 设置主通信数据 */
19
_this.$store.dispatch('setMainData',mainData)
20
/* 初始化路由 */
0 commit comments