vue + elementui + spring boot 自定义接口图片上传

根据官方文档可以用以下方法实现自定义接口要求的入参实现图片上传:

vue + elementui + spring boot 自定义接口图片上传

用auto-upload是不想在图片加载到fileList就直接上传,在这里用submitUpload函数中的方法最后再上传 

注意这里打印formDatas的时候需要用.get才能打印出来。

vue + elementui + spring boot 自定义接口图片上传

vue + elementui + spring boot 自定义接口图片上传