From e954e775c05bf88a6660ed584136b448b6e11c58 Mon Sep 17 00:00:00 2001 From: puz <13060209078@163.com> Date: Thu, 2 Jul 2026 09:39:17 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E8=BF=98=E5=8E=9F=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/vite.config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 7510382..8ef93e4 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -59,11 +59,11 @@ export default defineConfig({ server: { port: 5174, proxy: { - "/auth": "http://10.100.53.199:8080", - "/sys": "http://10.100.53.199:8080", - "/api": "http://10.100.53.199:8080", + "/auth": "http://localhost:8080", + "/sys": "http://localhost:8080", + "/api": "http://localhost:8080", "/ws": { - target: "ws://10.100.53.199:8080", + target: "ws://localhost:8080", ws: true } }