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
if (toName === 'CheckPage') {
next()
return
}
let token = store.state.token
let path = to.path;