diff --git a/src/views/auth/Login.vue b/src/views/auth/Login.vue index 0265510..37171bc 100644 --- a/src/views/auth/Login.vue +++ b/src/views/auth/Login.vue @@ -165,6 +165,10 @@ export default { description: `${ timeFix() },欢迎回来` }) setTimeout(() => { + // console.log(this.$route) + // this.$router.beforeEach((to, from, next) => { + // console.log(to, from, next) + // }) this.$router.replace({ path: '/' })