From a7975ecb243a49035688e3faf4da0e2a05b95c38 Mon Sep 17 00:00:00 2001 From: shj <1790240199@qq.com> Date: 星期五, 13 五月 2022 15:33:10 +0800 Subject: [PATCH] 存在 --- src/router/index.js | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 7bf4765..46432e1 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 }, { -- Gitblit v1.9.2