We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug 描述(Describe the bug)
有些环境下无法正确加载JSPlayerModule,导致一直呈现初始化播放完成
debug过程: 正确情况下: 可以看到正确加载了JSPlayerModule
错误情况下: key可以看到没有加载JSPlayerModule
并且两次都成功加载了decoder.js
其中的内容为:
规避方法: 我在this.player = new EZUIKit.EZUIKitPlayer之前,、 手动执行了 window.JSPlayerModule = function() {
}; 这样可以正确播放
The text was updated successfully, but these errors were encountered:
什么环境 , 前端微应用(乾坤)吗?
Sorry, something went wrong.
是的
什么环境 , 前端微应用(乾坤)吗? 是的
乾坤子应用自身有拦截, 资源需要放置在主应用中
No branches or pull requests
bug 描述(Describe the bug)
有些环境下无法正确加载JSPlayerModule,导致一直呈现初始化播放完成
debug过程:
正确情况下:
可以看到正确加载了JSPlayerModule
错误情况下:
key可以看到没有加载JSPlayerModule
并且两次都成功加载了decoder.js
其中的内容为:
规避方法:
我在this.player = new EZUIKit.EZUIKitPlayer之前,、
手动执行了
window.JSPlayerModule = function() {
};
这样可以正确播放
The text was updated successfully, but these errors were encountered: