1.修改部署脚本

This commit is contained in:
zhuangpeng.li
2024-07-14 11:11:31 +08:00
parent 6fa84b7ecb
commit 12e2203abc
4 changed files with 308 additions and 1 deletions

View File

@@ -85,7 +85,6 @@ export default {
useWebGPU: this.useWebGPU,
};
jessibucaPlayer[this._uid] = new window.Jessibuca({...options});
console.log('initplayer2');
let jessibuca = jessibucaPlayer[this._uid];
this.initcallback(jessibuca);
this.isInit = true;