From 7cfbcad98096f756cdfc1aad01cfd481df4ac646 Mon Sep 17 00:00:00 2001 From: mac Date: Thu, 27 Feb 2025 12:43:00 +0800 Subject: [PATCH] commit --- 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 fc3081b..02ac1f6 100644 --- a/src/utils/axios.ts +++ b/src/utils/axios.ts @@ -22,7 +22,7 @@ export const getOriginUrl = () => { const config: AxiosConfig = { // baseURL: process.env.REACT_APP_BASE_URL, baseURL: getBaseUrl(), - timeout: 60 * 10 * 1000, + timeout: 60 * 120 * 1000, headers: { 'Content-Type': 'application/json' }