You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
183 lines
3.8 KiB
JSON
183 lines
3.8 KiB
JSON
{
|
|
"pages": [{
|
|
"path": "pages/main/home/home",
|
|
"style": {
|
|
"navigationBarTitleText": "健康管理平台",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
}, {
|
|
"path": "pages/main/user/user",
|
|
"style": {
|
|
"navigationBarTitleText": "我的",
|
|
"enablePullDownRefresh": false,
|
|
"navigationStyle": "custom"
|
|
}
|
|
|
|
}, {
|
|
"path": "pages/main/combo/combo",
|
|
"style": {
|
|
"navigationBarTitleText": "套餐",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}, {
|
|
"path": "pages/main/order/order",
|
|
"style": {
|
|
"navigationBarTitleText": "订单",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}, {
|
|
"path": "pages/main/h5/h5",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
},{
|
|
"path" : "pages/test/test",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}],
|
|
"subPackages": [{
|
|
"root": "pages/buy",
|
|
"pages": [{
|
|
"path": "info/info",
|
|
"style": {
|
|
"navigationBarTitleText": "套餐详情",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}, {
|
|
"path": "items/items",
|
|
"style": {
|
|
"navigationBarTitleText": "检测项目",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}, {
|
|
"path": "person/person",
|
|
"style": {
|
|
"navigationBarTitleText": "选择体检人",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}, {
|
|
"path": "check/check",
|
|
"style": {
|
|
"navigationBarTitleText": "确认套餐",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}, {
|
|
"path": "time/time",
|
|
"style": {
|
|
"navigationBarTitleText": "选择体检日期",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}, {
|
|
"path": "done/done",
|
|
"style": {
|
|
"navigationBarTitleText": "支付成功",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}]
|
|
}, {
|
|
"root": "pages/order",
|
|
"pages": [{
|
|
"path": "choose_person/choose_person",
|
|
"style": {
|
|
"navigationBarTitleText": "选择体检人",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
},
|
|
{
|
|
"path": "info/info",
|
|
"style": {
|
|
"navigationBarTitleText": "套餐详情",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
}
|
|
]
|
|
}, {
|
|
"root": "pages/hospital",
|
|
"pages": [{
|
|
"path": "choose_list/choose_list",
|
|
"style": {
|
|
"navigationBarTitleText": "切换医院",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}]
|
|
}, {
|
|
"root": "pages/user",
|
|
"pages": [{
|
|
"path": "person/person",
|
|
"style": {
|
|
"navigationBarTitleText": "体检人",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}, {
|
|
"path": "edit/edit",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}]
|
|
}, {
|
|
"root": "pages/dlc",
|
|
"pages": [{
|
|
"path": "question/question",
|
|
"style": {
|
|
"navigationBarTitleText": "健康问卷",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
|
|
}]
|
|
}],
|
|
"tabBar": {
|
|
"color": "#999A9A",
|
|
"selectedColor": "#0BBACF",
|
|
"borderStyle": "white",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [{
|
|
"pagePath": "pages/main/home/home",
|
|
"iconPath": "static/image/tabbar/homeof.png",
|
|
"selectedIconPath": "static/image/tabbar/homeon.png",
|
|
"text": "首页"
|
|
}, {
|
|
"pagePath": "pages/main/combo/combo",
|
|
"iconPath": "static/image/tabbar/comboof.png",
|
|
"selectedIconPath": "static/image/tabbar/comboon.png",
|
|
"text": "套餐"
|
|
}, {
|
|
"pagePath": "pages/main/order/order",
|
|
"iconPath": "static/image/tabbar/orderof.png",
|
|
"selectedIconPath": "static/image/tabbar/orderon.png",
|
|
"text": "订单"
|
|
}, {
|
|
"pagePath": "pages/main/user/user",
|
|
"iconPath": "static/image/tabbar/myof.png",
|
|
"selectedIconPath": "static/image/tabbar/myon.png",
|
|
"text": "我的"
|
|
}]
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "健康管理平台",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8",
|
|
"app-plus": {
|
|
"background": "#efeff4"
|
|
}
|
|
}
|
|
} |