在请求头中配置
responseType: "blob"
请求成功后
image.url = window.URL.createObjectURL(new Blob([res.data],{type:"image/jpeg"}))