mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat:整合字典管理
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user