修改视频配置
This commit is contained in:
parent
6d71c469f0
commit
e79ae17367
@ -340,15 +340,28 @@ export function isLoadPlugin(devList, layout) {
|
||||
|
||||
});
|
||||
} else {
|
||||
InitObjPlugin(
|
||||
devList[0].appId,
|
||||
devList[0].appSecret,
|
||||
devList[0].account,
|
||||
devList[0].password,
|
||||
false,
|
||||
devList,
|
||||
layout
|
||||
);
|
||||
if(!devList[0]?.outip){
|
||||
InitObjPlugin(
|
||||
devList[0].appId,
|
||||
devList[0].appSecret,
|
||||
devList[0].account,
|
||||
devList[0].password,
|
||||
false,
|
||||
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