Browse Source

fix: 修复单广场用户,不跳转项目首页问题

yunxing 4 years ago
parent
commit
87910ef9c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/store/index.js

+ 1 - 1
src/store/index.js

@@ -220,7 +220,7 @@ export default new Vuex.Store({
                                     commit('SETPLAZENAME', res.treeData[0].cname)
                                 }
                                 router.push({
-                                    path: './home/overview',
+                                    path: './home/homepage',
                                     query: {
                                         plazaId: res.treeData[0].ccode,
                                     },