zhanghua
2022-11-16 129e151f68e215ff592bb36ef52eb1ed5c15740d
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