讲 2023 重构剩余的任务,转成 TODO 到代码

This commit is contained in:
YunaiV
2023-04-19 19:38:41 +08:00
parent 5c58bc4e0c
commit bcf8cccf8b
3 changed files with 3 additions and 1 deletions

View File

@ -171,6 +171,7 @@ const loadEchartOptions = (stats) => {
}
onBeforeMount(() => {
// TODO @hiiwbs 微信,优化使用 Echart 组件
readRedisInfo()
})
</script>