From e088a8672f00de56946696622a875588a3ce33ae Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Fri, 18 Nov 2022 15:57:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E8=B6=85=E6=97=B6=E5=A2=9E?= =?UTF-8?q?=E9=95=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/axios/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/axios/index.js b/src/common/axios/index.js index a2f783880..82c0c5fe3 100644 --- a/src/common/axios/index.js +++ b/src/common/axios/index.js @@ -32,7 +32,7 @@ let formData = (data) => { } return _formData } -_axios.defaults.timeout = 60000 +_axios.defaults.timeout = 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 _axios.defaults.headers['Content-type'] = 'application/json' window._axiosPromiseArr = [] /**