前端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透视器免费... 关于!wepoker透视器免费“透明挂开挂透视挂辅助工具”;wepoker透视器免费是一项wepok...
新手必备!德州真人透视脚本“普... 新手必备!德州真人透视脚本“普及开挂透视挂辅助插件”;AI辅助机器人普及解说快速成为一个“必胜”的a...
玩家必看教程!wejoker辅... 您好,wejoker辅助软件这款游戏可以开挂的,确实是有挂的,需要了解加微【136704302】很多...
玩家必看科普!we-poker... 您好,we-poker靠谱这款游戏可以开挂的,确实是有挂的,需要了解加微【136704302】很多玩...
终于懂了!hhpoker可以防... 终于懂了!hhpoker可以防透视挂“总结开挂透视挂辅助下载”;致您一封信;亲爱hhpoker可以防...
盘点几款!wepoker透视是... 【福星临门,好运相随】;盘点几款!wepoker透视是真的“黑科技开挂透视挂辅助挂”;暗藏猫腻,小编...
发现一款!wpk辅助器是真的“... 发现一款!wpk辅助器是真的“揭秘开挂透视挂辅助软件”;wpk辅助器是真的是一项wpk辅助器是真的软...
普及知识!wepoker公共底... 您好,wepoker公共底牌这款游戏可以开挂的,确实是有挂的,需要了解加微【136704302】很多...
科技新动态!哈糖大菠萝有挂“解... 您好,哈糖大菠萝有挂这款游戏可以开挂的,确实是有挂的,需要了解加微【136704302】很多玩家在这...
查到实测辅助!hhpoker俱... 您好:hhpoker俱乐部是干嘛的这款游戏可以开挂的,确实是有挂的,很多玩家在这款游戏中打牌都会发现...