guhongwei hace 4 años
padre
commit
51141005ac
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/live/detailtwo.vue

+ 1 - 1
src/views/live/detailtwo.vue

@@ -173,7 +173,7 @@ export default {
       });
     },
     onMessage(message) {
-      this.$set(this.dockInfo, `file_path`, message.body);
+      this.$set(this.videodock, `file_path`, message.body);
     },
     // 专家详情
     expertBtn(data) {