From c562fa2e66f4972ae23fa57ef7412da6e18991ed Mon Sep 17 00:00:00 2001
From: lyfO_o <764716047@qq.com>
Date: Tue, 12 Jul 2022 14:31:51 +0800
Subject: [PATCH] Merge remote-tracking branch 'remotes/origin/shf' into master
---
src/router/index.js | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 38ff055..b54b3fc 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -52,6 +52,12 @@
hidden: true
},
{
+ path: '/pwdChange',
+ // 密码变更
+ component: () => import('@/views/login/pwdChange'),
+ hidden: true
+ },
+ {
path: '/',
component: Layout,
redirect: "/accidentHidden",
@@ -114,14 +120,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