From 091e634e871b652f0e6ae2ba21b4bef963b98aff Mon Sep 17 00:00:00 2001 From: songguoqiang <765017469@qq.com> Date: Mon, 27 May 2024 14:08:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=89=8D=E7=AB=AF=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E7=AD=89=E5=BE=85=E6=97=B6=E9=97=B4=E4=B8=BA60?= =?UTF-8?q?=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/axios/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/axios/config.ts b/src/config/axios/config.ts index 8116508..bdca649 100644 --- a/src/config/axios/config.ts +++ b/src/config/axios/config.ts @@ -16,7 +16,7 @@ const config: { /** * 接口请求超时时间 */ - request_timeout: 30000, + request_timeout: 60000, /** * 默认接口请求类型