架构及用户管理静态页完成
This commit is contained in:
@@ -221,7 +221,8 @@ export const generatedRoutes: GeneratedRoute[] = [
|
||||
meta: {
|
||||
title: 'systemmanage_role',
|
||||
i18nKey: 'route.systemmanage_role',
|
||||
icon: ''
|
||||
icon: '',
|
||||
order: 2
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -231,7 +232,8 @@ export const generatedRoutes: GeneratedRoute[] = [
|
||||
meta: {
|
||||
title: 'systemmanage_template',
|
||||
i18nKey: 'route.systemmanage_template',
|
||||
icon: ''
|
||||
icon: '',
|
||||
order: 3
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -241,7 +243,8 @@ export const generatedRoutes: GeneratedRoute[] = [
|
||||
meta: {
|
||||
title: 'systemmanage_user',
|
||||
i18nKey: 'route.systemmanage_user',
|
||||
icon: ''
|
||||
icon: '',
|
||||
order: 1
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user