Commit 17d679b2bf8fe6fd1fab249bf6a36a2093148fc7

Authored by xp.Huang
2 parents 9245f97a b7670000

Merge branch 'fix/video-control-params' into 'main_dev'

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

See merge request yunteng/thingskit-front!1177
... ... @@ -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);
... ...