Skip to content

Commit

Permalink
统一放入main后修改数据获取
Browse files Browse the repository at this point in the history
  • Loading branch information
bigrocs committed Jul 30, 2017
1 parent a50042c commit a5f2ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/app/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default {
let _this = this
let thenFunction = function(Response) {
let mainData = Response.data
let mainData = Response.data.main
/* 设置主通信数据 */
_this.$store.dispatch('setMainData',mainData)
/* 初始化路由 */
Expand Down

0 comments on commit a5f2ac7

Please sign in to comment.