去掉登录权限判断的注释

This commit is contained in:
季圣华 2022-01-10 22:04:33 +08:00
parent 2ef3a29dc5
commit 50af84a417

View File

@ -37,10 +37,6 @@ router.beforeEach((to, from, next) => {
})
})
.catch(() => {
/* notification.error({
message: '系统提示',
description: '请求用户信息失败请重试'
})*/
store.dispatch('Logout').then(() => {
next({ path: '/user/login' })
})