From ab980cdbb86d843b0ae6d6cd2aada412d16e4871 Mon Sep 17 00:00:00 2001
From: shj <1790240199@qq.com>
Date: Tue, 29 Mar 2022 19:04:33 +0800
Subject: [PATCH] Merge branch 'shf' of https://sinanoaq.cn:8888/r/ztqt into shf
---
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