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

相关内容

热门资讯

第6分钟辅助!如何判断wpk辅... 第6分钟辅助!如何判断wpk辅助软件的真假,werplan透视挂(真是有挂)-哔哩哔哩亲,关键说明,...
烘培辅助!摸一把麻将辅助(辅助... 烘培辅助!摸一把麻将辅助(辅助)原来真的是有辅助神器(哔哩哔哩)摸一把麻将辅助透视方法中分为三种模型...
六分钟辅助!德州局怎么透视,w... 六分钟辅助!德州局怎么透视,wepoker怎么挂底牌(有挂存在)-哔哩哔哩该软件可以轻松地帮助玩家将...
技法辅助!约战沙城挂机辅助(辅... 技法辅助!约战沙城挂机辅助(辅助)原来是有辅助app(哔哩哔哩)1、完成约战沙城挂机辅助有辅助插件,...
第二分钟辅助!wepoker科... 第二分钟辅助!wepoker科技辅助器,德普之星透视辅助软件下载(有挂攻略)-哔哩哔哩在进入德普之星...
操作辅助!科乐天天踢填大坑辅助... 您好,科乐天天踢填大坑辅助这款游戏可以开挂的,确实是有挂的,需要了解加去威信【485275054】很...
第6分钟辅助!德普之星透视辅助... 第6分钟辅助!德普之星透视辅助软件,aapoker透视脚本(新版有挂)-哔哩哔哩小薇(辅助器软件下载...
经验辅助!钱塘十水三插件(辅助... 经验辅助!钱塘十水三插件(辅助)本来一直都是有辅助插件(哔哩哔哩)该软件可以轻松地帮助玩家将钱塘十水...
第二分钟辅助!德普辅助器怎么用... 第二分钟辅助!德普辅助器怎么用,wepoker辅助器软件下载(真的有挂)-哔哩哔哩1、完成wepok...
演示辅助!朋朋政和软件有辅助器... 演示辅助!朋朋政和软件有辅助器的吗(辅助)原来一直都是有辅助神器(哔哩哔哩)在进入朋朋政和软件有辅助...