修复工作
This commit is contained in:
@@ -100,7 +100,10 @@ export default {
|
|||||||
// 尝试不同的方式访问 flv.js 实例
|
// 尝试不同的方式访问 flv.js 实例
|
||||||
let flvInstance = null;
|
let flvInstance = null;
|
||||||
|
|
||||||
if (this.player.flv) {
|
if (this.player.__flv__) {
|
||||||
|
flvInstance = this.player.__flv__;
|
||||||
|
console.log('📊 找到 flv.js 实例 (this.player.__flv__):', flvInstance);
|
||||||
|
} else if (this.player.flv) {
|
||||||
flvInstance = this.player.flv;
|
flvInstance = this.player.flv;
|
||||||
console.log('📊 找到 flv.js 实例 (this.player.flv):', flvInstance);
|
console.log('📊 找到 flv.js 实例 (this.player.flv):', flvInstance);
|
||||||
} else if (this.player._flv) {
|
} else if (this.player._flv) {
|
||||||
|
|||||||
Reference in New Issue
Block a user