前端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、下载好蜀山四川怎么提高胜...
模板辅助!功夫川嘛辅助器是真的... 模板辅助!功夫川嘛辅助器是真的假的(辅助挂)原来确实有辅助app(竟然有挂)1、不需要AI权限,帮助...
教材辅助!手机游戏挂机辅助软件... 您好,手机游戏挂机辅助软件这款游戏可以开挂的,确实是有挂的,需要了解加去威信【136704302】很...
要领辅助!情怀宜春怎么开挂(辅... 要领辅助!情怀宜春怎么开挂(辅助挂)真是是有辅助技巧(今日头条)1、超多福利:超高返利,海量正版游戏...
积累辅助!小程序跑得快的辅助(... 积累辅助!小程序跑得快的辅助(辅助挂)果然是真的有辅助器(有挂秘笈)1.小程序跑得快的辅助 选牌创建...
要领辅助!微信新版518互游辅... 要领辅助!微信新版518互游辅助(辅助挂)竟然确实有辅助神器(有挂分享)1、微信新版518互游辅助有...
手册辅助!微信大厅辅助软件(辅... 手册辅助!微信大厅辅助软件(辅助挂)总是存在有辅助软件(有挂攻略)1、微信大厅辅助软件免费辅助多个强...
窍门辅助!极速猜一猜暗堡辅助(... 窍门辅助!极速猜一猜暗堡辅助(辅助挂)原来真的是有辅助攻略(真的有挂)小薇(辅助器软件下载)致您一封...
手册辅助!开心泉州小程序辅助哪... 手册辅助!开心泉州小程序辅助哪里查看(辅助挂)原来真的是有辅助软件(有挂教程)1.开心泉州小程序辅助...
方针辅助!微信小游戏修改器(辅... 方针辅助!微信小游戏修改器(辅助挂)真是存在有辅助挂(有挂头条)1、全新机制【微信小游戏修改器ai辅...