vue vant3上传图片文件以流的形式上传

axios.post("/fjt_fast/sys/comm/upload", {
file: param.file
}, {
headers: {
'Content-Type': 'multipart/form-data'
},
}).then((res) => {

}).catch(e=>{

});

posted on 2022-10-17 11:12  唠叨的意志  阅读(304)  评论(0编辑  收藏  举报

导航