Commit 70440d41 by 展昭

aaa

parent 29b66689
Showing with 2 additions and 0 deletions
......@@ -91,6 +91,7 @@ router.beforeEach((to, from, next) => {
setAutoLogin({ autoCode: authcode, redirectPath: toPath })
store.dispatch("signOutOidc")
} else {
console.log('abc');
next()
}
}
......@@ -103,6 +104,7 @@ router.beforeEach((to, from, next) => {
autoLogin({ autoCode: authcode, redirectPath: toPath })
});
} else {
console.log('def');
next()
}
......
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 sign in to comment