From f8fd43f1307b0ae3a55f5a5a1390fd13b506fa88 Mon Sep 17 00:00:00 2001 From: he wei <858544502@qq.com> Date: 星期六, 15 三月 2025 11:15:23 +0800 Subject: [PATCH] U 发布提交 --- src/router/modules/system.js | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/router/modules/system.js b/src/router/modules/system.js index 6143442..834d961 100644 --- a/src/router/modules/system.js +++ b/src/router/modules/system.js @@ -33,6 +33,18 @@ component: () => import('@/views/system/logs.vue'), name: 'sysLogs', meta: { title: '绯荤粺鏃ュ織', icon: 'log-hdw', noCache: false } + }, + { + path: 'config', + component: () => import('@/views/system/config.vue'), + name: 'config', + meta: { title: '绯荤粺閰嶇疆', icon: 'log-hdw', noCache: false } + }, + { + path: 'mapSettings', + component: () => import('@/views/system/mapSettings.vue'), + name: 'mapSettings', + meta: { title: '鍦板浘閰嶇疆', icon: 'log-hdw', noCache: false } } ] }; -- Gitblit v1.9.1