mirror of
https://github.com/veops/oneterm.git
synced 2025-09-26 19:31:14 +08:00
fix(ui): click the logo to jump to 404 page
This commit is contained in:
@@ -39,8 +39,8 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
jumpTo() {
|
||||
if (this.$route.path !== '/cmdb/dashboard') {
|
||||
this.$router.push('/cmdb/dashboard')
|
||||
if (this.$route.path !== '/oneterm/workstation') {
|
||||
this.$router.push('/oneterm/workstation')
|
||||
}
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user