mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-24 23:20:49 +08:00
feat: update header
This commit is contained in:
@@ -86,7 +86,9 @@ export default {
|
||||
|
||||
methods: {
|
||||
goToHome() {
|
||||
this.$router.push('/')
|
||||
this.$router.push('/').then(() => {
|
||||
window.location.reload()
|
||||
})
|
||||
},
|
||||
goToLogin() {
|
||||
this.$router.push('/login')
|
||||
|
||||
Reference in New Issue
Block a user