修复 bug,优化界面
This commit is contained in:
@@ -423,7 +423,7 @@ export const generatedRoutes: GeneratedRoute[] = [
|
||||
meta: {
|
||||
title: 'www_news_articles',
|
||||
i18nKey: 'route.www_news_articles',
|
||||
icon: 'mdi:article-outline',
|
||||
icon: 'fluent-mdl2:articles',
|
||||
order: 1,
|
||||
keepAlive: true
|
||||
}
|
||||
@@ -524,6 +524,18 @@ export const generatedRoutes: GeneratedRoute[] = [
|
||||
order: 4
|
||||
},
|
||||
children: [
|
||||
{
|
||||
name: 'www_product_detail',
|
||||
path: '/www/product/detail',
|
||||
component: 'view.www_product_detail',
|
||||
meta: {
|
||||
title: 'www_product_detail',
|
||||
i18nKey: 'route.www_product_detail',
|
||||
icon: 'mdi:file-document-edit-outline',
|
||||
order: 3,
|
||||
keepAlive: true
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'www_product_list',
|
||||
path: '/www/product/list',
|
||||
|
||||
Reference in New Issue
Block a user