mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-14 20:25:56 +08:00
feat(projects): pro-naive-ui 路由增加 icon、排序
This commit is contained in:
@@ -628,7 +628,9 @@ export const generatedRoutes: GeneratedRoute[] = [
|
||||
component: 'layout.base',
|
||||
meta: {
|
||||
title: 'pro-naive',
|
||||
i18nKey: 'route.pro-naive'
|
||||
i18nKey: 'route.pro-naive',
|
||||
order: 7,
|
||||
icon:'material-symbols-light:demography-outline-rounded'
|
||||
},
|
||||
children: [
|
||||
{
|
||||
@@ -636,7 +638,8 @@ export const generatedRoutes: GeneratedRoute[] = [
|
||||
path: '/pro-naive/form',
|
||||
meta: {
|
||||
title: 'pro-naive_form',
|
||||
i18nKey: 'route.pro-naive_form'
|
||||
i18nKey: 'route.pro-naive_form',
|
||||
icon:'fluent:form-28-regular'
|
||||
},
|
||||
children: [
|
||||
{
|
||||
@@ -673,7 +676,8 @@ export const generatedRoutes: GeneratedRoute[] = [
|
||||
path: '/pro-naive/table',
|
||||
meta: {
|
||||
title: 'pro-naive_table',
|
||||
i18nKey: 'route.pro-naive_table'
|
||||
i18nKey: 'route.pro-naive_table',
|
||||
icon:'mynaui:table'
|
||||
},
|
||||
children: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user