From 1f2e4cd55e2bfb4c257d6bddcf2152c48f035930 Mon Sep 17 00:00:00 2001 From: chenfang Date: Wed, 13 Mar 2024 17:47:58 +0800 Subject: [PATCH] =?UTF-8?q?localhost=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 3b38b8cc0..78976cddd 100644 --- a/.env.development +++ b/.env.development @@ -4,7 +4,7 @@ NODE_ENV=development VITE_DEV=false # 请求路径 -VITE_BASE_URL='http://192.168.0.113:12080' +VITE_BASE_URL='http://localhost:12080' # 上传路径 VITE_UPLOAD_URL='http://localhost:12080/admin-api/infra/file/upload'