|
|
@@ -49,7 +49,7 @@
|
|
|
console.log("beforeUpload", file);
|
|
|
console.log("before", this.$refs.multiUploade);
|
|
|
if (file.type !== "image/png" || file.type !== "image/jpg" || file.type !== "image/jpeg" || file.type !== "image/gif") {
|
|
|
- this.$message.error("文件类型不正确");
|
|
|
+ // this.$message.error("文件类型不正确");
|
|
|
this.$refs.multiUploade.abort(file);
|
|
|
}
|
|
|
},
|