diff --git a/src/components/TopBar.vue b/src/components/TopBar.vue index 50c0e06ce31d9f0bb2cc932a291b927fa6495a82..f4a8f987774d2a35c18cb71f9a60f5e5b3021cc2 100644 --- a/src/components/TopBar.vue +++ b/src/components/TopBar.vue @@ -55,11 +55,9 @@ export default { }, methods: { home: function() { - console.log("HOME", this.$store.state.dictRoute) this.$router.push('/') }, back: function() { - console.log("BACK", this.$store.state.dictRoute) this.$router.push(this.$store.state.dictRoute) this.$store.commit('setDictRoute', null) }