zhaowenrui преди 1 година
родител
ревизия
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 = "";