mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-06-29 21:47:50 +08:00
Compare commits
3 Commits
cdacd24102
...
c32ee462eb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c32ee462eb | ||
|
|
cf5bcb6349 | ||
|
|
8e32f17e6e |
@ -59,7 +59,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- media-net
|
- media-net
|
||||||
ports:
|
ports:
|
||||||
#- "6080:80/tcp" # [播流]HTTP 安全考虑-非测试阶段需要注释掉,改为由nginx代理播流地址
|
- "80:80/tcp" # [播流]HTTP 安全考虑-非测试阶段需要注释掉,改为由nginx代理播流地址
|
||||||
#- "4443:443/tcp" # [播流]HTTPS 安全考虑-非测试阶段需要注释掉,改为由nginx代理播流地址
|
#- "4443:443/tcp" # [播流]HTTPS 安全考虑-非测试阶段需要注释掉,改为由nginx代理播流地址
|
||||||
- "${MediaRtmp:-10935}:${MediaRtmp:-10935}/tcp" # [收流]RTMP
|
- "${MediaRtmp:-10935}:${MediaRtmp:-10935}/tcp" # [收流]RTMP
|
||||||
- "${MediaRtmp:-10935}:${MediaRtmp:-10935}/udp" # [收流]RTMP
|
- "${MediaRtmp:-10935}:${MediaRtmp:-10935}/udp" # [收流]RTMP
|
||||||
|
|||||||
@ -21,6 +21,7 @@
|
|||||||
border
|
border
|
||||||
stripe
|
stripe
|
||||||
max-height="100%"
|
max-height="100%"
|
||||||
|
height="100%"
|
||||||
style="flex: 1"
|
style="flex: 1"
|
||||||
>
|
>
|
||||||
<el-table-column prop="presetId" label="序号" align="center" />
|
<el-table-column prop="presetId" label="序号" align="center" />
|
||||||
|
|||||||
@ -132,7 +132,7 @@
|
|||||||
</el-button>
|
</el-button>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="操作" min-width="240" fixed="right">
|
<el-table-column label="操作" min-width="260" fixed="right">
|
||||||
<template v-slot:default="scope">
|
<template v-slot:default="scope">
|
||||||
<el-button
|
<el-button
|
||||||
type="text"
|
type="text"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user