@@ -34,7 +34,8 @@ const routes = [
path: "/home",
name: "home",
component: () => import("../views/index"),
- redirect: "/home/homepage",
+ // TODO: 1.默认跳转到项目概览
+ redirect: "/home/overview",
children: [{
path: "homepage",
name: "项目首页",
@@ -220,7 +220,8 @@ export default new Vuex.Store({
commit('SETPLAZENAME', res.treeData[0].cname)
}
router.push({
- path: './home/homepage',
+ path: './home/overview',
query: {
plazaId: res.treeData[0].ccode,
},