diff --git a/jeecgboot-vue3-master/src/utils/http/axios/index.ts b/jeecgboot-vue3-master/src/utils/http/axios/index.ts index fe9c1e4c..b4082385 100644 --- a/jeecgboot-vue3-master/src/utils/http/axios/index.ts +++ b/jeecgboot-vue3-master/src/utils/http/axios/index.ts @@ -235,7 +235,7 @@ function createAxios(opt?: Partial) { // authentication schemes,e.g: Bearer // authenticationScheme: 'Bearer', authenticationScheme: '', - timeout: 10 * 1000, + timeout: 20 * 1000, // 基础接口地址 // baseURL: globSetting.apiUrl, headers: { 'Content-Type': ContentTypeEnum.JSON },