提交 d78a07d6 编写于 作者: shuang.zhou's avatar shuang.zhou

Merge branch 'hot-fix-0422' into 'release'

修复跳转问题

See merge request com.pica.cloud.education.frontend/pica.cloud.web-education-admin!475
...@@ -75,7 +75,7 @@ router.beforeEach((to, from, next) => { ...@@ -75,7 +75,7 @@ router.beforeEach((to, from, next) => {
} }
next(); next();
}else{ }else{
next(false) next({ path: "/home" });
return return
} }
}) })
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册