Commit eeb30804 authored by 李鹏 's avatar 李鹏

去除断点

parent e223ae91
...@@ -28,7 +28,6 @@ const toLogin = () => { ...@@ -28,7 +28,6 @@ const toLogin = () => {
let path = router.currentRoute.value.path; let path = router.currentRoute.value.path;
//白名单中的401不做跳转 //白名单中的401不做跳转
if (!store.state.whiteList.includes(path)) { if (!store.state.whiteList.includes(path)) {
debugger;
window.location.href = `/so/manage/ui/#/login`; window.location.href = `/so/manage/ui/#/login`;
} }
// router.replace({ // router.replace({
......
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