From 6a26d75dadd32ffdb8afa7e55e8793217c12700b Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 27 十一月 2025 17:50:07 +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 dcc6f82..8786eff 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",
+ // 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