Commit 4cc48de1 authored by chenqikuai's avatar chenqikuai

fix

parent 32e5791c
...@@ -247,6 +247,8 @@ router.beforeEach((to, from, next) => { ...@@ -247,6 +247,8 @@ router.beforeEach((to, from, next) => {
Toast('由于您现在是不在岗状态所以无法进入聊天!') Toast('由于您现在是不在岗状态所以无法进入聊天!')
}, },
) )
}else{
next();
} }
} }
} 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