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 |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/small-program/manifest.json b/small-program/manifest.json
index 7813cd1..33c2472 100644
--- a/small-program/manifest.json
+++ b/small-program/manifest.json
@@ -50,15 +50,21 @@
     /* 蹇簲鐢ㄧ壒鏈夌浉鍏� */
     "quickapp" : {},
     /* 灏忕▼搴忕壒鏈夌浉鍏� */
+	"optimization" :{"subPackages":true},
     "mp-weixin" : {
         "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" : {

--
Gitblit v1.9.3