From 6e4ce87844e9ea4ba7cc0e11f100222cdea0af67 Mon Sep 17 00:00:00 2001 From: zhangshun <453905631@qq.com> Date: Fri, 29 May 2026 11:30:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=A8=A1=E5=9E=8B=E5=BA=93?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E4=BB=A3=E7=90=86=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/vite.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/vite.config.ts b/web/vite.config.ts index cada6fc..cffaabd 100644 --- a/web/vite.config.ts +++ b/web/vite.config.ts @@ -5,8 +5,8 @@ export default defineConfig({ port: 5174, strictPort: true, proxy: { - "/api": "http://localhost:3001", - "/storage": "http://localhost:3001" + "/api": "http://127.0.0.1:3001", + "/storage": "http://127.0.0.1:3001" } } });