瀏覽代碼

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)
 					}
 				})
 			},