视频修改

This commit is contained in:
zzyuan 2025-07-09 17:21:17 +08:00
parent 337498efbc
commit 1d322538f3
1 changed files with 10 additions and 0 deletions

View File

@ -45,6 +45,7 @@ data() {
}, },
chosenWinNo:0, chosenWinNo:0,
chosenChannel:null, chosenChannel:null,
isFullScreen:false
}; };
}, },
mounted() { mounted() {
@ -121,6 +122,15 @@ methods:{
var szInfo = "当前选择的窗口编号:" + WndIndex; var szInfo = "当前选择的窗口编号:" + WndIndex;
that.chosenWinNo = WndIndex; that.chosenWinNo = WndIndex;
}, },
cbDoubleClickWnd: function (iWndIndex, bFullScreen) {
var szInfo = "当前放大的窗口编号:" + iWndIndex;
if (!bFullScreen) {
szInfo = "当前还原的窗口编号:" + iWndIndex;
}
console.log(szInfo)
},
//WebVideoCtrl.I_FullScreen(true);isFullScreen
}); });
}, },
iframeLogout(domId){ iframeLogout(domId){