From 98474b4e1b4747a6bb0d9b1ad9cd8558edda4399 Mon Sep 17 00:00:00 2001 From: donqi Date: Sun, 23 Oct 2022 01:34:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BD=8D=E7=BD=AE=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E7=9B=B8=E5=85=B3=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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" + ] } }