调整定位权限丢失小程序无法运行问题-修改定位方法为模糊定位
This commit is contained in:
7
app.json
7
app.json
@@ -34,9 +34,12 @@
|
||||
"backgroundColor": "#252330"
|
||||
},
|
||||
"sitemapLocation": "sitemap.json",
|
||||
"requiredPrivateInfos": [
|
||||
"getFuzzyLocation"
|
||||
],
|
||||
"permission": {
|
||||
"scope.userLocation": {
|
||||
"desc": "需要获取您的地理位置,请确认授权,否则地图功能将无法使用"
|
||||
"scope.userFuzzyLocation": {
|
||||
"desc": "为更好体验,需要获取您的地理位置,请确认授权"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user