mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-06-29 13:37:49 +08:00
Compare commits
3 Commits
b7d14167c7
...
42a81def50
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
42a81def50 | ||
|
|
b71a057b23 | ||
|
|
8e32f17e6e |
@ -59,7 +59,7 @@ services:
|
||||
networks:
|
||||
- media-net
|
||||
ports:
|
||||
#- "6080:80/tcp" # [播流]HTTP 安全考虑-非测试阶段需要注释掉,改为由nginx代理播流地址
|
||||
- "80:80/tcp" # [播流]HTTP 安全考虑-非测试阶段需要注释掉,改为由nginx代理播流地址
|
||||
#- "4443:443/tcp" # [播流]HTTPS 安全考虑-非测试阶段需要注释掉,改为由nginx代理播流地址
|
||||
- "${MediaRtmp:-10935}:${MediaRtmp:-10935}/tcp" # [收流]RTMP
|
||||
- "${MediaRtmp:-10935}:${MediaRtmp:-10935}/udp" # [收流]RTMP
|
||||
|
||||
@ -110,7 +110,7 @@
|
||||
/>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="统计" min-width="160">
|
||||
<el-table-column label="统计" min-width="140">
|
||||
<template v-slot:default="scope">
|
||||
<el-button
|
||||
type="text"
|
||||
@ -132,7 +132,7 @@
|
||||
</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="操作" min-width="200" fixed="right">
|
||||
<el-table-column label="操作" min-width="240" fixed="right">
|
||||
<template v-slot:default="scope">
|
||||
<el-button
|
||||
type="text"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user