Commit 1a8eef48 by Tippi.Rao

去掉debugger

parent 9a0c4997
......@@ -83,7 +83,6 @@ router.beforeEach(async(to, from, next) =>
document.title = getPageTitle(to.meta.title)
// determine whether the user has logged in
debugger
if (hasToken) {
if (to.path === '/login') {
// if is logged in, redirect to the home page
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论