From 99b89dc0ae4fbe90c6d629a223ad730986ffd8f3 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期三, 10 十二月 2025 14:34:25 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/maanshan' into maanshan
---
screen/vite.config.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/screen/vite.config.js b/screen/vite.config.js
index 8786eff..ce3a8a3 100644
--- a/screen/vite.config.js
+++ b/screen/vite.config.js
@@ -26,7 +26,8 @@
proxy: {
"/system_gateway": {
// target: "http://192.168.1.45:10010",
- target: "http://192.168.0.7/system_gateway",
+ target: "http://10.49.152.112/system_gateway",
+ // 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