From 013ef48062b0a384342033685b7ec06f82a30c3b Mon Sep 17 00:00:00 2001 From: gaoxq <376340421@qq.com> Date: Mon, 22 Dec 2025 12:25:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=89=8D=E7=AB=AFvue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web-vue/packages/core/utils/http/axios/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, // 默认请求头设置