From f39ca3c49d26abd10f76fc67506b9c603a13547c Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 17 四月 2026 20:20:30 +0800
Subject: [PATCH] 调接口加页面

---
 small-program/manifest.json |   26 ++++++++++++++------------
 1 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/small-program/manifest.json b/small-program/manifest.json
index 4a7bf33..4cd2e8f 100644
--- a/small-program/manifest.json
+++ b/small-program/manifest.json
@@ -50,21 +50,23 @@
     /* 蹇簲鐢ㄧ壒鏈夌浉鍏� */
     "quickapp" : {},
     /* 灏忕▼搴忕壒鏈夌浉鍏� */
-	"optimization" :{"subPackages":true},
+    "optimization" : {
+        "subPackages" : true
+    },
     "mp-weixin" : {
-        "appid" : "wx332441ae5b12be7d",
+        "appid" : "wxcd2b89fd2ff065f8",
         "setting" : {
             "urlCheck" : false,
-            "es6": true,
-            "postcss": true,
-            "minified": true
-        }, 
-		"optimization":{
-			"subPackages": true
-		},
-        "usingComponents": true,
-		// "runmode": "liberate",
-		"lazyCodeLoading": "requiredComponents" ,// 鍚敤鎸夐渶娉ㄥ叆
+            "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