去掉登录权限判断的注释
This commit is contained in:
parent
2ef3a29dc5
commit
50af84a417
@ -37,10 +37,6 @@ router.beforeEach((to, from, next) => {
|
||||
})
|
||||
})
|
||||
.catch(() => {
|
||||
/* notification.error({
|
||||
message: '系统提示',
|
||||
description: '请求用户信息失败,请重试!'
|
||||
})*/
|
||||
store.dispatch('Logout').then(() => {
|
||||
next({ path: '/user/login' })
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user