277 lines
4.6 KiB
TypeScript
277 lines
4.6 KiB
TypeScript
import type { IRouteMetaConfig } from 'vue3-common/types'
|
|
|
|
export const mobileHomeMeta: IRouteMetaConfig = {
|
|
'/bill': {
|
|
title: '收支记录',
|
|
icon: '',
|
|
order: 1,
|
|
redirect: '/bill/data'
|
|
},
|
|
'/bill/data': {
|
|
title: '账单数据',
|
|
icon: ''
|
|
},
|
|
'/bill/chart': {
|
|
title: '账单图表',
|
|
icon: ''
|
|
},
|
|
'/bill/agent': {
|
|
title: '分析',
|
|
icon: ''
|
|
},
|
|
'/food': {
|
|
title: '美食记录',
|
|
icon: '',
|
|
order: 2,
|
|
redirect: '/food/recipe'
|
|
},
|
|
'/food/recipe': {
|
|
title: '菜谱',
|
|
icon: ''
|
|
},
|
|
'/food/timeline': {
|
|
title: '时间轴',
|
|
icon: ''
|
|
},
|
|
'/food/record': {
|
|
title: '记录',
|
|
icon: ''
|
|
},
|
|
'/food/detail/:id': {
|
|
title: '菜谱内容',
|
|
icon: ''
|
|
},
|
|
'/food/recipeForm': {
|
|
title: '菜谱表单',
|
|
icon: ''
|
|
},
|
|
'/food/recordForm': {
|
|
title: '记录表单',
|
|
icon: ''
|
|
},
|
|
'/travel': {
|
|
title: '旅行记录',
|
|
icon: '',
|
|
order: 3,
|
|
redirect: '/travel/spot'
|
|
},
|
|
'/travel/spot': {
|
|
title: '旅行景点',
|
|
icon: ''
|
|
},
|
|
'/travel/record': {
|
|
title: '旅行记录',
|
|
icon: ''
|
|
},
|
|
'/travel/detail/id': {
|
|
title: '旅行内容',
|
|
icon: ''
|
|
},
|
|
'/travel/spotForm': {
|
|
title: '景点表单',
|
|
icon: ''
|
|
},
|
|
'/travel/recordForm': {
|
|
title: '记录表单',
|
|
icon: ''
|
|
},
|
|
'/health': {
|
|
title: '运动健康',
|
|
icon: '',
|
|
order: 4,
|
|
redirect: '/health/calendar'
|
|
},
|
|
'/health/calendar': {
|
|
title: '记录',
|
|
icon: ''
|
|
},
|
|
'/health/chart': {
|
|
title: '统计',
|
|
icon: ''
|
|
},
|
|
'/plan': {
|
|
title: '时光日程',
|
|
icon: '',
|
|
order: 5,
|
|
redirect: '/plan/calendar'
|
|
},
|
|
'/plan/calendar': {
|
|
title: '日程安排',
|
|
icon: ''
|
|
},
|
|
'/plan/list': {
|
|
title: '日程清单',
|
|
icon: ''
|
|
},
|
|
'/plan/detail/id': {
|
|
title: '日程内容',
|
|
icon: ''
|
|
},
|
|
'/anniversary': {
|
|
title: '纪念日',
|
|
icon: 'home-anniversary',
|
|
order: 6,
|
|
redirect: '/anniversary/list'
|
|
},
|
|
'/anniversary/list': {
|
|
title: '纪念日',
|
|
icon: ''
|
|
},
|
|
'/anniversary/category': {
|
|
title: '分类',
|
|
icon: ''
|
|
},
|
|
'/anniversary/detail/id': {
|
|
title: '纪念日内容',
|
|
icon: ''
|
|
},
|
|
'/period': {
|
|
title: '月经记录',
|
|
icon: 'home-period',
|
|
order: 7,
|
|
redirect: '/period/calendar'
|
|
},
|
|
'/period/calendar': {
|
|
title: '记录',
|
|
icon: ''
|
|
},
|
|
'/period/status': {
|
|
title: '统计',
|
|
icon: ''
|
|
},
|
|
'/period/setting': {
|
|
title: '设置',
|
|
icon: ''
|
|
},
|
|
'/product': {
|
|
title: '物品记录',
|
|
icon: 'home-product',
|
|
order: 8,
|
|
redirect: '/product/list'
|
|
},
|
|
'/product/list': {
|
|
title: '清单',
|
|
icon: ''
|
|
},
|
|
'/journal': {
|
|
title: '日记',
|
|
icon: 'home-product',
|
|
order: 9,
|
|
redirect: '/journal/record'
|
|
},
|
|
'/journal/record': {
|
|
title: '清单',
|
|
icon: ''
|
|
},
|
|
'/journal/timeline': {
|
|
title: '时间轴',
|
|
icon: ''
|
|
},
|
|
'/kpi': {
|
|
title: '绩效',
|
|
icon: 'home-kpi',
|
|
order: 10,
|
|
redirect: '/kpi/record'
|
|
},
|
|
'/kpi/record': {
|
|
title: '记录',
|
|
icon: ''
|
|
},
|
|
'/pki/detail/:id': {
|
|
title: '内容',
|
|
icon: ''
|
|
},
|
|
'/asset': {
|
|
title: '资产',
|
|
icon: 'home-asset',
|
|
order: 11,
|
|
redirect: '/asset/list'
|
|
},
|
|
'/asset/list': {
|
|
title: '清单',
|
|
icon: ''
|
|
},
|
|
'/asset/detail/id': {
|
|
title: '内容',
|
|
icon: ''
|
|
},
|
|
'/ledger': {
|
|
title: '账本',
|
|
icon: 'home-ledger',
|
|
order: 12,
|
|
redirect: '/ledger/list'
|
|
},
|
|
'/ledger/list': {
|
|
title: '清单',
|
|
icon: ''
|
|
},
|
|
'/ledger/stats': {
|
|
title: '统计',
|
|
icon: ''
|
|
},
|
|
'/ledger/detail/id': {
|
|
title: '内容',
|
|
icon: ''
|
|
},
|
|
'/password': {
|
|
title: '密码',
|
|
icon: 'home-password',
|
|
order: 13,
|
|
redirect: '/password/list'
|
|
},
|
|
'/password/list': {
|
|
title: '清单',
|
|
icon: ''
|
|
},
|
|
'/award': {
|
|
title: '奖状证书',
|
|
icon: 'home-award',
|
|
order: 14,
|
|
redirect: '/award/list'
|
|
},
|
|
'/award/list': {
|
|
title: '清单',
|
|
icon: ''
|
|
},
|
|
'/award/detail/id': {
|
|
title: '内容',
|
|
icon: ''
|
|
},
|
|
'/car': {
|
|
title: '汽车管理',
|
|
icon: 'home-car',
|
|
order: 15,
|
|
redirect: '/car/list'
|
|
},
|
|
'/car/list': {
|
|
title: '清单',
|
|
icon: ''
|
|
},
|
|
'/car/detail/id': {
|
|
title: '内容',
|
|
icon: ''
|
|
},
|
|
'/profile': {
|
|
title: '个人信息',
|
|
icon: '',
|
|
order: 16,
|
|
hidden: true,
|
|
redirect: '/profile/index'
|
|
},
|
|
'/profile/index': {
|
|
title: '个人信息',
|
|
icon: '',
|
|
hidden: true
|
|
},
|
|
'/profile/info': {
|
|
title: '信息',
|
|
icon: '',
|
|
hidden: true
|
|
},
|
|
'/profile/password': {
|
|
title: '密码',
|
|
icon: '',
|
|
hidden: true
|
|
}
|
|
}
|