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/unpackage/dist/dev/mp-weixin/app.json | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/small-program/unpackage/dist/dev/mp-weixin/app.json b/small-program/unpackage/dist/dev/mp-weixin/app.json
index a49d283..f5e31c0 100644
--- a/small-program/unpackage/dist/dev/mp-weixin/app.json
+++ b/small-program/unpackage/dist/dev/mp-weixin/app.json
@@ -21,7 +21,8 @@
"pages/freight-certification/freight-certification",
"pages/catering-certification/catering-certification",
"pages/certification-successful/certification-successful",
- "pages/certification-results/certification-results"
+ "pages/certification-results/certification-results",
+ "pages/rich-text-page/rich-text-page"
],
"subPackages": [],
"window": {
@@ -56,5 +57,14 @@
}
]
},
+ "requiredPrivateInfos": [
+ "getLocation",
+ "chooseLocation"
+ ],
+ "permission": {
+ "scope.userLocation": {
+ "desc": "浣犵殑浣嶇疆淇℃伅灏嗙敤浜庡皬绋嬪簭瀹氫綅鏈嶅姟"
+ }
+ },
"usingComponents": {}
}
\ No newline at end of file
--
Gitblit v1.9.3