Sfoglia il codice sorgente

Update previewVideo.vue

lex 1 anno fa
parent
commit
32583fddf3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/liveActive/model/previewVideo.vue

+ 1 - 1
src/views/liveActive/model/previewVideo.vue

@@ -52,7 +52,7 @@ export default {
   methods: {
     onDetail(item) {
       this.videoPopup = true;
-      this.videoSrc = item.url + "#t=1";
+      this.videoSrc = item.url;
       this.os = item.os;
     },
     async getVideoList() {