From 1fb1e9e3321102d23997551be7a5ad7d91b74015 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 17 七月 2025 15:28:25 +0800
Subject: [PATCH] 对接口,新建富文本页面

---
 small-program/manifest.json |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/small-program/manifest.json b/small-program/manifest.json
index 472d5be..c5a80fd 100644
--- a/small-program/manifest.json
+++ b/small-program/manifest.json
@@ -58,7 +58,13 @@
             "postcss" : true,
             "minified" : true
         },
-        "usingComponents" : true
+        "usingComponents" : true,
+		"requiredPrivateInfos": ["getLocation", "chooseLocation"],
+		    "permission": {
+				"scope.userLocation": {
+					"desc": "浣犵殑浣嶇疆淇℃伅灏嗙敤浜庡皬绋嬪簭瀹氫綅鏈嶅姟"
+			}
+		}
     },
     "mp-alipay" : {
         "usingComponents" : true,

--
Gitblit v1.9.3