Browse Source

feat: app支持上传文件

xsx 1 year ago
parent
commit
3494509612
1 changed files with 0 additions and 1 deletions
  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)
 					}
 				})
 			},