From 59721825194c96dde6ac32aea5ecf1513095e917 Mon Sep 17 00:00:00 2001 From: alanpaine Date: Wed, 15 Apr 2026 13:49:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=8B=96=E6=8B=89=E6=8E=92?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index e1d0028..6742864 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -18,7 +18,7 @@ export default defineConfig({ "/sys": "http://10.100.53.199:8080", "/api": "http://10.100.53.199:8080", "/ws": { - target: "ws://10.100.53.199:8080", + target: "ws://10.100.51.199:8080", ws: true } }