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

(cherry picked from commit bcf8cccf8b)
This commit is contained in:
YunaiV
2023-04-19 19:38:41 +08:00
committed by shizhong
parent 16b4c71a77
commit ddefa8c2d3
3 changed files with 3 additions and 1 deletions

View File

@ -266,6 +266,7 @@ const handleKeyValue = async (row) => {
cacheForm.value = res
}
onBeforeMount(() => {
// TODO @hiiwbs 微信,优化使用 Echart 组件
readRedisInfo()
})
</script>