From f09450942e4cbd91ae830ef13a237bea1a1f49e8 Mon Sep 17 00:00:00 2001 From: zhangjiming Date: Mon, 20 Jan 2025 11:22:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E8=B6=85=E6=97=B660s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/axios.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/axios.ts b/src/utils/axios.ts index a57af66..c93ceb0 100644 --- a/src/utils/axios.ts +++ b/src/utils/axios.ts @@ -10,7 +10,7 @@ const serverInfo = getServerInfo() // 创建 Axios 实例 const apiClient: AxiosInstance = axios.create({ baseURL: serverInfo.httpUrl, // 设置请求的根路径 - timeout: 30000, + timeout: 60000, headers: { 'Content-Type': 'application/json', },