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', },