【代码评审】IoT:场景联动的 review

This commit is contained in:
YunaiV
2025-03-30 10:18:33 +08:00
parent 30c9f0b872
commit 782337952d
12 changed files with 28 additions and 33 deletions

View File

@@ -162,7 +162,7 @@ const initDeviceControlConfig = () => {
}))
}
// 确保data对象存在
// 确保 data 对象存在
if (!deviceControlConfig.value.data) {
deviceControlConfig.value.data = {}
}