From 4308bbdb6b4893d23ddc2fcaf9c5dee412dd5ebd Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期二, 09 十二月 2025 08:50:31 +0800
Subject: [PATCH] 更改头部
---
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 ff40646..31658b3 100644
--- a/screen/vite.config.js
+++ b/screen/vite.config.js
@@ -26,8 +26,8 @@
proxy: {
"/gateway_interface": {
// target: "http://192.168.0.104:10010",
- // target: "http://10.50.250.253:8088/gateway_interface",
- target: "https://atwl.ahzyssl.com/zhyq_interface",
+ target: "http://10.50.250.253:8088/gateway_interface",
+ // target: "https://atwl.ahzyssl.com/zhyq_interface",
changeOrigin: true,
rewrite: (path) => path.replace(/^\/gateway_interface/, ""),
},
--
Gitblit v1.9.3