From 69f331c0488f18116afda2f1efd7983b0971d2ff Mon Sep 17 00:00:00 2001 From: lijiahang Date: Tue, 11 Mar 2025 15:36:41 +0800 Subject: [PATCH] =?UTF-8?q?:zap:=20=E4=BF=AE=E6=94=B9=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E8=A7=84=E5=88=99.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- orion-visor-ui/src/router/routes/modules/system.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orion-visor-ui/src/router/routes/modules/system.ts b/orion-visor-ui/src/router/routes/modules/system.ts index 831d3a56..0237f002 100644 --- a/orion-visor-ui/src/router/routes/modules/system.ts +++ b/orion-visor-ui/src/router/routes/modules/system.ts @@ -23,7 +23,7 @@ const SYSTEM: AppRouteRecordRaw = { }, { name: 'systemSetting', - path: '/system-setting', + path: '/system/setting', component: () => import('@/views/system/setting/index.vue'), }, ],