This commit is contained in:
2022-02-23 18:42:25 +00:00
parent 81cd123300
commit 14eeff67ef
5 changed files with 165 additions and 55 deletions

View File

@@ -181,7 +181,7 @@ export default {
}
},
created() {
this.refresh();
//this.refresh();
if (this.updateFrequency > 0) {
this.timer = setInterval(() => {
this.refresh();