Merge branch 'xie'

This commit is contained in:
@fawn-nine
2024-06-19 17:23:57 +08:00

View File

@@ -354,7 +354,7 @@
if (this.courseInfo.mediaType == 1 && this.courseInfo.media != '') { if (this.courseInfo.mediaType == 1 && this.courseInfo.media != '') {
this.videoId = this.courseInfo.media this.videoId = this.courseInfo.media
this.playAuth = await this.getVideoPath(this.courseInfo.media) this.playAuth = await this.getVideoPath(this.courseInfo.media)
this.getLive(this.playAuth) // this.getLive(this.playAuth)
console.log() console.log()
// this.videoData = { // this.videoData = {
// videoId: this.videoId,//阿里云视频id // videoId: this.videoId,//阿里云视频id