diff --git a/src/views/kitchen/environment/videoMonitoring/index.vue b/src/views/kitchen/environment/videoMonitoring/index.vue index 3b4b81b1..94a0e568 100644 --- a/src/views/kitchen/environment/videoMonitoring/index.vue +++ b/src/views/kitchen/environment/videoMonitoring/index.vue @@ -45,6 +45,7 @@ data() { }, chosenWinNo:0, chosenChannel:null, + isFullScreen:false }; }, mounted() { @@ -121,6 +122,15 @@ methods:{ var szInfo = "当前选择的窗口编号:" + 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){