From 65b3d20420f326f59dbd97706704856d53cbf453 Mon Sep 17 00:00:00 2001 From: andy <1042025947@qq.com> Date: Thu, 6 Aug 2026 11:00:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index b13c87e..8fd5400 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -20,12 +20,12 @@ export default defineConfig({ port: 3000, proxy: { '/api': { - target:'http://192.168.12.4:8888/', //'http://192.168.5.230:8888', //target:'http://192.168.12.4:8888/', + // target:'http://192.168.12.4:8888/', //target:'http://192.168.12.230:8888', //target:'http://192.168.5.230:8888', //target:'http://192.168.5.232:8888/', - //target:'http://localhost:8888', + target:'http://localhost:8888', changeOrigin: true }, '/druid': {