fix(devicePlayer): 修复设备视频播放页 RTCS 地址显示错误的问题
This commit is contained in:
parent
60d84728a8
commit
a70b64aa09
@ -123,7 +123,7 @@
|
|||||||
</el-dropdown-item>
|
</el-dropdown-item>
|
||||||
<el-dropdown-item v-if="streamInfo.rtcs" :command="streamInfo.rtcs.url">
|
<el-dropdown-item v-if="streamInfo.rtcs" :command="streamInfo.rtcs.url">
|
||||||
<el-tag >RTCS:</el-tag>
|
<el-tag >RTCS:</el-tag>
|
||||||
<span>{{ streamInfo.rtcs }}</span>
|
<span>{{ streamInfo.rtcs.url }}</span>
|
||||||
</el-dropdown-item>
|
</el-dropdown-item>
|
||||||
<el-dropdown-item v-if="streamInfo.rtmp" :command="streamInfo.rtmp.url">
|
<el-dropdown-item v-if="streamInfo.rtmp" :command="streamInfo.rtmp.url">
|
||||||
<el-tag >RTMP:</el-tag>
|
<el-tag >RTMP:</el-tag>
|
||||||
|
Loading…
Reference in New Issue
Block a user