OLDLI

Results 13 comments of OLDLI

我也忘记了,有可能时重构时没有删除吧

那就不能通过`if (response.data.type === 'application/json') { `来判断了?

是不是把这个判断去掉就行了,感觉这里多余了,外面已经通过`if (config.responseType && config.responseType === 'blob') {`做了判断