Commit d77aa1a5 by ningjihai

脱敏策略管理

加密设置和加密管理使用后台路由,本地路由注释
parent 56d9ad54
...@@ -105,18 +105,18 @@ export const constantRoutes = [ ...@@ -105,18 +105,18 @@ export const constantRoutes = [
// component: () => import('@/views/projectHome/index'), // component: () => import('@/views/projectHome/index'),
// hidden: true // hidden: true
// }, // },
{ // {
// 加密设置 // // 加密设置
path: '/classification', // path: '/classification',
component: () => import('@/views/Classification/index'), // component: () => import('@/views/Classification/index'),
hidden: true // hidden: true
}, // },
{ // {
// 加密管理 // // 加密管理
path: '/encryptionManagement', // path: '/encryptionManagement',
component: () => import('@/views/EncryptionManagement/index'), // component: () => import('@/views/EncryptionManagement/index'),
hidden: true // hidden: true
}, // },
// { // {
// // 脱敏策略管理 // // 脱敏策略管理
// path: '/desensitizationStrategy', // path: '/desensitizationStrategy',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论