From 04aec1977e69dfd70aab8936c1a2d587cbea334e Mon Sep 17 00:00:00 2001 From: JayChou <2064936853@qq.com> Date: Tue, 30 Jul 2024 09:47:29 +0800 Subject: [PATCH] =?UTF-8?q?'=E8=AE=BE=E7=BD=AE=E8=B6=85=E6=97=B6=E9=97=B4'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecgboot-vue3-master/src/utils/http/axios/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },