This commit is contained in:
JasonChen
2023-07-28 11:03:01 +08:00
parent 628af5cef7
commit da8e18ff5d

View File

@@ -165,6 +165,10 @@ export default {
description: `${ timeFix() },欢迎回来` description: `${ timeFix() },欢迎回来`
}) })
setTimeout(() => { setTimeout(() => {
// console.log(this.$route)
// this.$router.beforeEach((to, from, next) => {
// console.log(to, from, next)
// })
this.$router.replace({ this.$router.replace({
path: '/' path: '/'
}) })