From 9f4c9d49cfd16c61bf00641b1af18cff840985d5 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期四, 11 十二月 2025 09:53:43 +0800
Subject: [PATCH] 钥匙柜开门添加 指纹方式
---
screen/vite.config.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/screen/vite.config.js b/screen/vite.config.js
index 9b20cd3..ce3a8a3 100644
--- a/screen/vite.config.js
+++ b/screen/vite.config.js
@@ -25,7 +25,8 @@
server: {
proxy: {
"/system_gateway": {
- target: "http://192.168.1.45:10010",
+ // 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",
--
Gitblit v1.9.3