From 61c887f85b2730370fb5025f9079a74c48ca5b4b Mon Sep 17 00:00:00 2001 From: zhangyichen <5277314+zacty@user.noreply.gitee.com> Date: Thu, 14 Apr 2022 14:05:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.js b/src/main.js index 9c1f2aa36..cc2ff975b 100644 --- a/src/main.js +++ b/src/main.js @@ -67,6 +67,7 @@ router.beforeEach(function (to, from, next) { let toName = to.name if (toName === 'CheckPage') { next() + return } let token = store.state.token let path = to.path;