摘要: 需求 使用iframe展示后端接口传输来的文件流(pdf),如果接口返回错误则弹出提示 html部分 <iframe :src="url" width="100%" /> 接口部分 // 接口封装已忽略,注意:如需接口接收文件流,请在请求中加入responseType: 'blob'以及type: 阅读全文
posted @ 2024-04-08 17:19 Manatsu 阅读(2190) 评论(0) 推荐(1)