|
@@ -121,6 +121,11 @@
|
|
// 推送消息
|
|
// 推送消息
|
|
function cbIntegrationCallBack(oData) {
|
|
function cbIntegrationCallBack(oData) {
|
|
console.log(JSON.stringify(oData.responseMsg))
|
|
console.log(JSON.stringify(oData.responseMsg))
|
|
|
|
+ if (JSON.stringify(oData.responseMsg) == '{"msg":{"cameraIndexCode":"89be6c491cf04a6aa3c42669e77d2127","result":816,"wndId":1},"type":2}')
|
|
|
|
+ {
|
|
|
|
+ onCancelVideo()
|
|
|
|
+ handleClose()
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
const initCount=ref(0)
|
|
const initCount=ref(0)
|
|
@@ -229,7 +234,7 @@
|
|
layout: layout, //布局
|
|
layout: layout, //布局
|
|
enableHTTPS: enableHTTPS, //是否启用HTTPS协议
|
|
enableHTTPS: enableHTTPS, //是否启用HTTPS协议
|
|
encryptedFields: encryptedFields, //加密字段
|
|
encryptedFields: encryptedFields, //加密字段
|
|
- showToolbar: showToolbar, //是否显示工具栏
|
|
|
|
|
|
+ showToolbar: vidoBackShow.value?showToolbar:0, //是否显示工具栏
|
|
showSmart: showSmart, //是否显示智能信息
|
|
showSmart: showSmart, //是否显示智能信息
|
|
toolBarButtonIDs: vidoBackShow.value?"2048,2049,4098":'',
|
|
toolBarButtonIDs: vidoBackShow.value?"2048,2049,4098":'',
|
|
reconnectDuration: 5,
|
|
reconnectDuration: 5,
|
|
@@ -319,8 +324,8 @@
|
|
width: 38vw;
|
|
width: 38vw;
|
|
height: 43vh;
|
|
height: 43vh;
|
|
margin: auto;
|
|
margin: auto;
|
|
- background-color: #ccc;
|
|
|
|
/*color: #021434;*/
|
|
/*color: #021434;*/
|
|
|
|
+ background: #000000;
|
|
z-index: 600;
|
|
z-index: 600;
|
|
|
|
|
|
.vido_footer {
|
|
.vido_footer {
|