From 1e71dd86f6d0c4fc7e5143600d4bc4b50992a2a7 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Thu, 04 Jul 2024 14:51:28 +0800
Subject: [PATCH] fix: 高德密钥修改

---
 manifest.json |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/manifest.json b/manifest.json
index 3c45bf9..b6ede3b 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
 	"name": "test",
 	"appid": "__UNI__93C3197",
 	"description": "",
-	"versionName": "1.0.0",
-	"versionCode": "100",
+	"versionName": "1.0.1",
+	"versionCode": 101,
 	"transformPx": false,
 	"app-plus": {
 		"usingComponents": true,
@@ -42,6 +42,7 @@
 	"quickapp": {},
 	"mp-weixin": {
 		"appid": "wxf95fb77e0b1f8c09",
+		"libVersion": "latest",
 		"__usePrivacyCheck__": true,
 		"setting": {
 			"urlCheck": false,
@@ -49,7 +50,13 @@
 			"postcss": true,
 			"minified": true
 		},
-		"usingComponents": true
+		"usingComponents": true,
+		"permission": {
+			"scope.userLocation": {
+				"desc": "������"
+			}
+		},
+		"requiredPrivateInfos": ["getLocation", "chooseLocation"]
 	},
 	"mp-alipay": {
 		"usingComponents": true

--
Gitblit v1.8.0