|
@@ -220,7 +220,8 @@ export default new Vuex.Store({
|
|
commit('SETPLAZENAME', res.treeData[0].cname)
|
|
commit('SETPLAZENAME', res.treeData[0].cname)
|
|
}
|
|
}
|
|
router.push({
|
|
router.push({
|
|
- path: './home/homepage',
|
|
|
|
|
|
+ // TODO: 1.默认跳转到项目概览
|
|
|
|
+ path: './home/overview',
|
|
query: {
|
|
query: {
|
|
plazaId: res.treeData[0].ccode,
|
|
plazaId: res.treeData[0].ccode,
|
|
},
|
|
},
|