Skip to content

Commit 511d158

Browse files
author
zhouhero
committed
fixed bugs
1 parent f5510c2 commit 511d158

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/login.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ function hasPermission(roles, permissionRoles) {
1111
return roles.some(role => permissionRoles.indexOf(role) >= 0)
1212
}
1313

14-
1514
// register global progress.
1615
const whiteList = ['/login', '/authredirect']// 不重定向白名单
1716
router.beforeEach((to, from, next) => {

0 commit comments

Comments
 (0)