Browse Source

update manifest.json.

Signed-off-by: 陈凯楠 <1403191743@qq.com>
dev
陈凯楠 5 months ago
committed by Gitee
parent
commit
8140d1a62c
No known key found for this signature in database GPG Key ID: 173E9B9CA92EEF8F
  1. 9
      manifest.json

9
manifest.json

@ -54,7 +54,14 @@
"setting" : { "setting" : {
"urlCheck" : false "urlCheck" : false
}, },
"usingComponents" : true "usingComponents" : true,
"lazyCodeLoading" : "requiredComponents",
"permission" : {
"scope.userLocation" : {
"desc" : "获取用户位置"
}
},
"requiredPrivateInfos" : [ "getLocation", "onLocationChange", "startLocationUpdate" ]
}, },
"mp-alipay" : { "mp-alipay" : {
"usingComponents" : true "usingComponents" : true

Loading…
Cancel
Save