Skip to content

Commit 7f89c6d

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

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
@@ -10,7 +10,6 @@ function hasPermission(roles, permissionRoles) {
1010
if (!permissionRoles) return true
1111
return roles.some(role => permissionRoles.indexOf(role) >= 0)
1212
}
13-
1413
// register global progress.
1514
const whiteList = ['/login', '/authredirect']// 不重定向白名单
1615
router.beforeEach((to, from, next) => {

0 commit comments

Comments
 (0)