feat: auth config

This commit is contained in:
Tim
2025-07-16 15:13:39 +08:00
parent 01e9c93dfd
commit fa95328f6d
4 changed files with 31 additions and 7 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ export default {
},
computed: {
hideMenu() {
return ['/login', '/signup', '/404', '/signup-reason'].includes(this.$route.path)
return ['/login', '/signup', '/404', '/signup-reason', '/github-callback'].includes(this.$route.path)
}
}
}