You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
GitProject/wx_navigationLite-master/app.json

37 lines
852 B

{
"pages": [
"pages/index/index",
"pages/search/search",
"pages/nearby/nearby",
"pages/site/site",
"pages/route/route",
"pages/detail/detail",
"pages/admin/admin",
"pages/navigation/navigation",
"pages/collect/collect"
],
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#4188fe",
"navigationBarTitleText": "导航lite",
"navigationBarTextStyle": "white"
},
"navigateToMiniProgramAppIdList": [
"wxbbec65de8931cc38"
],
"requiredPrivateInfos":[
"getLocation",
"chooseAddress",
"onLocationChange",
"startLocationUpdate",
"startLocationUpdateBackground",
"choosePoi",
"chooseLocation"
]
}