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

异常跳转

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