소스 검색

feat: app支持上传文件

xsx 1 년 전
부모
커밋
3494509612
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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)
 					}
 				})
 			},