Browse Source

去除多余代码

zhaowenrui 1 year ago
parent
commit
45ecb90efb
1 changed files with 0 additions and 1 deletions
  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) {
             handleBeforeUpload(file) {
-              console.log(file)
                 // 校检文件类型
                 // 校检文件类型
                 if (this.fileType) {
                 if (this.fileType) {
                     let fileExtension = "";
                     let fileExtension = "";