guhongwei 4 lat temu
rodzic
commit
7f88a88600
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/hall/direct.vue

+ 1 - 1
src/views/hall/direct.vue

@@ -421,7 +421,7 @@ export default {
   },
   methods: {
     searchLive() {
-      let url_2 = `${process.env.VUE_APP_LIVE_URL + '/' + this.dockInfo.room_id}`;
+      let url_2 = `${process.env.VUE_APP_LIVE_URL + this.dockInfo.room_id}`;
       var ovideoDiv = document.getElementById('videoDiv');
       ovideoDiv.setAttribute('data-rtmp', url_2);
       ovideoDiv.setAttribute('href', url_2);