This commit is contained in:
zhangyichen
2022-04-14 14:05:02 +08:00
parent 2e7186cb78
commit 61c887f85b
+1
View File
@@ -67,6 +67,7 @@ router.beforeEach(function (to, from, next) {
let toName = to.name let toName = to.name
if (toName === 'CheckPage') { if (toName === 'CheckPage') {
next() next()
return
} }
let token = store.state.token let token = store.state.token
let path = to.path; let path = to.path;