diff --git a/src/components/preview/VideoPreview.vue b/src/components/preview/VideoPreview.vue index 3a60307d..bfa7617e 100644 --- a/src/components/preview/VideoPreview.vue +++ b/src/components/preview/VideoPreview.vue @@ -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