feat:整合字典管理

This commit is contained in:
ANHE
2025-03-23 11:00:34 +08:00
parent 3fc4bec81a
commit 7f781112a9
24 changed files with 1077 additions and 17 deletions

View File

@ -86,6 +86,35 @@ export const generatedRoutes: GeneratedRoute[] = [
order: 1
},
children: [
{
name: 'system_dict',
path: '/system/dict',
component: 'view.system_dict',
meta: {
title: 'system_dict',
i18nKey: 'route.system_dict'
},
children: [
{
name: 'system_dict_data',
path: '/system/dict/data',
component: 'view.system_dict_data',
meta: {
title: 'system_dict_data',
i18nKey: 'route.system_dict_data'
}
},
{
name: 'system_dict_type',
path: '/system/dict/type',
component: 'view.system_dict_type',
meta: {
title: 'system_dict_type',
i18nKey: 'route.system_dict_type'
}
}
]
},
{
name: 'system_menu',
path: '/system/menu',