Skip to content

Commit 57d9bfb

Browse files
author
zhouhero
committed
fixed bugs
1 parent 132dba3 commit 57d9bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/login.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ router.beforeEach((to, from, next) => {
3434
})
3535
})
3636
} else {
37-
// () 删除下方权限判断 ↓
37+
3838
store.dispatch('getNowRoutes', to);
3939

4040
if (hasPermission(store.getters.roles, to.meta.role)) {

0 commit comments

Comments
 (0)