视频修改
This commit is contained in:
parent
337498efbc
commit
1d322538f3
|
|
@ -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){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue