Commit 2d8f57f3c9641f9b5a14f983a18f9c3e141f030b
1 parent
1cc111a5
fix(devicePlayer): 修复设备视频播放页 RTCS 地址显示错误的问题
Showing
1 changed file
with
1 additions
and
1 deletions
web_src/src/components/dialog/devicePlayer.vue
| @@ -123,7 +123,7 @@ | @@ -123,7 +123,7 @@ | ||
| 123 | </el-dropdown-item> | 123 | </el-dropdown-item> |
| 124 | <el-dropdown-item v-if="streamInfo.rtcs" :command="streamInfo.rtcs.url"> | 124 | <el-dropdown-item v-if="streamInfo.rtcs" :command="streamInfo.rtcs.url"> |
| 125 | <el-tag >RTCS:</el-tag> | 125 | <el-tag >RTCS:</el-tag> |
| 126 | - <span>{{ streamInfo.rtcs }}</span> | 126 | + <span>{{ streamInfo.rtcs.url }}</span> |
| 127 | </el-dropdown-item> | 127 | </el-dropdown-item> |
| 128 | <el-dropdown-item v-if="streamInfo.rtmp" :command="streamInfo.rtmp.url"> | 128 | <el-dropdown-item v-if="streamInfo.rtmp" :command="streamInfo.rtmp.url"> |
| 129 | <el-tag >RTMP:</el-tag> | 129 | <el-tag >RTMP:</el-tag> |