From c7481a36be9c30f850d840b73f9ffeec87724b8a Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Tue, 7 Nov 2023 17:58:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BB=B6=E9=95=BF=E8=AF=B7=E6=B1=82=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/request/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/request/index.js b/utils/request/index.js index b287174..0e9b14a 100644 --- a/utils/request/index.js +++ b/utils/request/index.js @@ -21,7 +21,7 @@ const $http = new request({ 'Content-Type': 'application/json;charset=UTF-8' }, // 请求超时时间, 单位ms(默认15000) - timeout: 15000, + timeout: 60000, // 默认配置(可不写) config: { // 是否自动提示错误