feat: update header

This commit is contained in:
tim
2025-07-11 14:35:39 +08:00
parent 2f91314b0a
commit 27b0205a2b
2 changed files with 18 additions and 23 deletions

View File

@@ -86,7 +86,9 @@ export default {
methods: {
goToHome() {
this.$router.push('/')
this.$router.push('/').then(() => {
window.location.reload()
})
},
goToLogin() {
this.$router.push('/login')