From 8d80e8c9a3feb6c7e4c3d5dd9aa18f74885d1435 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期四, 07 十一月 2024 10:48:27 +0800
Subject: [PATCH] feat:修改逻辑条件

---
 manifest.json |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/manifest.json b/manifest.json
index 022f3e4..7b87ed7 100644
--- a/manifest.json
+++ b/manifest.json
@@ -75,8 +75,7 @@
             "minified" : true,
             "postcss" : false
         },
-        "usingComponents" : true,
-        "lazyCodeLoading" : "requiredComponents"
+        "usingComponents" : true
     },
     "mp-alipay" : {
         "usingComponents" : true
@@ -101,7 +100,7 @@
             "disableHostCheck" : true,
             "proxy" : {
                 "/admin" : {
-                    "target" : "http://192.168.0.7:9999",
+                    "target" : "http://wrzs.czjlchem.com:9095/",
                     "changeOrigin" : true,
                     "secure" : true,
                     "ws" : false, // 闇�瑕亀ebsocket 寮�鍚�
@@ -110,7 +109,7 @@
                     }
                 },
                 "/gen" : {
-                    "target" : "http://192.168.0.7:9896",
+                    "target" : "http://wrzs.czjlchem.com:9095/",
                     "changeOrigin" : true,
                     "secure" : true,
                     "ws" : false, // 闇�瑕亀ebsocket 寮�鍚�
@@ -119,7 +118,7 @@
                     }
                 },
                 "/wrzs" : {
-                    "target" : "http://192.168.0.7:9896",
+                    "target" : "http://wrzs.czjlchem.com:9095/",
                     "changeOrigin" : true,
                     "secure" : true,
                     "ws" : true, // 闇�瑕亀ebsocket 寮�鍚�

--
Gitblit v1.9.1