From 453973fe32be6c01d150dc5661bf488107a2c4f5 Mon Sep 17 00:00:00 2001 From: xieyonghong <18010623010@163.com> Date: Mon, 3 Apr 2023 17:02:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E6=8E=A5=E5=8F=A3?= =?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 --- src/utils/request.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/request.ts b/src/utils/request.ts index 2174df10..0ce9335f 100644 --- a/src/utils/request.ts +++ b/src/utils/request.ts @@ -16,7 +16,7 @@ export const SUCCESS_CODE = 200 // 成功代码 export const request = axios.create({ withCredentials: false, baseURL: BASE_API_PATH, - timeout: 1000 * 60 * 5 + timeout: 1000 * 15 }) /**