city-casereport/app.json
2021-04-06 14:30:36 +08:00

50 lines
1.3 KiB
JSON

{
"pages":[
"pages/index/index",
"pages/caseCheck/caseCheck",
"pages/caseReport/caseReport",
"pages/caseDetail/caseDetail",
"pages/process/process",
"pages/waitCheck/waitCheck"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#008cff",
"navigationBarTitleText": "片长制城市管理服务平台",
"navigationBarTextStyle":"white"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"tabBar": {
"color": "#000",
"borderStyle": "black",
"selectedColor": "#fff",
"backgroundColor": "#1089f2",
"list": [
{
"pagePath": "pages/caseReport/caseReport",
"iconPath": "images/report.png",
"text": "案件上报",
"selectedIconPath": "images/report-on.png"
},
{
"pagePath": "pages/index/index",
"iconPath": "images/history.png",
"text": "上报历史",
"selectedIconPath": "images/history-on.png"
},
{
"pagePath": "pages/waitCheck/waitCheck",
"iconPath": "images/check.png",
"text": "待检查",
"selectedIconPath": "images/check-on.png"
}
]
}
}