:fix: first enter the https://rymcu.com/open-data can not show the chart

This commit is contained in:
Zeeland 2022-10-31 19:54:53 +08:00
parent 5f536250ea
commit 220ee2680d

View File

@ -155,7 +155,9 @@ export default {
},
mounted() {
this.$store.commit("setActiveMenu", "open-data");
setTimeout(() => {
this.initLastThirtyDaysCharts(this.lastThirtyDays)
}, 500);
}
}
</script>