diff --git a/manifest.json b/manifest.json index bea7bc2..5d2b972 100644 --- a/manifest.json +++ b/manifest.json @@ -54,6 +54,14 @@ "urlCheck" : false, "minified" : true }, - "usingComponents" : true + "usingComponents" : true, + "permission" : { + "scope.userLocation" : { + "desc" : "因涉及上门家政服务,需获取地理位置" + } + }, + "requiredPrivateInfos": [ + "getLocation" + ] } }