更换上传文件引擎

This commit is contained in:
zjl 2024-12-20 15:42:43 +08:00
parent fc382f2da6
commit f75eef20bc

View File

@ -143,7 +143,7 @@
const loading = ref(false); const loading = ref(false);
const progress = ref(0); const progress = ref(0);
const cropperSuccess = (fileChile: any) => { const cropperSuccess = (fileChile: any) => {
actionFiles(fileChile); actionFile(fileChile);
}; };
/** /**
@ -262,7 +262,7 @@
}; };
return; return;
} }
actionFiles(options.file); actionFile(options.file);
}; };
/** /**