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, },