vue中图片下载
图片下载
downimg(){
this.$axios.downFile(id).then((res)=>{ // downFile是下载表格的借口,根据自己实际情况写
// 将图片下载下来放到imgs这个数组中,页面上再用这个数组渲染
this.imgs.push(window.URL.createObjectURL(res.data))
})
}
vue中图片下载最先出现在Python成神之路。
共有 0 条评论