sungongwei 11 달 전
부모
커밋
69570571cd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/upload-img.vue

+ 1 - 1
src/components/upload-img.vue

@@ -82,7 +82,7 @@ const imgSuccess = async (res, file) => {
 
     emit("imgSuccess", img.value, file);
     console.log(img.value, qiniuData.value, "imgUrl");
-  }, 500);
+  }, 1000);
 };
 const beforeAvatarUpload = async (file) => {
   console.log(file, "file");