aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.js b/src/App.js
index 05e3eda3..3bfd307f 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')
}
}