1 parent 39582dd commit 1cf06d0Copy full SHA for 1cf06d0
1 file changed
web/layouts/default.vue
@@ -37,7 +37,6 @@ export default class DefaultLayout extends Vue {
37
}
38
39
mounted() {
40
- this.startPoller()
41
if (this.$route.name !== 'index') {
42
this.$store.dispatch('setNextRoute', this.$route.path)
43
this.$router.push({ name: 'index' })
0 commit comments