|
@@ -60,13 +60,16 @@
|
|
|
"optimization": {
|
|
|
"subPackages": true
|
|
|
},
|
|
|
- "lazyCodeLoading" : "requiredComponents",
|
|
|
- "requiredPrivateInfos" : [ "getLocation", "chooseLocation" ],
|
|
|
- "permission" : {
|
|
|
- "scope.userLocation" : {
|
|
|
- "desc" : "你的位置信息将用于警情上报"
|
|
|
+ "lazyCodeLoading": "requiredComponents",
|
|
|
+ "requiredPrivateInfos": [
|
|
|
+ "getLocation",
|
|
|
+ "chooseLocation"
|
|
|
+ ],
|
|
|
+ "permission": {
|
|
|
+ "scope.userLocation": {
|
|
|
+ "desc": "你的位置信息将用于警情上报"
|
|
|
}
|
|
|
- }
|
|
|
+ }
|
|
|
},
|
|
|
"mp-alipay": {
|
|
|
"usingComponents": true
|