龚焕茏
2024-03-26 f40e9b69d5236912522ac36f4a2b57dac5028c9e
src/components/FileUpload/index.vue
@@ -60,7 +60,7 @@
    // 文件类型, 例如['png', 'jpg', 'jpeg']
    fileType: {
      type: Array,
      default: () => ["doc", "xls", "ppt", "txt", "pdf"],
      default: () => ["doc", "xls", "ppt", "txt", "pdf","png","jpg"],
    },
    // 是否显示提示
    isShowTip: {