city-casereport/app.json

52 lines
1.4 KiB
JSON
Raw Normal View History

2021-03-20 10:59:52 +08:00
{
2023-12-06 14:22:42 +08:00
"pages": [
2021-03-20 10:59:52 +08:00
"pages/index/index",
"pages/caseCheck/caseCheck",
"pages/caseReport/caseReport",
"pages/caseDetail/caseDetail",
2021-04-06 14:30:36 +08:00
"pages/process/process",
2023-12-06 14:22:42 +08:00
"pages/waitCheck/waitCheck",
"pages/census/census",
"pages/mine/mine",
"pages/censusinput/censusinput",
"pages/chooseArea/chooseArea",
2023-12-06 15:50:43 +08:00
"pages/censusDetail/censusDetail",
"pages/censusEdit/censusEdit"
2021-03-20 10:59:52 +08:00
],
2023-12-06 14:22:42 +08:00
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#4583FE",
"navigationBarTitleText": "包头高新网格化",
"navigationBarTextStyle": "white"
2021-03-20 10:59:52 +08:00
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
2021-04-06 14:30:36 +08:00
},
2023-12-06 14:22:42 +08:00
"usingComponents": {
"scroller": "components/coolui-scroller/scroller/index"
},
2021-04-06 14:30:36 +08:00
"tabBar": {
"color": "#000",
2023-12-06 14:22:42 +08:00
"borderStyle": "white",
"selectedColor": "#4583FE",
"backgroundColor": "#F8F8F8",
2021-04-06 14:30:36 +08:00
"list": [
{
"pagePath": "pages/index/index",
2023-12-06 14:22:42 +08:00
"iconPath": "images/ic_home_nomarl_icon.png",
"text": "首页",
"selectedIconPath": "images/ic_home_sel_icon.png"
2021-04-06 14:30:36 +08:00
},
{
2023-12-06 14:22:42 +08:00
"pagePath": "pages/mine/mine",
"iconPath": "images/ic_mine_nomarl_icon.png",
"text": "我的",
"selectedIconPath": "images/ic_mine_sel_icon.png"
2021-04-06 14:30:36 +08:00
}
]
2021-03-20 10:59:52 +08:00
}
2023-12-06 14:22:42 +08:00
}