Explorar el Código

fix:图片上传?

songzhen hace 3 meses
padre
commit
31d431ea84
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/pages/profile/userInfo.client.vue

+ 1 - 0
src/pages/profile/userInfo.client.vue

@@ -144,6 +144,7 @@ onChange(async (files) => {
   try {
     showLoadingToast({
       message: "图片上传中...",
+      duration: 1000000,
     });
     const { data } = await request("/website/tourism/user/upload", {
       method: "post",