diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index 9020913..87fa789 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -661,7 +661,7 @@ export default { this.poll = setInterval(() => { this.$store.dispatch("checkVer"); this.getAgentCounts(); - this.getDashInfo(); + this.getDashInfo(false); }, 60 * 5 * 1000); }, setSplitter(val) {