sungongwei 11 bulan lalu
induk
melakukan
69570571cd
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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");