From 4936ba718f4ec2d069a9c28d07215573ed8548aa Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期五, 30 一月 2026 10:12:10 +0800
Subject: [PATCH] 修改简道云人员推送删除功能bug

---
 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 31658b3..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",
-        target: "http://10.50.250.253:8088/gateway_interface",
+      "/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,
-        rewrite: (path) => path.replace(/^\/gateway_interface/, ""),
+        rewrite: (path) => path.replace(/^\/system_gateway/, ""),
       },
     },
   },

--
Gitblit v1.9.3