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