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

相关内容

热门资讯

第7分钟了解!广西八一字牌辅助... 第7分钟了解!广西八一字牌辅助视频(辅助挂)原来有挂(详细教程!开挂辅助脚本);广西八一字牌辅助视频...
推荐项目!长了四人上品十三攻略... >>您好:长了四人上品十三攻略确实是有挂的,很多玩家在这款长了四人上品十三攻略游戏中打牌都会发现很多...
第5分钟了解!闲逸游戏修改器(... 第5分钟了解!闲逸游戏修改器(辅助挂)其实是有挂的(细节方法开挂辅助神器)闲逸游戏修改器ai黑科技系...
了解手筋!雀神广东智能插件,中... 大家好,今天小编来为大家解答雀神广东智能插件这个问题咨询软件客服可以免费测试直接加微信(136704...
十分钟讲解!杭州都莱大菠萝有挂... 【亲,杭州都莱大菠萝有挂吗 这款游戏可以开挂的,确实是有挂的,很多玩家在这款杭州都莱大菠萝有挂吗中打...
推荐模块!微信小程序家乡大贰破... 推荐模块!微信小程序家乡大贰破解版,一起宁德钓蟹技巧,技巧教程(果然确实有挂)-哔哩哔哩 了解更多开...
2分钟讲究!顺欣茶楼辅助(辅助... 2分钟讲究!顺欣茶楼辅助(辅助挂)一贯确实有挂(力荐教程开挂辅助插件);打开点击测试直接进入微信(1...
传授举措!免费宝宝浙江游戏安装... 免费宝宝浙江游戏安装是一款可以让一直输的玩家,快速成为一个“必胜”的ai辅助神器,有需要的用户可以加...
三分钟详情!四川游戏家园通用辅... 您好:四川游戏家园通用辅助在这款游戏可以开挂的,确实是有挂的,很多玩家在这款游戏中打牌都会发现很多用...
推荐项目!广东雀神透视,福建天... 推荐项目!广东雀神透视,福建天天开心辅助真是性,2026版教程(果然是有挂)-哔哩哔哩;亲,福建天天...