Browse Source

前端现状

wangshuo 1 tháng trước cách đây
mục cha
commit
b1af9a99de
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      ruoyi-ui/src/components/FileUpload/index.vue

+ 1 - 1
ruoyi-ui/src/components/FileUpload/index.vue

@@ -72,7 +72,7 @@ export default {
     // 文件类型, 例如['png', 'jpg', 'jpeg']
     fileType: {
       type: Array,
-      default: () => ["doc", "docx", "xls", "xlsx", "ppt", "pptx", "txt", "pdf"]
+      default: () => ["doc", "docx"]
     },
     // 是否显示提示
     isShowTip: {