前端GET/POST请求下载文件多种方式
创始人
2025-01-15 06:07:55
0

下载post

export const download = (data, projectId) => {   return request({     url: BaseUrl + '/xxx/xxx/xxx',     headers: {       "Project-Id": projectId,       httpWhite: true,     },     responseType: "blob",//文件流     method: 'post',     data   }) }
          下载数据模板  //点击下载 const downloadFile(row){   const params = {     需要传递的参数:'xxxx',     id:row.id,  //示例,   }     download(params, this.projectIds).then((res) => {     if (res.status === 200) {       this.downloadDataTemplate(res);     }   }); }  //下载数据模板 downloadDataTemplate(res) {   if (!res.data) {     return;   }   const fileName = decodeURIComponent(     res.headers["content-disposition"].split("filename=")[1]   );   const blob = new Blob([res.data], {     type: "application/vnd.openxmlformats-  officedocument.spreadsheetml.sheet;charset=utf-8",   });   const downloadElement = document.createElement("a");   const href = window.URL.createObjectURL(blob); // 创建下载的链接   downloadElement.href = href;   // 文件名中有中文 则对文件名进行转码   downloadElement.download = fileName; // 下载后文件名   document.body.appendChild(downloadElement);   downloadElement.click(); // 点击下载   document.body.removeChild(downloadElement); // 下载完成移除元素   window.URL.revokeObjectURL(href); // 释放blob对象 }, 

Get下载方法

通用get下载方法 99%可以使用
const downError = `BaseUrl+/xxx/xxx/xxxx?${this.tokenHeader}=${getToken()}&projectId=${this.projectId}&spaceId=${this.spaceId}`;  window.open(downError, "_self");//调用window方法
特殊get下载方法 1%才能用到 一般用不到 (仅用于个人记录)

这种使用于需要在hearder里面添加projecrt-Id等参数 一般的都不需要 主要看后端接口能不能使用

使用下面这种方法 最主要get下载的请求 是responseType:blob 文件流

export const exportPersonnel = (params) => request({   url: BaseUrl + '/exportxxx/xxxx',   headers: {     "Project-Id": params.projectId,   },   method: 'get',   responseType: 'blob',		//文件流方法   params, })
// 导出 exportcustomer() {   let downStr = { ...this.params };   exportPersonnel(downStr).then((r) => {     if (r.status === 200) {       //获取下载文件名        const fileName = decodeURIComponent(         r.headers["content-disposition"].split("filename=")[1]       );       // 创建 a 元素       const link = document.createElement('a');       const href = window.URL.createObjectURL(r.data)//创建下载链接       link.href = href;// 设置下载链接的 URL       link.style.display = "none";        link.download = fileName; // 下载后文件名       document.body.appendChild(link);       link.click(); // 点击下载       document.body.removeChild(link); // 下载完成移除元素       window.URL.revokeObjectURL(href); // 释放blob对象     }   }); },

相关内容

热门资讯

总算明白!wepoker辅助真... 自定义aapoker怎么设置提高好牌几率系统规律,只需要输入自己想要的开挂功能,一键便可以生成出微扑...
第八分钟了解!扑克之星辅助(透... 第八分钟了解!扑克之星辅助(透视)外挂透视辅助第八(确实是有挂)1.扑克之星辅助 ai辅助创建新账号...
透视工具"传送屋ap... 透视工具"传送屋app辅助下载"详细辅助2025新版(真是是真的有挂)透视工具"传送屋app辅助下载...
实操分享!wepoker有辅助... 实操分享!wepoker有辅助插件吗,wepoker轻量版透视方法,必备教程(有挂辅助);致您一封信...
2分钟了解!wepoker辅助... 2分钟了解!wepoker辅助器最新版本更新内容(透视)外挂透视辅助2(切实是真的有挂)1、进入到w...
透视透视"唯思竞技修... 透视透视"唯思竞技修改器"详细辅助辅助教程(一直存在有挂)1、每一步都需要思考,不同水平的挑战会更加...
解密关于!wepoker俱乐部... 解密关于!wepoker俱乐部辅助,wepoker透视脚本网页,技巧教程(有挂透视);原来确实真的有...
三分钟了解!聚星ai辅助工具激... 三分钟了解!聚星ai辅助工具激活码(透视)外挂透视辅助三(一直是真的有挂);1、完成聚星ai辅助工具...
透视插件"新财神辅助... 透视插件"新财神辅助器"详细辅助2025新版技巧(真是存在有挂)1、点击下载安装,新财神辅助器插件透...
一秒答解!德普之星透视辅助,哈... 1、一秒答解!德普之星透视辅助,哈糖大菠萝破解器,攻略教程(有挂技巧)。2、哈糖大菠萝破解器透视辅助...