From 9f8abe86e6b7fc16a513c49e40a37dd8fff6dc39 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 28 十一月 2025 10:00:18 +0800
Subject: [PATCH] 改bug
---
screen/vite.config.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/screen/vite.config.js b/screen/vite.config.js
index 8786eff..9b20cd3 100644
--- a/screen/vite.config.js
+++ b/screen/vite.config.js
@@ -25,8 +25,8 @@
server: {
proxy: {
"/system_gateway": {
- // target: "http://192.168.1.45:10010",
- target: "http://192.168.0.7/system_gateway",
+ target: "http://192.168.1.45:10010",
+ // target: "http://192.168.0.7/system_gateway",
// target: "http://10.50.250.253:8088/gateway_interface",
// target: "https://atwl.ahzyssl.com/zhyq_interface",
changeOrigin: true,
--
Gitblit v1.9.3