From 81fbccc69012cbedcc60e01a26b99185430dba2a Mon Sep 17 00:00:00 2001 From: shj <1790240199@qq.com> Date: 星期五, 13 五月 2022 16:55:52 +0800 Subject: [PATCH] 隐患 --- src/router/index.js | 15 +++++++++++++-- 1 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 7bf4765..5169c7b 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -334,9 +334,12 @@ }, { path: '/manage', - // name: '自查隐患管理-填写督察', component: () => import('@/views/oneFromanother/manage'), - // meta: { title: '自查隐患管理-填写督察', icon: '' } + hidden: true + }, + { + path: '/exist', + component: () => import('@/views/oneFromanother/exist'), hidden: true }, { @@ -354,6 +357,14 @@ // meta: { title: '隐患排查清单-预览', icon: '' } hidden: true }, + { + id: 9, + parentId: 0, + path: '/Issuedbysuperiors', + name: '上级下达隐患', + component: () => import('@/views/Issuedbysuperiors'), + meta: { title: '上级下达隐患', icon: '' } + }, ] } ] -- Gitblit v1.9.2