From a987eccb27891bbfaae334b7fa0e892ee2640271 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期一, 20 四月 2026 17:20:13 +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 33c2472..cafcd3f 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" : "wxb1b59320e803dc6c",
         "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