root 2 năm trước cách đây
mục cha
commit
1a9dc8364f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/App.tsx

+ 1 - 1
src/components/App.tsx

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