luobisheng
2022-11-16 0027df1e43c4e1bdfc2646987e85210a695647e1
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