sungongwei před 11 měsíci
rodič
revize
69570571cd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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");