From 52718eddf0ba8a267d0a0ea72248c8141679b2dc Mon Sep 17 00:00:00 2001 From: shj <1790240199@qq.com> Date: 星期五, 13 五月 2022 15:03:35 +0800 Subject: [PATCH] 管理 --- src/router/index.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 95d60ef..2238573 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -369,6 +369,13 @@ component: () => import('@/views/oneFromanother'), meta: { title: '内部举一反三', icon: '' } }, + { + path: '/manage', + // name: '自查隐患管理-填写督察', + component: () => import('@/views/oneFromanother/manage'), + // meta: { title: '自查隐患管理-填写督察', icon: '' } + hidden: true + }, ] } ] -- Gitblit v1.9.2