Commit 389cc1be authored by 智勇's avatar 智勇

异常跳转

parent 56204ae1
...@@ -34,7 +34,7 @@ router.beforeEach((to, from, next) => { ...@@ -34,7 +34,7 @@ router.beforeEach((to, from, next) => {
}).catch(() => { }).catch(() => {
store.dispatch('FedLogOut').then(() => { store.dispatch('FedLogOut').then(() => {
// Message.error(err) // Message.error(err)
// next({ path: '/' }) next({ path: '/' })
}) })
}) })
} else { } else {
......
Markdown is supported
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