From 22603b2519b8dcb7f9a7c7d9ba636d9aba240a59 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 18 七月 2025 09:15:01 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
small-program/manifest.json | 13 ++++++++++---
1 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/small-program/manifest.json b/small-program/manifest.json
index d7a52b5..c5a80fd 100644
--- a/small-program/manifest.json
+++ b/small-program/manifest.json
@@ -5,7 +5,7 @@
"versionName" : "1.0.0",
"versionCode" : "100",
"transformPx" : false,
- "sassImplementationName": "node-sass",
+ "sassImplementationName" : "node-sass",
/* 5+App鐗规湁鐩稿叧 */
"app-plus" : {
"usingComponents" : true,
@@ -58,10 +58,17 @@
"postcss" : true,
"minified" : true
},
- "usingComponents" : true
+ "usingComponents" : true,
+ "requiredPrivateInfos": ["getLocation", "chooseLocation"],
+ "permission": {
+ "scope.userLocation": {
+ "desc": "浣犵殑浣嶇疆淇℃伅灏嗙敤浜庡皬绋嬪簭瀹氫綅鏈嶅姟"
+ }
+ }
},
"mp-alipay" : {
- "usingComponents" : true
+ "usingComponents" : true,
+ "appid" : "wxcd2b89fd2ff065f8"
},
"mp-baidu" : {
"usingComponents" : true
--
Gitblit v1.9.3