guhongwei %!s(int64=4) %!d(string=hai) anos
pai
achega
7f88a88600
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);