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