feat: update timeline ui

This commit is contained in:
tim
2025-07-11 18:09:09 +08:00
parent f791070f13
commit 8547e4662b
4 changed files with 27 additions and 4 deletions

View File

@@ -109,7 +109,9 @@ export default {
}
}
if (id) {
this.$router.push(`/users/${id}`)
this.$router.push(`/users/${id}`).then(() => {
window.location.reload()
})
}
},
goToSignup() {