架构及用户管理静态页完成

This commit is contained in:
2026-08-18 11:55:59 +08:00
parent df9f9b3693
commit 6c1fdf8551
3 changed files with 573 additions and 10 deletions
+6 -3
View File
@@ -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
}
}
]