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