src/components/Upload/index.vue
@@ -23,7 +23,6 @@ }, methods: { beforeUpload(rawFile) { console.log(rawFile); if (rawFile.type !== 'image/png' && rawFile.type !== 'image/svg+xml' && rawFile.type !== 'image/jpg' && rawFile.type !== 'image/jpeg') { this.$message.error('图片必须是 jpg/svg/jpeg/png 格式!') return false