摘要: getDownloadApi(value).then(res=>{ let blob=new Blob([res],{type:'application/pdf;chartset=UTF-8'}) const url = window.URL.createObjectURL(blob); const 阅读全文
posted @ 2023-03-29 15:42 健生 阅读(124) 评论(0) 推荐(0)