上传压缩方法 import {api} from '../../api/api.js'; import axios from 'axios'; export function imgPreview (that, file, type) { let self = that; let Orientation; if (!file || !window.FileReader) return; if (/^image/.test(file.type)) { // 创建一个reader let reade