diff --git a/web-vue/packages/core/utils/http/axios/index.ts b/web-vue/packages/core/utils/http/axios/index.ts index 32395171..fa104afe 100644 --- a/web-vue/packages/core/utils/http/axios/index.ts +++ b/web-vue/packages/core/utils/http/axios/index.ts @@ -252,8 +252,8 @@ function createAxios(opt?: Partial) { // authenticationScheme: 'Bearer', authenticationHeader: 'x-token', authenticationScheme: '', - // 请求超时时间,默认3分钟 - timeout: 3 * 60 * 1000, + // 请求超时时间,默认10分钟 + timeout: 10 * 60 * 1000, // 基础接口地址 // baseURL: globSetting.apiUrl, // 默认请求头设置