From ba0ab5bad3c62d2cf076f6c824f6e2d3ee6ca597 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Wed, 1 Nov 2023 17:54:20 +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=5F000?= 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 9905c376..6576ef60 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: 30 * 1000, + timeout: 30_000, url: '', method: 'get', headers: {