From 434ebdd7aee9fc527c0039c5a875b68e5b61a629 Mon Sep 17 00:00:00 2001 From: zch Date: Mon, 18 May 2026 17:10:09 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=90=86?= =?UTF-8?q?=E7=9B=AE=E6=A0=87=E7=AB=AF=E5=8F=A3=E4=B8=BA9081?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 20c9dc1..d43b6a6 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -26,7 +26,7 @@ export default defineConfig(({ mode, command }) => { proxy: { [env.VITE_APP_BASE_API]: { // target: 'http://192.168.100.100:8080''', - target: 'http://localhost:8080', + target: 'http://localhost:9081', changeOrigin: true, ws: true, rewrite: (path) => path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')