From 381b0c104904e621ac9676f7cbe8ff6ae34f60f4 Mon Sep 17 00:00:00 2001 From: K <1175047471@qq.com> Date: Wed, 4 Sep 2024 10:47:23 +0800 Subject: [PATCH] feat: close axios retryRequest --- src/utils/http/axios/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/http/axios/index.ts b/src/utils/http/axios/index.ts index a449935b..8140a782 100644 --- a/src/utils/http/axios/index.ts +++ b/src/utils/http/axios/index.ts @@ -313,7 +313,7 @@ function createAxios(opt?: Partial) { // 是否携带token withToken: true, retryRequest: { - isOpenRetry: true, + isOpenRetry: false, count: 5, waitTime: 100, },