diff --git a/ALOps_sys_fe/alops-ui/src/router/index.js b/ALOps_sys_fe/alops-ui/src/router/index.js index 175e7e6c..0ffadc7e 100644 --- a/ALOps_sys_fe/alops-ui/src/router/index.js +++ b/ALOps_sys_fe/alops-ui/src/router/index.js @@ -134,7 +134,20 @@ export const dynamicRoutes = [ } ] }, - + { + path: '/system/dict-data', + component: Layout, + hidden: true, + permissions: ['system:dict:list'], + children: [ + { + path: 'index/:dictId(\\d+)', + component: () => import('@/views/system/dict/data'), + name: 'Data', + meta: { title: '字典数据', activeMenu: '/system/dict' } + } + ] + }, { path: '/monitor/job-log', component: Layout, diff --git a/ALOps_sys_fe/alops-ui/src/views/QandA/knowledge/index.vue b/ALOps_sys_fe/alops-ui/src/views/QandA/knowledge/index.vue deleted file mode 100644 index 522ab7be..00000000 --- a/ALOps_sys_fe/alops-ui/src/views/QandA/knowledge/index.vue +++ /dev/null @@ -1,534 +0,0 @@ - - - \ No newline at end of file