接受后端返回的图片文件流 展示

2020-11-12  本文已影响0人  PharkiLL
const {data, header} = res
const blob = new Blob([data]) 
this.data.businessLicensePath =  window.URL.createObjectURL(blob)
上一篇 下一篇

猜你喜欢

热点阅读