33 lines
812 B
JSON
33 lines
812 B
JSON
{
|
|
"pages": [
|
|
"pages/start/start",
|
|
"pages/map/map",
|
|
"pages/list/list",
|
|
"pages/item/item",
|
|
"pages/index/index"
|
|
],
|
|
"plugins": {
|
|
"routePlan": {
|
|
"version": "1.0.5",
|
|
"provider": "wx50b5593e81dd937a"
|
|
},
|
|
"chooseLocation": {
|
|
"version": "1.0.3",
|
|
"provider": "wx76a9a06e5b4e693e"
|
|
}
|
|
},
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "你的位置信息将用于小程序位置接口的效果展示"
|
|
}
|
|
},
|
|
"requiredPrivateInfos": ["getLocation"],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#3669f8",
|
|
"navigationBarTitleText": "桥梁空间智慧监管试点平台",
|
|
"navigationBarTextStyle": "white"
|
|
},
|
|
"sitemapLocation": "sitemap.json",
|
|
"lazyCodeLoading": "requiredComponents"
|
|
} |