✨ 添加系统设置页面.
This commit is contained in:
@@ -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'),
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user