zhaowenrui 1 год назад
Родитель
Сommit
45ecb90efb
1 измененных файлов с 0 добавлено и 1 удалено
  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 = "";