Commit 06eb3b15 authored by forevertyler's avatar forevertyler

fix:解决视频无法播放

parent 3b5716d6
...@@ -87,6 +87,7 @@ export default { ...@@ -87,6 +87,7 @@ export default {
}, },
methods: { methods: {
getList(){ getList(){
this.videoData = null;
listVideo().then(res => { listVideo().then(res => {
this.videoData = this.previewUrl + res.data; this.videoData = this.previewUrl + res.data;
this.$nextTick(() => { this.$nextTick(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment