From 2d46e40d44c12896dfbd590a42e5fe958dbfa568 Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Mon, 4 Mar 2024 16:21:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=B7=AF=E7=94=B1=E9=87=8D?= =?UTF-8?q?=E5=AE=9A=E5=90=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 4 ++++ 1 file changed, 4 insertions(+) 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) {