Skip to content

Commit bcf8ccc

Browse files
committed
讲 2023 重构剩余的任务,转成 TODO 到代码
1 parent 5c58bc4 commit bcf8ccc

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/views/infra/redis/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ const loadEchartOptions = (stats) => {
171171
}
172172
173173
onBeforeMount(() => {
174+
// TODO @hiiwbs 微信,优化使用 Echart 组件
174175
readRedisInfo()
175176
})
176177
</script>

src/views/mp/components/wx-location/main.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
【微信消息 - 定位】
2+
【微信消息 - 定位】TODO @Dhb52 目前未启用
33
-->
44
<template>
55
<div>

src/views/mp/menu/components/MenuEditor.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ const emit = defineEmits<{
130130
(e: 'update:modelValue', v: any)
131131
}>()
132132
133+
// TODO @Dhb52 输入的 table 切换时,表单应该保留
133134
const menu = computed({
134135
get() {
135136
return props.modelValue

0 commit comments

Comments
 (0)