1 parent e4b6489 commit 9ec6fb7Copy full SHA for 9ec6fb7
1 file changed
web/layouts/default.vue
@@ -38,7 +38,7 @@ export default class DefaultLayout extends Vue {
38
}
39
40
mounted() {
41
- this.startPoller()
+ // this.startPoller()
42
setTimeout(() => {
43
if (this.poller) {
44
clearInterval(this.poller)
0 commit comments