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.
69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
{
|
|
"pages": [{
|
|
"path": "pages/main/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "海南现代妇女儿童医院",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/main/combo/combo",
|
|
"style": {
|
|
"navigationBarTitleText": "套餐",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/main/order/order",
|
|
"style": {
|
|
"navigationBarTitleText": "订单",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/main/dev/dev",
|
|
"style": {
|
|
"navigationBarTitleText": "开发测试",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/main/login/login",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
],
|
|
"tabBar": {
|
|
"color": "#7A7E83",
|
|
"selectedColor": "#259FA2",
|
|
"borderStyle": "white",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [{
|
|
"pagePath": "pages/main/index/index",
|
|
"iconPath": "static/tabbar/shouye_f.png",
|
|
"selectedIconPath": "static/tabbar/shouye_o.png",
|
|
"text": "首页"
|
|
}, {
|
|
"pagePath": "pages/main/combo/combo",
|
|
"iconPath": "static/tabbar/taocan_f.png",
|
|
"selectedIconPath": "static/tabbar/taocan_o.png",
|
|
"text": "套餐"
|
|
}, {
|
|
"pagePath": "pages/main/order/order",
|
|
"iconPath": "static/tabbar/dingdan_f.png",
|
|
"selectedIconPath": "static/tabbar/dingdan_o.png",
|
|
"text": "订单"
|
|
}]
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "海南现代妇女儿童医院",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8",
|
|
"app-plus": {
|
|
"background": "#efeff4"
|
|
}
|
|
}
|
|
} |