feat:增加运动健康模块
This commit is contained in:
@@ -29,7 +29,7 @@ export const mobileHomeMeta: IRouteMetaConfig = {
|
||||
},
|
||||
'/bill': {
|
||||
title: '收支记录',
|
||||
icon: 'home-bill',
|
||||
icon: '',
|
||||
order: 2,
|
||||
redirect: '/bill/data'
|
||||
},
|
||||
@@ -51,7 +51,7 @@ export const mobileHomeMeta: IRouteMetaConfig = {
|
||||
},
|
||||
'/travel': {
|
||||
title: '旅行记录',
|
||||
icon: 'home-food',
|
||||
icon: '',
|
||||
order: 4,
|
||||
redirect: '/travel/spot'
|
||||
},
|
||||
@@ -75,6 +75,16 @@ export const mobileHomeMeta: IRouteMetaConfig = {
|
||||
title: '记录表单',
|
||||
icon: ''
|
||||
},
|
||||
'/health': {
|
||||
title: '运动健康',
|
||||
icon: '',
|
||||
order: 4,
|
||||
redirect: '/health/calendar'
|
||||
},
|
||||
'/health/calendar': {
|
||||
title: '记录',
|
||||
icon: ''
|
||||
},
|
||||
'/plan': {
|
||||
title: '时光日程',
|
||||
icon: 'home-calendar',
|
||||
|
||||
Reference in New Issue
Block a user