From 6d07596890c54a8b7cdfd14d8ebd4b4e9acefecd Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期二, 02 十二月 2025 14:22:47 +0800
Subject: [PATCH] 最新版本541200007

---
 screen/vite.config.js |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/screen/vite.config.js b/screen/vite.config.js
index 1f65c7a..9b20cd3 100644
--- a/screen/vite.config.js
+++ b/screen/vite.config.js
@@ -24,12 +24,13 @@
   },
   server: {
     proxy: {
-      "/gateway_interface": {
+      "/system_gateway": {
         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,
-        rewrite: (path) => path.replace(/^\/gateway_interface/, ""),
+        rewrite: (path) => path.replace(/^\/system_gateway/, ""),
       },
     },
   },

--
Gitblit v1.9.3