From fcc1ea2bf3ce3efe1f927bd087e4cd6cf2116c32 Mon Sep 17 00:00:00 2001
From: lyfO_o <764716047@qq.com>
Date: Wed, 30 Mar 2022 16:21:36 +0800
Subject: [PATCH] Merge remote-tracking branch 'remotes/origin/shf' into master
---
src/router/index.js | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 739eea2..9dd394d 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -150,12 +150,11 @@
meta: { title: '自查清单_去评审', icon: '' }
},
{
- id: 2,
- parentId: 0,
path: '/new',
- name: '自查清单_新增|修改',
+ // name: '自查清单_新增|修改',
component: () => import('@/views/safetyproduction/new'),
- meta: { title: '自查清单_新增|修改', icon: '' }
+ // meta: { title: '自查清单_新增|修改', icon: '' }
+ hidden: true
},
{
id: 2,
--
Gitblit v1.9.2