摘要:
this.listData.forEach(ele => { if (ele.imgUrl) { num++ axios({ url: `/file/views/${ele.imgUrl}`, methods: 'get', responseType: 'blob', }).then((data) 阅读全文
posted @ 2019-05-23 17:26
苏小白啊
阅读(794)
评论(0)
推荐(0)
摘要:
function runimg(img) { axios({ url: `/file/download/${img}`, methods: 'get', responseType: 'blob'//接收的值类型 }).then((data) => { let blob = data.data; le 阅读全文
posted @ 2019-05-23 14:48
苏小白啊
阅读(2840)
评论(0)
推荐(0)

浙公网安备 33010602011771号