摘要: 1.引入axios =》 import axios from axios; 2.某个需要触发的事件; 3.事件触发 发送请求:this.axios({ method: 'get', responseType: 'blob', //改变响应类型 url: url }).then(data => { l 阅读全文
posted @ 2018-09-05 11:29 likeC 阅读(1800) 评论(0) 推荐(0)