Remove console.log
This commit is contained in:
parent
f39deb8cf1
commit
ededdc6079
|
|
@ -151,7 +151,6 @@ function joiningClass(to) {
|
||||||
}
|
}
|
||||||
|
|
||||||
router.beforeEach(async (to, from, next) => {
|
router.beforeEach(async (to, from, next) => {
|
||||||
console.log('to', from, to)
|
|
||||||
if (to.path === '/logout') {
|
if (to.path === '/logout') {
|
||||||
publicApolloClient.resetStore();
|
publicApolloClient.resetStore();
|
||||||
next({name: 'hello'});
|
next({name: 'hello'});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue