Browse Source

去除多余代码

zhaowenrui 1 năm trước cách đây
mục cha
commit
45ecb90efb
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      data-ui/src/views/components/FileUpload/index.vue

+ 0 - 1
data-ui/src/views/components/FileUpload/index.vue

@@ -150,7 +150,6 @@
 
             // 上传前校检格式和大小
             handleBeforeUpload(file) {
-              console.log(file)
                 // 校检文件类型
                 if (this.fileType) {
                     let fileExtension = "";