Browse Source

打包测试2

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

6
src/views/ty/index.vue

@ -174,7 +174,7 @@ export default {
created() {
// this.$nextTick DOM使DOM
this.$nextTick(() => {
this.initPlugin(playWnd);
this.initPlugin();
// this.initPlugin(playWnd2);
// this.initPlugin(playWnd3);
@ -764,10 +764,10 @@ export default {
},
//
initPlugin(videoid) {
initPlugin() {
let _that = this;
const oWebControl = new window.WebControl({
szPluginContainer: 'videoid', // id
szPluginContainer: 'playWnd', // id
iServicePortStart: 15900, // 使
iServicePortEnd: 15900,
szClassId: '23BF3B0A-2C56-4D97-9C03-0CB103AA8F11', // IE10使ActiveXclsid

Loading…
Cancel
Save