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