基于axios的图片上传, 把方法封装成promise对象,然后可以调用该方法的 .then
let formData = new FormData();
formData.append("file", file.file);
console
基于axios的图片上传, 把方法封装成promise对象,然后可以调用该方法的 .then
let formData = new FormData();
formData.append("file", file.file);
console