Commit a36c594e2b14e7b4119fbc122825a9caf41e210b

Authored by ww
Committed by xp.Huang
1 parent 7662668e

fix: 修复云台控制参数传递错误


(cherry picked from commit b7670000)
... ... @@ -97,7 +97,7 @@
97 97
98 98 const handleControl = (action: number, direction: string) => {
99 99 const organizationId = getId();
100   - controlling({ cameralndexCode: organizationId, action, command: direction });
  100 + controlling({ cameraIndexCode: organizationId, action, command: direction });
101 101 };
102 102
103 103 const isPlay = ref<Boolean | null | undefined>(false);
... ...