2023年1月10日

前后端 数据流下载文件

摘要: 1. 前端取流接口 需要补充 responseType: 'blob'参数,用来限定响应数据类型。 function loadBlob(params) { return axios({ method: 'get', url: '/download', params, responseType:'bl 阅读全文

posted @ 2023-01-10 13:55 手中烟 阅读(115) 评论(0) 推荐(0)

导航