系统参数 路由图标调整
This commit is contained in:
parent
56ac06f47d
commit
e413b30f00
@ -274,7 +274,9 @@ export const generatedRoutes: GeneratedRoute[] = [
|
|||||||
component: 'layout.base',
|
component: 'layout.base',
|
||||||
meta: {
|
meta: {
|
||||||
title: 'system',
|
title: 'system',
|
||||||
i18nKey: 'route.system'
|
i18nKey: 'route.system',
|
||||||
|
icon: 'system:config',
|
||||||
|
order: 950
|
||||||
},
|
},
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
@ -283,7 +285,8 @@ export const generatedRoutes: GeneratedRoute[] = [
|
|||||||
component: 'view.system_manager',
|
component: 'view.system_manager',
|
||||||
meta: {
|
meta: {
|
||||||
title: 'system_manager',
|
title: 'system_manager',
|
||||||
i18nKey: 'route.system_manager'
|
icon: 'system:parameter',
|
||||||
|
i18nKey: 'route.system_variable'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user