From 4eb38b646ea064450208d28f94ee1e348a7d10d9 Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期一, 04 十一月 2024 16:28:13 +0800
Subject: [PATCH] 提交代码

---
 src/utils/request.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/utils/request.ts b/src/utils/request.ts
index 6e9e5a9..9d864a4 100644
--- a/src/utils/request.ts
+++ b/src/utils/request.ts
@@ -131,7 +131,7 @@
 const createAxiosInstance = (option: Partial<CreateAxiosDefaults<any>> = {}) => {
 	return axios.create({
 		baseURL: MAIN_URL,
-		timeout: 50000,
+		timeout: 120000,
 		headers: { 'Content-Type': 'application/json;charset=utf-8 ' },
 		...option,
 	});

--
Gitblit v1.9.3