修改路由规则.

This commit is contained in:
lijiahang
2025-03-11 15:36:41 +08:00
parent d071ef64d8
commit 69f331c048

View File

@@ -23,7 +23,7 @@ const SYSTEM: AppRouteRecordRaw = {
}, },
{ {
name: 'systemSetting', name: 'systemSetting',
path: '/system-setting', path: '/system/setting',
component: () => import('@/views/system/setting/index.vue'), component: () => import('@/views/system/setting/index.vue'),
}, },
], ],