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'