From 3eec08b9a8de5d2bc4952c0180e7326d7c76fd22 Mon Sep 17 00:00:00 2001 From: hxt Date: Sat, 3 May 2025 21:03:20 +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 实例的超时时间从 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 d800691..e7342ea 100644 --- a/src/utils/axios/config.ts +++ b/src/utils/axios/config.ts @@ -7,7 +7,7 @@ export type RequestParams = Record