From c251a2fe58a41242126044c5a030a2eadc597755 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Wed, 22 Jan 2025 13:48:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BA=BF=E4=B8=8A=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E7=AB=AF=E5=8F=A3=E4=BF=AE=E6=94=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index 0779c59..ba5f178 100644 --- a/vite.config.js +++ b/vite.config.js @@ -42,7 +42,7 @@ export default defineConfig(({ mode, command }) => { proxy: { // https://cn.vitejs.dev/config/#server-proxy '/dev-api': { - // target: 'http://154.8.147.51:8288', + // target: 'http://154.8.147.51:8080', target: 'http://127.0.0.1:8080', changeOrigin: true, rewrite: (p) => p.replace(/^\/dev-api/, '')