fix tab refresh

This commit is contained in:
wh1te909
2021-01-23 06:27:33 +00:00
parent e7232bf2fa
commit 67eae41827

View File

@@ -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) {