@@ -4523,7 +4523,7 @@ class App extends React.Component<AppProps, AppState> {
// else {
// dataURL = (await getDataURL(imageFile));
// }
-
+ //
//此处改成亚马逊上传后返回
const dataURL =
this.files[fileId]?.dataURL || (await getDataURL(imageFile));