From c819024e241b9f7c54cc3786373ad0d2998f2190 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Fri, 05 May 2023 08:55:46 +0800
Subject: [PATCH] 修改
---
src/router/index.js | 23 +++++++++++++++++------
1 files changed, 17 insertions(+), 6 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 38ff055..258d228 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -52,14 +52,25 @@
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: '/workPlan/workPlan/reserve',
+ // redirect: "/doublePreventAction/doublePreventAction/riskLevelManage/index/doublePreventAction/riskLevelManage/riskSourceManage/index",
+ redirect: '/safetyproduction/safetyproduction/checklist',
children: [
{
path: 'dashboard',
- component: () => import('@/views/workPlan/reserve'),
+ component: () => import('@/views/safetyproduction/checklist'),
name: 'Dashboard1',
meta: { title: '首页', icon: 'el-icon-dash', noCache: true, affix: true }
}
@@ -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