Browse Source

更新打包

lex 1 year ago
parent
commit
116d2aaf73

+ 1 - 1
src/views/natural-resources/components/my-resources/upload-modal/upload-file.tsx

@@ -222,7 +222,7 @@ export default defineComponent({
       reader.readAsDataURL(img);
     };
 
-    const onFinish = async (options: any) => {
+    const onFinish = (options: any) => {
       const url = ossUploadUrl + state.key;
       const type = formatUrlType(url);
       let coverImg = '';