Commit 1f6596a5 by Tianqing Liu

feat: 增加配置输出

1 parent 357e5555
...@@ -45,7 +45,7 @@ export default { ...@@ -45,7 +45,7 @@ export default {
}, },
mounted() { mounted() {
this.init(this.playUrl); this.init(this.playUrl);
console.log('mounted', window.JessibucaPro.EVENTS); // console.log('mounted', window.JessibucaPro.EVENTS);
}, },
unmounted() { unmounted() {
this.destroy(); this.destroy();
...@@ -108,7 +108,7 @@ export default { ...@@ -108,7 +108,7 @@ export default {
ptzFocusShow: true, ptzFocusShow: true,
}); });
// console.log('init-options', options); console.log('init-options', options);
this._jessibuca = new window.JessibucaPro(options); this._jessibuca = new window.JessibucaPro(options);
this.registerEvent(this._jessibuca); this.registerEvent(this._jessibuca);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!