mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat:添加字典项时下拉Tag功能,对接参数配置功能
This commit is contained in:
@ -86,6 +86,15 @@ export const generatedRoutes: GeneratedRoute[] = [
|
||||
order: 1
|
||||
},
|
||||
children: [
|
||||
{
|
||||
name: 'system_config',
|
||||
path: '/system/config',
|
||||
component: 'view.system_config',
|
||||
meta: {
|
||||
title: 'system_config',
|
||||
i18nKey: 'route.system_config'
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'system_dict',
|
||||
path: '/system/dict',
|
||||
|
Reference in New Issue
Block a user