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

修复跳转问题

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