From a824e64063c029c4ee8a880cc29b835f6356ad1c Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Wed, 1 Nov 2023 17:44:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=BB=98=E8=AE=A4=E8=B6=85=E6=97=B6?= =?UTF-8?q?=E6=97=B6=E9=97=B430=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/http-fetch.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/http-fetch.ts b/src/plugins/http-fetch.ts index 59e1e4a9..9905c376 100644 --- a/src/plugins/http-fetch.ts +++ b/src/plugins/http-fetch.ts @@ -86,7 +86,7 @@ const baseUrl = import.meta.env.PROD /**默认请求参数 */ const FATCH_OPTIONS: OptionsType = { baseUrl: baseUrl, - timeout: 10 * 1000, + timeout: 30 * 1000, url: '', method: 'get', headers: {