From 7f9b036ab4c97a7eb9bf93162431ad17450689ff Mon Sep 17 00:00:00 2001 From: shj <1790240199@qq.com> Date: 星期二, 29 三月 2022 18:39:23 +0800 Subject: [PATCH] 自查清单 --- 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 06ba469..3b98514 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -168,12 +168,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