添加系统设置页面.

This commit is contained in:
lijiahangmax
2024-06-18 00:35:45 +08:00
parent cfe1924f11
commit d56cfbba82
11 changed files with 252 additions and 17 deletions

View File

@@ -21,6 +21,11 @@ const SYSTEM: AppRouteRecordRaw = {
path: '/dict-value',
component: () => import('@/views/system/dict-value/index.vue'),
},
{
name: 'systemSetting',
path: '/system-setting',
component: () => import('@/views/system/setting/index.vue'),
},
],
};