diff --git a/src/router/index.ts b/src/router/index.ts index d6d41769..f64aa177 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -90,7 +90,11 @@ router.beforeEach((to, from, next) => { return false } }); + console.log(routeExists); + if (routeExists) { + console.log(isMurmur, murmurStr, token); + if (isMurmur && murmurStr && token) { const toName = to.name === 'login'; if (toName) {