mirror of
https://gh-proxy.org/https://github.com/tiajinsha/JKVideo
synced 2026-07-07 23:18:38 +08:00
login() 内 await getUserInfo() 导致 login() 慢返回,Zustand set 触发 FollowedLiveStrip 立即发起 getFollowedLiveRooms,与内部 getUserInfo 并发打到 B站新 session,触发风控返回空数据。 改为 setTimeout 1s 后台执行,login() 快速返回,各请求错开发出。