From 5f2ee03958a1a16dc27195c76ea7cffb422c95d1 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期五, 19 十二月 2025 22:40:34 +0800
Subject: [PATCH] feat: 任务修改接口,删除一些不要的字段同步

---
 app/manifest.json |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/app/manifest.json b/app/manifest.json
index 9af21ee..a3922db 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -41,12 +41,14 @@
     },
     "quickapp" : {},
     "mp-weixin" : {
-        "appid" : "wxccd7e2a0911b3397",
+        "appid" : "wx40692cc44953a8cb",
         "setting" : {
             "urlCheck" : false,
             "es6" : false,
             "minified" : true,
-            "postcss" : true
+            "postcss" : true,
+            "ignoreDevUnusedFiles" : false,
+            "ignoreUploadUnusedFiles" : false
         },
         "optimization" : {
             "subPackages" : true
@@ -63,7 +65,9 @@
             "scope.userLocation" : {
                 "desc" : "闇�瑕佽嚜鍔ㄨ幏寰楀綋鍓嶇敤鎴蜂綅缃紝浠ュ垽鏂徃鏈烘槸鍚﹀湪甯搁┗鍦拌繕鏄湪鐩殑鍦�"
             }
-        }
+        },
+        "cloudfunctionRoot" : "",
+        "lazyCodeLoading" : "requiredComponents"
     },
     "vueVersion" : "2",
     "h5" : {
@@ -72,7 +76,7 @@
             "port" : 9090,
             "https" : false
         },
-        "title" : "RuoYi-App",
+        "title" : "骞夸笢姘戣埅灏忕▼搴�",
         "router" : {
             "mode" : "hash",
             "base" : "./"

--
Gitblit v1.9.1