From 338e7ed513d21d1468c0908fdca2ea4097ee0621 Mon Sep 17 00:00:00 2001
From: weimingfei <fei_gaming@sina.com>
Date: 星期三, 10 十二月 2025 18:42:42 +0800
Subject: [PATCH] 指纹钥匙柜

---
 screen/vite.config.js |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/screen/vite.config.js b/screen/vite.config.js
index 31658b3..ce3a8a3 100644
--- a/screen/vite.config.js
+++ b/screen/vite.config.js
@@ -24,12 +24,14 @@
   },
   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.1.45:10010",
+        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,
-        rewrite: (path) => path.replace(/^\/gateway_interface/, ""),
+        rewrite: (path) => path.replace(/^\/system_gateway/, ""),
       },
     },
   },

--
Gitblit v1.9.3