From da8e18ff5d521da4a2afdec36b8db357c3e8654f Mon Sep 17 00:00:00 2001 From: JasonChen Date: Fri, 28 Jul 2023 11:03:01 +0800 Subject: [PATCH] merge --- src/views/auth/Login.vue | 4 ++++ 1 file changed, 4 insertions(+) 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: '/' })