修复 bug,优化界面

This commit is contained in:
eafonyang
2026-08-13 16:48:05 +08:00
parent d01b0c8f47
commit f99f622977
15 changed files with 205 additions and 28 deletions
@@ -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',