element 限制上传文件格式_vue ElementUI upload上传文件时对文件格式、大小和宽高的限制...
beforeAvatarUpload(file){constisJPG=file.type==='image/jpg';constisPNG=file.type==='image/png';constisLt20M=file.size/1024/1024{returnfile;},()=>{this.$message.error('上传的图片宽高必须是320*320!');returnPromis