guhongwei 4 years ago
parent
commit
7f88a88600
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/hall/direct.vue

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

@@ -421,7 +421,7 @@ export default {
   },
   },
   methods: {
   methods: {
     searchLive() {
     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');
       var ovideoDiv = document.getElementById('videoDiv');
       ovideoDiv.setAttribute('data-rtmp', url_2);
       ovideoDiv.setAttribute('data-rtmp', url_2);
       ovideoDiv.setAttribute('href', url_2);
       ovideoDiv.setAttribute('href', url_2);