Skip to content

Commit

Permalink
fix(projects): add route icon: fucntion_hide-child
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Feb 23, 2024
1 parent 7256ad4 commit 0a3efe3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/router/elegant/routes.ts
Expand Up @@ -63,7 +63,8 @@ export const generatedRoutes: GeneratedRoute[] = [
path: '/function/hide-child',
meta: {
title: 'function_hide-child',
i18nKey: 'route.function_hide-child'
i18nKey: 'route.function_hide-child',
icon: 'material-symbols:filter-list-off',
},
redirect: '/function/hide-child/one',
children: [
Expand All @@ -74,6 +75,7 @@ export const generatedRoutes: GeneratedRoute[] = [
meta: {
title: 'function_hide-child_one',
i18nKey: 'route.function_hide-child_one',
icon: 'material-symbols:filter-list-off',
hideInMenu: true,
activeMenu: 'function_hide-child'
}
Expand Down

0 comments on commit 0a3efe3

Please sign in to comment.