Commit 273957a6 authored by 李纪文's avatar 李纪文

feat: 云台控制修改

parent afab8e3e
......@@ -30,7 +30,7 @@ const CloudPlate = (props) => {
const data = {
id: videoInfo.id,
direction: num,
'site-code': window?.globalConfig?.userInfo?.LocalSite || 'site_ir0904fx',
'site-code': window?.globalConfig?.userInfo?.LocalSite || '',
};
for (const key in data) {
formData.append(key, data[key]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment