fix(ui): click the logo to jump to 404 page

This commit is contained in:
LH_R
2025-09-08 18:16:11 +08:00
parent 1f0795d6d7
commit f2afd5b87d

View File

@@ -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')
}
},
},