feat:更新tabbar显示

This commit is contained in:
2025-10-30 16:50:13 +08:00
parent cc33d3028b
commit 9e0b8ead79
18 changed files with 61 additions and 337 deletions

View File

@@ -49,28 +49,6 @@ export const mobileHomeMeta: IRouteMetaConfig = {
title: '账单设置',
icon: ''
},
'/food': {
title: '美食记录',
icon: 'home-food',
order: 3,
redirect: '/food/recipe'
},
'/food/recipe': {
title: '美食菜谱',
icon: ''
},
'/food/record': {
title: '美食记录',
icon: ''
},
'/food/detail/id': {
title: '菜谱内容',
icon: ''
},
'/food/recordForm': {
title: '记录表单',
icon: ''
},
'/travel': {
title: '旅行记录',
icon: 'home-food',
@@ -197,24 +175,6 @@ export const mobileHomeMeta: IRouteMetaConfig = {
title: '内容',
icon: ''
},
'/server': {
title: '服务',
icon: 'home-server',
order: 11,
redirect: '/server/list'
},
'/server/monitor': {
title: '监控',
icon: ''
},
'/server/file': {
title: '文件',
icon: ''
},
'/server/preview/:url': {
title: '预览',
icon: ''
},
'/asset': {
title: '资产',
icon: 'home-asset',