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:
@ -98,5 +98,29 @@ export const generatedRoutes: GeneratedRoute[] = [
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'tool',
|
||||
path: '/tool',
|
||||
component: 'layout.base',
|
||||
meta: {
|
||||
title: 'tool',
|
||||
i18nKey: 'route.tool',
|
||||
localIcon: 'menu-tool',
|
||||
order: 4
|
||||
},
|
||||
children: [
|
||||
{
|
||||
name: 'tool_gen',
|
||||
path: '/tool/gen',
|
||||
component: 'view.tool_gen',
|
||||
meta: {
|
||||
title: 'tool_gen',
|
||||
i18nKey: 'route.tool_gen',
|
||||
localIcon: 'menu-code',
|
||||
order: 2
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
];
|
||||
|
Reference in New Issue
Block a user