From 1bdaa21636fb975d06f5737c22af94db2775a17d Mon Sep 17 00:00:00 2001 From: bill Date: Mon, 17 Nov 2025 19:17:21 +0800 Subject: [PATCH] Feat: Restore proxy configuration --- web/.umirc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/.umirc.ts b/web/.umirc.ts index b6d09168c..044ea3036 100644 --- a/web/.umirc.ts +++ b/web/.umirc.ts @@ -47,7 +47,7 @@ export default defineConfig({ }, { context: ['/api', '/v1'], - target: 'http://192.168.1.24:9380/', + target: 'http://127.0.0.1:9380/', changeOrigin: true, ws: true, logger: console,