Explorar o código

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

yunxing %!s(int64=4) %!d(string=hai) anos
pai
achega
87910ef9c9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,
                                     },