Commit 50af84a4 authored by 季圣华's avatar 季圣华
Browse files

去掉登录权限判断的注释

parent 2ef3a29d
...@@ -37,10 +37,6 @@ router.beforeEach((to, from, next) => { ...@@ -37,10 +37,6 @@ router.beforeEach((to, from, next) => {
}) })
}) })
.catch(() => { .catch(() => {
/* notification.error({
message: '系统提示',
description: '请求用户信息失败,请重试!'
})*/
store.dispatch('Logout').then(() => { store.dispatch('Logout').then(() => {
next({ path: '/user/login' }) next({ path: '/user/login' })
}) })
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment