From 766c2b5c6940fb4373b7b8097b31d2b03aa49ac2 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期一, 10 十一月 2025 21:22:16 +0800
Subject: [PATCH] fix:优化小程序人员加载和后台用户管理中的用户加载
---
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