57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/caseCheck/caseCheck",
|
|
"pages/caseReport/caseReport",
|
|
"pages/caseDetail/caseDetail",
|
|
"pages/process/process",
|
|
"pages/waitCheck/waitCheck",
|
|
"pages/census/census",
|
|
"pages/mine/mine",
|
|
"pages/censusinput/censusinput",
|
|
"pages/chooseArea/chooseArea",
|
|
"pages/censusDetail/censusDetail",
|
|
"pages/censusEdit/censusEdit",
|
|
"pages/caseHistory/caseHistory",
|
|
"pages/newsDetail/newsDetail"
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#4583FE",
|
|
"navigationBarTitleText": "包头高新网格化",
|
|
"navigationBarTextStyle": "white"
|
|
},
|
|
"style": "v2",
|
|
"sitemapLocation": "sitemap.json",
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "你的位置信息将用于小程序位置接口的效果展示"
|
|
}
|
|
},
|
|
"requiredPrivateInfos": [
|
|
"getLocation"
|
|
],
|
|
"usingComponents": {
|
|
"scroller": "components/coolui-scroller/scroller/index"
|
|
},
|
|
"tabBar": {
|
|
"color": "#000",
|
|
"borderStyle": "white",
|
|
"selectedColor": "#4583FE",
|
|
"backgroundColor": "#F8F8F8",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "images/ic_home_nomarl_icon.png",
|
|
"text": "首页",
|
|
"selectedIconPath": "images/ic_home_sel_icon.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine/mine",
|
|
"iconPath": "images/ic_mine_nomarl_icon.png",
|
|
"text": "我的",
|
|
"selectedIconPath": "images/ic_mine_sel_icon.png"
|
|
}
|
|
]
|
|
}
|
|
} |