Vue 前端 下载 zip/excel文件流blob

            const filePath = // 下载地址
            const fileName = // 文件名称
            // 下载文件
            const fileRes = await axios.get(filePath, {
   
              responseType: 'blob'
            }

你可能感兴趣的:(前端下载,前端,javascript)