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