提交
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user