From 3d83819e6b2c1b4b0e20a40685fe0ccfc3b26721 Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Fri, 3 Apr 2026 11:08:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index 2eaef43..b4a6bd5 100644 --- a/vite.config.js +++ b/vite.config.js @@ -11,7 +11,8 @@ export default defineConfig({ // target: 'http://192.168.1.123:5000', // target: 'http://192.168.0.105:5000', // target: 'http://192.168.0.13:5000', - target: 'http://192.168.1.123:5000', + target: 'http://192.168.0.189:5000', + // target: 'http://120.53.94.11:5000', changeOrigin: true, ws: true, secure: false,