From 06a17c236d4cb9b8da75fce43af938cb7ea510bf Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期一, 15 十二月 2025 09:50:12 +0800
Subject: [PATCH] feat: 优化企业微信判断,优化gps分断处理
---
app/manifest.json | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/app/manifest.json b/app/manifest.json
index b02e2fa..a3922db 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -46,7 +46,9 @@
"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