From 9d901b4215323c97a00a068cd962f5c9c04dadfa Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期四, 04 九月 2025 10:15:09 +0800
Subject: [PATCH] 前端
---
small-program/manifest.json | 29 +++++++++++++++++++++--------
1 files changed, 21 insertions(+), 8 deletions(-)
diff --git a/small-program/manifest.json b/small-program/manifest.json
index d7a52b5..33c2472 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,
@@ -50,18 +50,31 @@
/* 蹇簲鐢ㄧ壒鏈夌浉鍏� */
"quickapp" : {},
/* 灏忕▼搴忕壒鏈夌浉鍏� */
+ "optimization" :{"subPackages":true},
"mp-weixin" : {
- "appid" : "wxcd2b89fd2ff065f8",
+ "appid" : "wx332441ae5b12be7d",
"setting" : {
"urlCheck" : false,
- "es6" : true,
- "postcss" : true,
- "minified" : true
- },
- "usingComponents" : true
+ "es6": true,
+ "postcss": true,
+ "minified": true
+ },
+ "optimization":{
+ "subPackages": true
+ },
+ "usingComponents": true,
+ "runmode": "liberate",
+ "lazyCodeLoading": "requiredComponents" ,// 鍚敤鎸夐渶娉ㄥ叆
+ "requiredPrivateInfos" : [ "getLocation", "chooseLocation" ],
+ "permission" : {
+ "scope.userLocation" : {
+ "desc" : "浣犵殑浣嶇疆淇℃伅灏嗙敤浜庡皬绋嬪簭瀹氫綅鏈嶅姟"
+ }
+ }
},
"mp-alipay" : {
- "usingComponents" : true
+ "usingComponents" : true,
+ "appid" : "wxcd2b89fd2ff065f8"
},
"mp-baidu" : {
"usingComponents" : true
--
Gitblit v1.9.3