From 7723136415b6cb0168841122e349701d6a71d3c9 Mon Sep 17 00:00:00 2001 From: hxt Date: Sat, 3 May 2025 20:51:57 +0800 Subject: [PATCH] =?UTF-8?q?refactor(utils):=20=E8=B0=83=E6=95=B4=20API=20?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -将 axios 实例的超时时间从 15000毫秒增加到 20000 毫秒- 此修改旨在解决可能的网络延迟问题,提高请求成功率 --- src/utils/axios/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/axios/config.ts b/src/utils/axios/config.ts index a73858d..d800691 100644 --- a/src/utils/axios/config.ts +++ b/src/utils/axios/config.ts @@ -7,7 +7,7 @@ export type RequestParams = Record