Commit 06eb3b15 authored by forevertyler's avatar forevertyler

fix:解决视频无法播放

parent 3b5716d6
......@@ -87,6 +87,7 @@ export default {
},
methods: {
getList(){
this.videoData = null;
listVideo().then(res => {
this.videoData = this.previewUrl + res.data;
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