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