摘要: 1 /** 2 * 处理下载接口返回的文件流数据 3 * @param {*} res http请求返回数据 4 */ 5 function download(res) { 6 // 错误处理 7 if (res.data.type == "application/json") { 8 let re 阅读全文
posted @ 2020-10-13 18:58 浪魔 阅读(3773) 评论(0) 推荐(0) 编辑