This commit is contained in:
18631081161 2026-01-29 21:09:56 +08:00
parent 56456a1c04
commit 2f18801615

View File

@ -442,6 +442,8 @@
// //
onShow(() => { onShow(() => {
if (userStore.isLoggedIn) { if (userStore.isLoggedIn) {
//
userStore.refreshFromServer()
loadInteractCounts() loadInteractCounts()
loadSessions() loadSessions()
} }