wujingjing
2025-03-27 f5e66da24d11103d19986d88428e17d6d4dd8b0f
src/hooks/useLogin.ts
@@ -69,8 +69,7 @@
      const currentTime = formatAxis(new Date());
      Local.set(accessSessionKey, res.hswatersession);
      await useUserInfo().setUserInfos({
         userName: res.name,
         phoneNumber: res.phone,
         ...(res ?? {}),
         photo: profileMan,
      }); //缓存用户信息
      // state.loading.signIn = true;