mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-07-17 10:06:10 +00:00
feat: update 404 handler
This commit is contained in:
@@ -26,7 +26,7 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
hideMenu() {
|
||||
return ['/login', '/signup'].includes(this.$route.path)
|
||||
return ['/login', '/signup', '/404'].includes(this.$route.path)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user