[ description ]:
axios sets the error that responseType:blob, expects to report to the backend when downloading fails.
but at this time, the error message returned by the backend has been converted to blob object. How to transfer the blob object back to the original Json?
or how to handle interception, because the axios interceptor cannot tell whether to enter then or catch when blob object.
when the backend returns an error status code other than 200, it does not return Json object parsing
[ related codes ]
https://codeshelper.com/q/10.