From 535f57c5774a7ac67d6527e6c588521093677399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E8=AA=89=E7=A8=8B?= <2659568239@qq.com> Date: Fri, 5 Jan 2024 15:51:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/env/dev.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/env/dev.ts b/src/utils/env/dev.ts index b260c03..abe130c 100644 --- a/src/utils/env/dev.ts +++ b/src/utils/env/dev.ts @@ -1,6 +1,6 @@ export const DEV = { - // PROXY_SERVER: 'http://localhost:8088', - PROXY_SERVER: 'http://127.0.0.1:8080', + PROXY_SERVER: 'http://localhost:8088', + // PROXY_SERVER: 'http://127.0.0.1:8088', }; export default DEV;