feat:remove console

This commit is contained in:
严志勇
2024-08-20 21:44:02 +08:00
parent 4736b80dd2
commit 1781d0d1a6

View File

@@ -25,7 +25,6 @@ export const RenderUpload = (params: Props) => {
urlList.current.pop();
}
urlList.current.push(url)
console.log('上传数据'+urlList.current);
onChange(urlList.current.toString())
}
@@ -45,7 +44,6 @@ export const RenderUpload = (params: Props) => {
onChange(info) {
setUploading(true)
if (info.file.status !== 'uploading') {
console.log(info.file, info.fileList);
}
if (info.file.status === 'done') {
setUploading(false)