From 98a16020cbc9b777735705e8fb72200dde1b68bd Mon Sep 17 00:00:00 2001
From: wk
Date: 星期四, 26 九月 2024 16:17:54 +0800
Subject: [PATCH] feat:门卫检查

---
 manifest.json |   23 +++++++++++++++--------
 1 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/manifest.json b/manifest.json
index d03c793..dbcf038 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,5 +1,5 @@
 {
-    "name" : "unattended-app",
+    "name" : "鑱氶殕鍖栧伐鏅鸿兘鐗╂祦",
     "appid" : "__UNI__4D08E03",
     "description" : "",
     "versionName" : "1.0.0",
@@ -63,7 +63,10 @@
             }
         },
         "optimization" : {
-            "subPackages" : true
+            "subPackages" : true,
+            "treeShaking" : {
+                "enable" : true
+            }
         },
         "requiredPrivateInfos" : [ "getFuzzyLocation" ],
         "setting" : {
@@ -72,8 +75,7 @@
             "minified" : true,
             "postcss" : false
         },
-        "usingComponents" : true,
-        "lazyCodeLoading": "requiredComponents"
+        "usingComponents" : true
     },
     "mp-alipay" : {
         "usingComponents" : true
@@ -98,7 +100,7 @@
             "disableHostCheck" : true,
             "proxy" : {
                 "/admin" : {
-                    "target" : "http://192.168.0.22:9999",
+                    "target" : "http://192.168.0.66:9999",
                     "changeOrigin" : true,
                     "secure" : true,
                     "ws" : false, // 闇�瑕亀ebsocket 寮�鍚�
@@ -107,7 +109,7 @@
                     }
                 },
                 "/gen" : {
-                    "target" : "http://192.168.0.22:9896",
+                    "target" : "http://192.168.0.66:9896",
                     "changeOrigin" : true,
                     "secure" : true,
                     "ws" : false, // 闇�瑕亀ebsocket 寮�鍚�
@@ -116,7 +118,7 @@
                     }
                 },
                 "/wrzs" : {
-                    "target" : "http://192.168.0.22:9896",
+                    "target" : "http://192.168.0.66:9896",
                     "changeOrigin" : true,
                     "secure" : true,
                     "ws" : true, // 闇�瑕亀ebsocket 寮�鍚�
@@ -126,6 +128,11 @@
                 }
             }
         },
-       "publicPath" : "./" 
+        "optimization" : {
+            "treeShaking" : {
+                "enable" : true
+            }
+        },
+        "publicPath" : "./"
     }
 }

--
Gitblit v1.9.1