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

相关内容

热门资讯

专业讨论“微信小程序蜀山四川辅... 专业讨论“微信小程序蜀山四川辅助器”竟然是真的有挂(辅助挂)详细辅助教你攻略1、玩家可以在软件透明挂...
透视数据!雀神广东麻将必赢方法... 透视数据!雀神广东麻将必赢方法,开心泉州免费辅助器,解密教程(有挂技巧)1、许多玩家不知道雀神广东麻...
透视美元局!wepoker手机... 透视美元局!wepoker手机版辅助,逍遥孝感卡五星辅助,软件教程(有挂方法);1、用户打开应用后不...
八分钟辅助(广西老友玩友破解吗... 八分钟辅助(广西老友玩友破解吗)原来是真的有挂(详细辅助安装教程)广西老友玩友破解吗辅助器中分为三种...
第6分钟辅助!天天互娱网络科技... 第6分钟辅助!天天互娱网络科技(辅助挂)先前存在有挂(详细辅助安装教程),您好,天天互娱网络科技这款...
信息共享“玉海楼茶苑辅助器”都... 信息共享“玉海楼茶苑辅助器”都是真的是有挂(辅助挂)详细辅助wpk教程1、下载好辅助软件之后点击打开...
透视科技!越乡游义乌辅助器免费... 透视科技!越乡游义乌辅助器免费试用,四川途游小程序辅助软件,可靠教程(有挂技巧)1、许多玩家不知道越...
透视脚本!wepoker究竟有... 透视脚本!wepoker究竟有没有透视,顺欣茶楼辅助软件视频,软件教程(有挂攻略)1、起透看视 顺欣...
一分钟辅助!传送屋激k有没有挂... 一分钟辅助!传送屋激k有没有挂(辅助挂)素来是真的有挂(详细辅助揭秘攻略);是一款可以让一直输的玩家...
四分钟辅助(逍遥卡五星辅助)其... 四分钟辅助(逍遥卡五星辅助)其实存在有挂(详细辅助详细教程)1、在逍遥卡五星辅助ai机器人技巧中,中...