Explorar o código

feat: app支持上传文件

xsx hai 1 ano
pai
achega
3494509612
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      im-uniapp/components/file-upload/file-upload.vue

+ 0 - 1
im-uniapp/components/file-upload/file-upload.vue

@@ -77,7 +77,6 @@
 					if(!this.fileMap.has(file.path)){
 						this.onBefore && this.onBefore(file)
 						this.fileMap.set(file.path, file);
-						console.log(file)
 					}
 				})
 			},