welcome

js文件下载

 

 


import request from '@/router/axios'

downfiles(uri) {
return request({ url: uri, method: 'get', responseType: 'blob', timeout: 1800000, }).then((response) => { // 处理返回的文件流 const blob = response.data var filename = '文件.xlsx' const link = document.createElement('a') link.href = URL.createObjectURL(blob) link.download = filename document.body.appendChild(link) link.click() window.setTimeout(function() { URL.revokeObjectURL(blob) document.body.removeChild(link) }, 0) }) }

 

posted @ 2021-05-06 15:04  一首弦曲献仙音  阅读(89)  评论(0编辑  收藏  举报
//博文图片放大缩小 //飘桃花效果