Skip to content

Commit f6ccdec

Browse files
committed
update
1 parent ac18efc commit f6ccdec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Home.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export default {
9191
}
9292
},
9393
beforeMount() {
94-
if (this.$root.$data.username) this.$router.push('/about')
94+
if (this.$root.$data.username) this.$router.push('/chat')
9595
}
9696
}
9797
</script>

0 commit comments

Comments
 (0)