Browse Source

feat: close axios retryRequest

main
刘凯 9 months ago
parent
commit
381b0c1049
  1. 2
      src/utils/http/axios/index.ts

2
src/utils/http/axios/index.ts

@ -313,7 +313,7 @@ function createAxios(opt?: Partial<CreateAxiosOptions>) {
// 是否携带token
withToken: true,
retryRequest: {
isOpenRetry: true,
isOpenRetry: false,
count: 5,
waitTime: 100,
},

Loading…
Cancel
Save