Upload移除console
parent
c2fc687156
commit
04f20eabfd
|
|
@ -141,7 +141,6 @@ const Upload = (props) => {
|
|||
|
||||
// 文件状态改变
|
||||
const handleChange = ({ fileList }) => {
|
||||
console.log(fileList);
|
||||
const acceptList = accept ? accept.split(",") : [];
|
||||
const ratioArr = ratio ? ratio.split("*") : [];
|
||||
const maxSize = size * 1024 * 1024;
|
||||
|
|
|
|||
Loading…
Reference in New Issue