fix:照明系统多选功能完善,引入全局变量projectId,部分交互逻辑修改

This commit is contained in:
chenpingsen
2024-07-29 17:03:10 +08:00
parent 16d7f81f0e
commit b55304ef7f
5 changed files with 127 additions and 56 deletions

View File

@@ -0,0 +1,3 @@
// 此文件只定义light即俯视图小灯泡的位置信息
// 与显示状态和分组信息无关
export const lightPosition = [];