Explorar o código

fix(devicePlayer): 修复设备视频播放页 RTCS 地址显示错误的问题

xiaoQQya %!s(int64=3) %!d(string=hai) anos
pai
achega
2d8f57f3c9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      web_src/src/components/dialog/devicePlayer.vue

+ 1 - 1
web_src/src/components/dialog/devicePlayer.vue

@@ -123,7 +123,7 @@
                                 </el-dropdown-item>
                                 <el-dropdown-item v-if="streamInfo.rtcs" :command="streamInfo.rtcs.url">
                                   <el-tag >RTCS:</el-tag>
-                                  <span>{{ streamInfo.rtcs }}</span>
+                                  <span>{{ streamInfo.rtcs.url }}</span>
                                 </el-dropdown-item>
                                 <el-dropdown-item v-if="streamInfo.rtmp" :command="streamInfo.rtmp.url">
                                   <el-tag >RTMP:</el-tag>