From 3a154bdb0a5aaa2c0ac3eac95a6ba747068bd454 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 13 一月 2026 10:00:37 +0800
Subject: [PATCH] 优化
---
screen/vite.config.js | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/screen/vite.config.js b/screen/vite.config.js
index ff40646..f6a2eb8 100644
--- a/screen/vite.config.js
+++ b/screen/vite.config.js
@@ -24,12 +24,12 @@
},
server: {
proxy: {
- "/gateway_interface": {
- // target: "http://192.168.0.104:10010",
+ "/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",
+ // target: "https://atwl.ahzyssl.com/zhyq_interface",
changeOrigin: true,
- rewrite: (path) => path.replace(/^\/gateway_interface/, ""),
+ rewrite: (path) => path.replace(/^\/system_gateway/, ""),
},
},
},
--
Gitblit v1.9.3