소스 검색

更新打包

lex 1 년 전
부모
커밋
116d2aaf73
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/natural-resources/components/my-resources/upload-modal/upload-file.tsx

+ 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 = '';