feat: 整合动态路由

This commit is contained in:
xlsea
2024-09-03 15:27:10 +08:00
parent 8ab7ee2268
commit 0130688265
6 changed files with 71 additions and 15 deletions

View File

@ -82,7 +82,7 @@ export const generatedRoutes: GeneratedRoute[] = [
meta: {
title: 'system',
i18nKey: 'route.system',
localIcon: 'system',
localIcon: 'menu-system',
order: 1
},
children: [
@ -93,7 +93,7 @@ export const generatedRoutes: GeneratedRoute[] = [
meta: {
title: 'system_menu',
i18nKey: 'route.system_menu',
localIcon: 'tree-table',
localIcon: 'menu-tree-table',
order: 3
}
}