From 3606a96b3e06b63936db0b04ed73fda13379bb51 Mon Sep 17 00:00:00 2001 From: cqf <2252655793@qq.com> Date: 星期五, 13 五月 2022 16:17:14 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/shf' into shf --- 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