From 5101b1bae322762c092b43ffadb0f38aefaad24a Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Thu, 23 Nov 2023 21:49:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BD=91=E7=BB=9C=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E7=BB=9F=E4=B8=8010=E7=A7=92=E8=B6=85=E6=97=B6?= 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 1c6e69c4..25a95681 100644 --- a/src/plugins/http-fetch.ts +++ b/src/plugins/http-fetch.ts @@ -93,7 +93,7 @@ const baseUrl = import.meta.env.PROD /**默认请求参数 */ const FATCH_OPTIONS: OptionsType = { baseUrl: baseUrl, - timeout: 30_000, + timeout: 10_000, url: '', method: 'get', headers: {