From 659d09ec24dab6c451220c8f3bb3943b0fdb3ba1 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Mon, 08 Jan 2024 16:16:12 +0800
Subject: [PATCH] fix:地图导航
---
manifest.json | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/manifest.json b/manifest.json
index 3c45bf9..9298203 100644
--- a/manifest.json
+++ b/manifest.json
@@ -49,7 +49,13 @@
"postcss": true,
"minified": true
},
- "usingComponents": true
+ "usingComponents": true,
+ "permission": {
+ "scope.userLocation": {
+ "desc": "������"
+ }
+ },
+ "requiredPrivateInfos": ["getLocation", "chooseLocation"]
},
"mp-alipay": {
"usingComponents": true
--
Gitblit v1.8.0