We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5510c2 commit 511d158Copy full SHA for 511d158
src/login.js
@@ -11,7 +11,6 @@ function hasPermission(roles, permissionRoles) {
11
return roles.some(role => permissionRoles.indexOf(role) >= 0)
12
}
13
14
-
15
// register global progress.
16
const whiteList = ['/login', '/authredirect']// 不重定向白名单
17
router.beforeEach((to, from, next) => {
0 commit comments