From 2d2f46b6f127f0c3ea3f0b113aa917682124c671 Mon Sep 17 00:00:00 2001 From: wangzzpeng <1032675359@qq.com> Date: Wed, 24 Jun 2026 11:55:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=BA=E6=9C=AC=E5=9C=B0ip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index ede904f..3d39bda 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -24,7 +24,8 @@ export default defineConfig(({ mode, command }) => { open: true, proxy: { [env.VITE_APP_BASE_API]: { - target: 'http://47.104.208.94:8089', + // target: 'http://47.104.208.94:8089', + target: 'http://192.168.0.214:8089', changeOrigin: true, ws: true, rewrite: (path) => path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')