diff --git a/src/App.js b/src/App.js index 05e3eda35e..3bfd307f6b 100644 --- a/src/App.js +++ b/src/App.js @@ -73,6 +73,7 @@ export default { window.scrollTo(0, 0) }, logout () { + this.$router.replace('/main/public') this.$store.dispatch('logout') } }