调整定位权限丢失小程序无法运行问题-修改定位方法为模糊定位

This commit is contained in:
2023-04-22 19:28:42 +08:00
parent 4aec6bf9ee
commit be00a4cb3e
3 changed files with 31 additions and 16 deletions

View File

@@ -34,9 +34,12 @@
"backgroundColor": "#252330"
},
"sitemapLocation": "sitemap.json",
"requiredPrivateInfos": [
"getFuzzyLocation"
],
"permission": {
"scope.userLocation": {
"desc": "需要获取您的地理位置,请确认授权,否则地图功能将无法使用"
"scope.userFuzzyLocation": {
"desc": "为更好体验,需要获取您的地理位置,请确认授权"
}
}
}