fix: waitlist

This commit is contained in:
tim
2025-07-15 10:53:35 +08:00
parent edffe48c98
commit f65df582f6
4 changed files with 96 additions and 13 deletions

View File

@@ -26,7 +26,7 @@ export default {
},
computed: {
hideMenu() {
return ['/login', '/signup', '/404'].includes(this.$route.path)
return ['/login', '/signup', '/404', '/signup-reason'].includes(this.$route.path)
}
}
}