前端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对象     }   }); },

相关内容

热门资讯

方法辅助挂!aapoker辅助... 方法辅助挂!aapoker辅助是可以,用ai外挂打德州有用,安装教程(揭秘有挂)-哔哩哔哩;用ai外...
第2分钟领会!约局吧透视挂下载... 第2分钟领会!约局吧透视挂下载,wepoker免费透视脚本(透视)我来教教你(有挂辅助)1、点击下载...
插件辅助挂!wpk有辅助挂,德... 插件辅助挂!wpk有辅助挂,德扑之星ai代打真假,必胜教程(详细教程)-哔哩哔哩;致您一封信;亲爱德...
一分钟指导!aapoker免费... 一分钟指导!aapoker免费透视脚本,wpk透视表(透视)详细教程(有挂方法)aapoker免费透...
实测发现!wepoke ai,... 实测发现!wepoke ai,aapoker有挂,2025版教程(有挂教程)-哔哩哔哩;是一款可以让...
第5分钟体悟!智星德州菠萝透视... 第5分钟体悟!智星德州菠萝透视插件工具,wepoker透视脚本(透视)攻略教程(有挂细节)第5分钟体...
推荐十款!we-poker辅助... 推荐十款!we-poker辅助软件演示,wpk德州ai机器人,透明教程(真实有挂)-哔哩哔哩;亲,有...
一分钟辅助挂!wpk透视表,w... 一分钟辅助挂!wpk透视表,wepoker有辅助器吗(透视)总结教程(真实有挂)1、金币登录送、破产...
技巧辅助挂!wopoker轻量... 技巧辅助挂!wopoker轻量版外挂,微扑克wpk透视辅助,AI教程(有挂辅助)-哔哩哔哩;微扑克w...
3分钟领会!竞技联盟破解版最新... 3分钟领会!竞技联盟破解版最新版,wpk透视工作室(透视)专业教程(有挂实锤)1、不需要AI权限,帮...