chore: 重构字典管理模块

This commit is contained in:
xlsea
2025-05-10 17:35:38 +08:00
parent 83b22c9d5d
commit 1a351c1c88
19 changed files with 498 additions and 621 deletions

View File

@ -178,27 +178,7 @@ export const generatedRoutes: GeneratedRoute[] = [
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',