🐛 图表显示问题修复
This commit is contained in:
parent
01aefae6bd
commit
bdad85a5d3
@ -532,7 +532,7 @@ export default {
|
|||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.initLastThirtyDaysCharts(this.lastThirtyDays)
|
this.initLastThirtyDaysCharts(this.lastThirtyDays)
|
||||||
this.initHistoryCharts(this.history)
|
this.initHistoryCharts(this.history)
|
||||||
}, 3000);
|
}, 5000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user