From fa13c0255a45061dac7df9d93c03dafcf0d9c074 Mon Sep 17 00:00:00 2001 From: xiaohuo <14141624+dsgfhrh@user.noreply.gitee.com> Date: Wed, 24 Sep 2025 20:41:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ALOps_sys_fe/alops-ui/src/router/index.js | 15 +- .../src/views/QandA/knowledge/index.vue | 534 ------------------ 2 files changed, 14 insertions(+), 535 deletions(-) delete mode 100644 ALOps_sys_fe/alops-ui/src/views/QandA/knowledge/index.vue 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