From 4d98d0506287403de560d398cab7ecef154d44a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Fri, 13 Jan 2023 09:08:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/manifest.json b/manifest.json index 3770334..a7dd506 100644 --- a/manifest.json +++ b/manifest.json @@ -71,16 +71,16 @@ // app.json "permission" : { "scope.userLocation" : { - "desc" : "你的位置信息将用于小程序定位" - } - }, - "requiredPrivateInfos" : [ "getLocation" ], - "plugins" : { - "chooseLocation" : { - "version" : "1.0.9", - "provider" : "wx76a9a06e5b4e693e" + "desc" : "你的位置信息将用于护理站列表的位置查询" } }, + "requiredPrivateInfos" : [ "chooseLocation", "getLocation" ], + // "plugins": { + // "chooseLocation": { + // "version": "1.0.9", + // "provider": "wx76a9a06e5b4e693e" + // } + // }, "uniStatistics" : { "enable" : true },