Commit 3dc0b19a by ningjihai

123

parent c55f569c
...@@ -99,12 +99,12 @@ export const constantRoutes = [ ...@@ -99,12 +99,12 @@ export const constantRoutes = [
component: () => import('@/views/projectManage/index'), component: () => import('@/views/projectManage/index'),
hidden: true hidden: true
}, },
{ // {
// 项目首页 // // 项目首页
path: '/projectHome', // path: '/projectHome',
component: () => import('@/views/projectHome/index'), // component: () => import('@/views/projectHome/index'),
hidden: true // hidden: true
}, // },
{ {
// 加密设置 // 加密设置
path: '/classification', path: '/classification',
...@@ -117,12 +117,12 @@ export const constantRoutes = [ ...@@ -117,12 +117,12 @@ export const constantRoutes = [
component: () => import('@/views/EncryptionManagement/index'), component: () => import('@/views/EncryptionManagement/index'),
hidden: true hidden: true
}, },
{ // {
// 脱敏策略管理 // // 脱敏策略管理
path: '/desensitizationStrategy', // path: '/desensitizationStrategy',
component: () => import('@/views/desensitizationStrategy/index'), // component: () => import('@/views/desensitizationStrategy/index'),
hidden: true // hidden: true
}, // },
{ {
path: '', path: '',
component: Layout, component: Layout,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论