From ecd4b50aab6cfb7a3717137564bb025f289d8a40 Mon Sep 17 00:00:00 2001 From: tbphp Date: Sun, 13 Jul 2025 22:14:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=89=8D=E7=AB=AF=E8=B6=85=E6=97=B6?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/utils/http.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/utils/http.ts b/web/src/utils/http.ts index 5e0a0c2..e303527 100644 --- a/web/src/utils/http.ts +++ b/web/src/utils/http.ts @@ -13,7 +13,7 @@ declare module "axios" { const http = axios.create({ baseURL: "/api", - timeout: 10000, + timeout: 60000, headers: { "Content-Type": "application/json" }, });