|
@@ -63,8 +63,11 @@
|
|
|
"lazyCodeLoading" : "requiredComponents",
|
|
|
"requiredPrivateInfos" : [ "chooseLocation","choosePoi","getFuzzyLocation"],
|
|
|
"permission" : {
|
|
|
- "scope.userLocation" : {
|
|
|
- "desc" : "你的位置信息将用于小程序定位"
|
|
|
+ "scope.userLocation": {
|
|
|
+ "desc": "你的位置信息将用于小程序定位"
|
|
|
+ },
|
|
|
+ "scope.userFuzzyLocation": {
|
|
|
+ "desc": "你的位置信息将用于小程序模糊定位"
|
|
|
}
|
|
|
},
|
|
|
"mergeVirtualHostAttributes" : true
|