docs: upload文档修正

This commit is contained in:
lockingreal
2022-03-28 19:30:19 +08:00
parent 26e5296e7e
commit 30db6aa1ec
2 changed files with 36 additions and 9 deletions

View File

@@ -179,7 +179,6 @@ const getUploadChange = (e: any) => {
}
};
const chooseFile = () => {
console.log(orgFileInput.value);
let _target = orgFileInput.value;
if (_target) {
_target.click();