From b61af4938cdf3905bedc437e2edc2c9a1fe000ad Mon Sep 17 00:00:00 2001 From: ruanqi Date: Fri, 6 Sep 2024 18:00:08 +0800 Subject: [PATCH] =?UTF-8?q?0412=20=E6=96=B0=E7=9C=8B=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/httpRequest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/httpRequest.js b/src/utils/httpRequest.js index 57c7cae..905b399 100644 --- a/src/utils/httpRequest.js +++ b/src/utils/httpRequest.js @@ -6,7 +6,7 @@ import merge from 'lodash/merge' import { clearLoginInfo } from '@/utils' const http = axios.create({ - timeout: 1000 * 30, + timeout: 1000 * 600, withCredentials: true, headers: { 'Content-Type': 'application/json; charset=utf-8'