From 7d4014d0bdc383708d9ea92a3f2c468b6d05d1a0 Mon Sep 17 00:00:00 2001 From: lyfO_o <764716047@qq.com> Date: 星期三, 09 十一月 2022 13:39:21 +0800 Subject: [PATCH] 删除和停用启用对监管部门开放 --- src/router/index.js | 17 ++++++++++++++--- 1 files changed, 14 insertions(+), 3 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 2870686..8166572 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -123,8 +123,19 @@ component: () => import('@/views/dashboard/index'), name: 'Dashboard1', meta: { title: '首页', icon: 'el-icon-dash', noCache: true, affix: true } - } - + }, + { + path: 'specialCheck', + component: () => import('@/views/specialCheck/index'), + name: 'specialCheck', + meta: { title: '专项检查', icon: 'el-icon-dash', noCache: true, affix: true } + }, + { + path: 'selfCheck', + component: () => import('@/views/selfCheck/index'), + name: 'selfCheck', + meta: { title: '专项自查', icon: 'el-icon-dash', noCache: true, affix: true } + } ], hidden: true }, @@ -155,7 +166,7 @@ } ], hidden: true - }, + } ] export default new Router({ -- Gitblit v1.9.2