From 47d793e77cda01629579b08509a01fca57f8d0df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8?= Date: Thu, 23 Apr 2026 13:57:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production b/.env.production index d939d05..3e78f21 100644 --- a/.env.production +++ b/.env.production @@ -2,7 +2,7 @@ NODE_ENV = production # 生产环境接口基础地址 -VITE_API_BASE_URL = http://18.167.120.9:8605/api +VITE_API_BASE_URL = http://18.167.120.9:8085/api # 请求超时时间(毫秒) VITE_REQUEST_TIMEOUT = 10000