修改视频配置
This commit is contained in:
parent
6d71c469f0
commit
e79ae17367
@ -340,15 +340,28 @@ export function isLoadPlugin(devList, layout) {
|
|||||||
|
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
InitObjPlugin(
|
if(!devList[0]?.outip){
|
||||||
devList[0].appId,
|
InitObjPlugin(
|
||||||
devList[0].appSecret,
|
devList[0].appId,
|
||||||
devList[0].account,
|
devList[0].appSecret,
|
||||||
devList[0].password,
|
devList[0].account,
|
||||||
false,
|
devList[0].password,
|
||||||
devList,
|
false,
|
||||||
layout
|
devList,
|
||||||
);
|
layout
|
||||||
|
);
|
||||||
|
}else{
|
||||||
|
InitObjPlugin(
|
||||||
|
devList[0].appId,
|
||||||
|
devList[0].appSecret,
|
||||||
|
devList[0].outip,
|
||||||
|
devList[0].outport,
|
||||||
|
false,
|
||||||
|
devList,
|
||||||
|
layout
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 推送消息
|
// 推送消息
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user