This commit is contained in:
syuilo 2018-06-11 14:06:23 +09:00
parent b87e7e50b6
commit e0f847e539

View file

@ -41,7 +41,7 @@ export default define({
},
mounted() {
this.fetch();
this.clock = setInterval(this.fetch, 1000 * 60 * 10);
this.clock = setInterval(this.fetch, 1000 * 60);
},
beforeDestroy() {
clearInterval(this.clock);