🐛 图表显示问题修复

This commit is contained in:
ronger 2022-11-01 23:26:25 +08:00
parent 01aefae6bd
commit bdad85a5d3

View File

@ -532,7 +532,7 @@ export default {
setTimeout(() => {
this.initLastThirtyDaysCharts(this.lastThirtyDays)
this.initHistoryCharts(this.history)
}, 3000);
}, 5000);
}
}
</script>