feat: 健康管理平台。

This commit is contained in:
tianyongbao
2024-09-24 20:44:28 +08:00
parent 59a7d18cda
commit 52d8d90fad
5 changed files with 965 additions and 160 deletions

View File

@@ -30,14 +30,7 @@
}
},
{
"path": "pages/index",
"style": {
"navigationBarTitleText": "资产总览",
"navigationStyle": "custom"
}
},
{
"path": "pages/work/index",
"path": "pages/health/index",
"style": {
"navigationBarTitleText": "工作台"
}
@@ -658,143 +651,8 @@
}
}
]
},
{
"root": "pages_template/pages",
"pages": [
{
"path": "wxCenter/index",
"style": {
"navigationBarTitleText": "wxCenter 仿微信个人中心",
"navigationStyle": "custom"
}
},
{
"path": "keyboardPay/index",
"style": {
"navigationBarTitleText": "keyboardPay 自定义键盘支付"
}
},
{
"path": "mallMenu/index2",
"style": {
"navigationBarTitleText": "mallMenu-商城分类"
}
},
{
"path": "mallMenu/index1",
"style": {
"navigationBarTitleText": "mallMenu-商城分类"
}
},
{
"path": "coupon/index",
"style": {
"navigationBarTitleText": "coupon-优惠券"
}
},
{
"path": "login/index1",
"style": {
"navigationBarTitleText": "美团登录"
}
},
{
"path": "login/index2",
"style": {
"navigationBarTitleText": "水滴登录"
}
},
{
"path": "citySelect/index",
"style": {
"navigationBarTitleText": "城市选择"
}
},
{
"path": "submitBar/index",
"style": {
"navigationBarTitleText": "提交订单栏"
}
},
{
"path": "comment/index",
"style": {
"navigationBarTitleText": "评论"
}
},
{
"path": "comment/reply",
"style": {
"navigationBarTitleText": "评论详情"
}
},
{
"path": "order/index",
"style": {
"navigationBarTitleText": "订单"
}
},
{
"path": "login/code",
"style": {
"navigationBarTitleText": "登录获取验证码"
}
},
{
"path": "address/index",
"style": {
"navigationBarTitleText": "用户地址"
}
},
{
"path": "address/addSite",
"style": {
"navigationBarTitleText": "添加用户地址"
}
}
]
},
{
"root": "pages_qiun/pages",
"pages": [
{
"path": "sport/index",
"style": {
"pageOrientation": "auto"
}
},
{
"path": "school/index",
"style": {
"pageOrientation": "auto"
}
},
{
"path": "finance/index",
"style": {
"pageOrientation": "auto"
}
},
{
"path": "main/index",
"style": {
"pageOrientation": "auto"
}
}
]
},
{
"root": "pages_geek/pages",
"pages": [
{
"path": "index/index"
},
{
"path": "code/index"
}
]
}
],
"tabBar": {
"color": "#000000",
@@ -802,7 +660,6 @@
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/calendar/index",
"iconPath": "static/images/tabbar/home.png",
@@ -810,23 +667,11 @@
"text": "首页"
},
{
"pagePath": "pages/index",
"iconPath": "static/images/tabbar/assets.png",
"selectedIconPath": "static/images/tabbar/assets_.png",
"text": "资产总览"
},
{
"pagePath": "pages/work/index",
"pagePath": "pages/health/index",
"iconPath": "static/images/tabbar/work.png",
"selectedIconPath": "static/images/tabbar/work_.png",
"text": "工作台"
},
{
"pagePath": "pages/statistic/index",
"iconPath": "static/images/tabbar/statistic.png",
"selectedIconPath": "static/images/tabbar/statistic_.png",
"text": "统计分析"
},
{
"pagePath": "pages/mine",
"iconPath": "static/images/tabbar/mine.png",