From 4a6b6d253451a14063df0659877f3d8c4ca921a5 Mon Sep 17 00:00:00 2001
From: lyfO_o <764716047@qq.com>
Date: Thu, 31 Mar 2022 15:20:57 +0800
Subject: [PATCH] Merge remote-tracking branch 'remotes/origin/shf' into master
---
src/router/index.js | 27 +++++++++++++++------------
1 files changed, 15 insertions(+), 12 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 9dd394d..c725fc3 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -134,20 +134,22 @@
meta: { title: '自查清单', icon: '' }
},
{
- id: 2,
- parentId: 0,
+ // id: 2,
+ // parentId: 0,
path: '/review',
- name: '自查清单_评审',
+ // name: '自查清单_评审',
component: () => import('@/views/safetyproduction/review'),
- meta: { title: '自查清单_评审', icon: '' }
+ // meta: { title: '自查清单_评审', icon: '' }
+ hidden: true
},
{
- id: 2,
- parentId: 0,
+ // id: 2,
+ // parentId: 0,
path: '/gojudging',
- name: '自查清单_去评审',
+ // name: '自查清单_去评审',
component: () => import('@/views/safetyproduction/gojudging'),
- meta: { title: '自查清单_去评审', icon: '' }
+ // meta: { title: '自查清单_去评审', icon: '' }
+ hidden: true
},
{
path: '/new',
@@ -157,12 +159,13 @@
hidden: true
},
{
- id: 2,
- parentId: 0,
+ // id: 2,
+ // parentId: 0,
path: '/reviewXG',
- name: '自查清单_修改',
+ // name: '自查清单_修改',
component: () => import('@/views/safetyproduction/reviewXG'),
- meta: { title: '自查清单_修改', icon: '' }
+ // meta: { title: '自查清单_修改', icon: '' }
+ hidden: true
}
]
},
--
Gitblit v1.9.2