摘要: **方法一** //获取文件流,将文件流转为文件通过<a></a>导出,中间可以做处理 let url = baseUrl + '接口地址' + token axios.get(url,{responseType: 'blob',timeout:600000}).then(async res => 阅读全文
posted @ 2024-07-29 18:16 Code_Lzh 阅读(46) 评论(0) 推荐(0)