feat: 合并代码
This commit is contained in:
@@ -15,7 +15,7 @@ router.beforeEach((to: any, _from: any, next: any) => {
|
||||
} else if (isWhiteList(to.path)) {
|
||||
next()
|
||||
} else {
|
||||
|
||||
next()
|
||||
}
|
||||
} else {
|
||||
// no token
|
||||
|
||||
Reference in New Issue
Block a user