From e8d946a82907aa530ff086987d3ec7d2c04a90d2 Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期二, 15 十一月 2022 13:09:55 +0800 Subject: [PATCH] 默认更改列表 --- src/router/index.js | 19 +++++++++++++++---- 1 files changed, 15 insertions(+), 4 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 38ff055..f96b465 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -52,9 +52,20 @@ hidden: true }, { + path: '/pwdChange', + // 密码变更 + component: () => import('@/views/login/pwdChange'), + hidden: true + }, + { + path: '/fullScreen', + component: () => import('@/views/doubleIndex/saftyScreen/fullScreen/index'), + hidden: true + }, + { path: '/', component: Layout, - redirect: "/accidentHidden", + redirect: "/doublePreventAction/doublePreventAction/riskLevelManage/index/doublePreventAction/riskLevelManage/riskSourceManage/index", // redirect: '/workPlan/workPlan/reserve', children: [ { @@ -114,14 +125,14 @@ // } // ] // }, - { - id: 2, + { + id: 2, parentId: 0, path: '/aqscbzh', component: Layout, name: '安全生产标准化', meta: { title: '安全生产标准化', icon: 'el-icon-security' }, - hidden: true, + hidden: true, children: [ { path: '/new', -- Gitblit v1.9.2