Browse Source

海康web视频插件处理

lite
‘daijinzheng@xingtongworld.com’ 3 years ago
parent
commit
46c55431e4
  1. 4
      src/views/ty/index.vue

4
src/views/ty/index.vue

@ -786,9 +786,8 @@ export default {
});
oWebControl.JS_CreateWnd('playWnd').then(() => {
//JS_CreateWnd
console.log('111111111111');
_that.init(); //
_that.getVideoFun('05edddc148b141c5930301af43154942')
});
},
() => {
@ -866,6 +865,7 @@ export default {
let height = document.querySelector("#playWnd").offsetHeight;
_that.oWebControl2.JS_Resize(width, height); // resize
console.log(oData);
_that.getVideoFun('05edddc148b141c5930301af43154942')
});
});
},

Loading…
Cancel
Save