From 0bda79a1d5f0de3a1885f13763c516650bc19007 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期二, 29 十月 2024 16:00:38 +0800 Subject: [PATCH] ll --- 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 0b71753..1afa5c0 100644 --- a/screen/vite.config.js +++ b/screen/vite.config.js @@ -26,7 +26,8 @@ proxy: { "/gateway_interface": { // target: "http://192.168.0.103:10010", - target: "http://10.50.250.253:8088/gateway_interface", + // target: "http://10.50.250.253:8088/gateway_interface", + target: "http://192.168.0.173/gateway_interface", changeOrigin: true, rewrite: (path) => path.replace(/^\/gateway_interface/, ""), }, -- Gitblit v1.9.3