Browse Source
update manifest.json.
Signed-off-by: 陈凯楠 <1403191743@qq.com>
dev
陈凯楠
5 months ago
committed by
Gitee
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with
8 additions and
1 deletions
-
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 |
|
|