const {data, header} = res
const blob = new Blob([data])
this.data.businessLicensePath = window.URL.createObjectURL(blob)
const {data, header} = res
const blob = new Blob([data])
this.data.businessLicensePath = window.URL.createObjectURL(blob)
本文标题:接受后端返回的图片文件流 展示
本文链接:https://www.haomeiwen.com/subject/rubmbktx.html
网友评论