摘要: 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 苏小白啊 阅读(780) 评论(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 苏小白啊 阅读(2772) 评论(0) 推荐(0) 编辑