bt-lcyd/app.json
dong_bo0602 4458f60375 0614
2022-06-14 10:56:41 +08:00

66 lines
1.7 KiB
JSON

{
"pages":[
"pages/home/home",
"pages/venueIntro/venueIntro",
"pages/around/around",
"pages/activity/activity",
"pages/center/center",
"pages/index/index",
"pages/list/list",
"pages/detail/detail",
"pages/book/book",
"pages/order/order",
"pages/exerciseNews/exerciseNews",
"pages/matchList/matchList",
"pages/newsDetail/newsDetail",
"pages/sportNews/sportNews",
"pages/matchDetail/matchDetail",
"pages/venueRegister/venueRegister",
"pages/map/map"
],
"window":{
"backgroundTextStyle":"dark",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "包头市全民健身信息服务平台",
"navigationBarTextStyle":"black",
"enablePullDownRefresh":true
},
"tabBar": {
"color": "#BBBBBB",
"borderStyle": "black",
"selectedColor": "#000000",
"list": [
{
"pagePath": "pages/home/home",
"iconPath": "images/home.png",
"text": "首页",
"selectedIconPath": "images/home-on.png"
},
{
"pagePath": "pages/around/around",
"iconPath": "images/map.png",
"text": "健身地图",
"selectedIconPath": "images/map-on.png"
},
{
"pagePath": "pages/center/center",
"iconPath": "images/center.png",
"text": "我的",
"selectedIconPath": "images/center-on.png"
}
]
},
"sitemapLocation": "sitemap.json",
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"plugins": {
"htmltowxml": {
"version": "1.4.0",
"provider": "wxa51b9c855ae38f3c"
}
}
}