Skip to content

Commit

Permalink
fix: 调用外部播放器无法播放的问题(jamebal/jmal-cloud-server#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamebal committed Jun 5, 2024
1 parent 6dc2c40 commit 023c2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/preview/VideoPreview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export default {
}
}
this.videoLink = window.location.origin + videoUrl
this.videoLink = window.location.origin + originUrl
this.title = this.file.name
this.option.id = this.file.id
this.show = true
Expand Down

0 comments on commit 023c2ec

Please sign in to comment.