摘要: 一,下载文件 1,接收后端传的流文件。 // 下载模板get请求 async download () { const res = await this.$http.get(URL, { responseType: 'blob' }) this.downloads(res.data) }, downl 阅读全文
posted @ 2021-04-30 15:03 wuami 阅读(1068) 评论(0) 推荐(0)