Explorar o código

fix:图片上传?

songzhen hai 3 meses
pai
achega
31d431ea84
Modificáronse 1 ficheiros con 1 adicións e 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",