Commit 70440d41 by 展昭

aaa

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