feat: 仪表盘默认刷新时间调整为5分钟

This commit is contained in:
wangjiahao 2021-06-22 13:33:36 +08:00
parent ac1eec76c9
commit 2487aa9fba

View File

@ -111,7 +111,7 @@ export default {
})
})
//
let refreshTime = 60000
let refreshTime = 300000
if (this.canvasStyleData.refreshTime && this.canvasStyleData.refreshTime > 0) {
refreshTime = this.canvasStyleData.refreshTime * 1000
}