摘要: // 请求接口部分(做了axios的封装)export function exportExcel(data) { return request({ url:'xxxx', method:'get', responseType: 'blob', // 最主要是加上这个返回值的接收类型 })} // 点 阅读全文
posted @ 2024-05-09 15:25 风雪中de冲破 阅读(58) 评论(0) 推荐(0)