|
@@ -241,9 +241,9 @@ function onChange(v: number) {
|
|
|
},
|
|
},
|
|
|
changeCode() {
|
|
changeCode() {
|
|
|
if (!this.video) return
|
|
if (!this.video) return
|
|
|
|
|
+ this.isChangeCode = !this.isChangeCode
|
|
|
const url = this.isChangeCode ? this.highLiveUrl : this.fluentLiveUrl
|
|
const url = this.isChangeCode ? this.highLiveUrl : this.fluentLiveUrl
|
|
|
this.video.changePlayUrl({ url })
|
|
this.video.changePlayUrl({ url })
|
|
|
- this.isChangeCode = !this.isChangeCode
|
|
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|