From 9d03d245cf988cbef1b38637d16f6dca50bf3ec7 Mon Sep 17 00:00:00 2001 From: LegnaYet <1023868505@qq.com> Date: Tue, 26 May 2020 15:19:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B7=E6=B1=82=E6=97=B6=E9=97=B4=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/services/CommonHttp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/CommonHttp.js b/src/services/CommonHttp.js index 02facf7..867412f 100755 --- a/src/services/CommonHttp.js +++ b/src/services/CommonHttp.js @@ -10,7 +10,7 @@ axios.defaults.baseURL = 'https://wxtk.bsdits.com/kiisoo-ic/'; // axios.defaults.baseURL = '/kiisoo-ic'; //响应时间 -axios.defaults.timeout = 120000; +axios.defaults.timeout = 3600000; axios.defaults.withCredentials=true; //配置请求头