src/components/FileUpload/index.vue
@@ -56,12 +56,12 @@ // 大小限制(MB) fileSize: { type: Number, default: 5, default: 20, }, // 文件类型, 例如['png', 'jpg', 'jpeg'] fileType: { type: Array, default: () => ["doc", "xls", "ppt", "txt", "pdf"], default: () => ["doc", "docx", "xls", "xlsx", "ppt", "txt", "pdf", "jpg", "png"], }, // 是否显示提示 isShowTip: {