From 693623a118e6086614a4a0dae901966fc60dba36 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期五, 20 九月 2024 19:47:03 +0800
Subject: [PATCH] feat:提交 提示,合卡

---
 manifest.json |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/manifest.json b/manifest.json
index dd73902..dbcf038 100644
--- a/manifest.json
+++ b/manifest.json
@@ -100,7 +100,7 @@
             "disableHostCheck" : true,
             "proxy" : {
                 "/admin" : {
-                    "target" : "http://192.168.0.7:9999",
+                    "target" : "http://192.168.0.66:9999",
                     "changeOrigin" : true,
                     "secure" : true,
                     "ws" : false, // 闇�瑕亀ebsocket 寮�鍚�
@@ -109,7 +109,7 @@
                     }
                 },
                 "/gen" : {
-                    "target" : "http://192.168.0.7:9896",
+                    "target" : "http://192.168.0.66:9896",
                     "changeOrigin" : true,
                     "secure" : true,
                     "ws" : false, // 闇�瑕亀ebsocket 寮�鍚�
@@ -118,7 +118,7 @@
                     }
                 },
                 "/wrzs" : {
-                    "target" : "http://192.168.0.7:9896",
+                    "target" : "http://192.168.0.66:9896",
                     "changeOrigin" : true,
                     "secure" : true,
                     "ws" : true, // 闇�瑕亀ebsocket 寮�鍚�

--
Gitblit v1.9.1