Compare commits

...

3 Commits

3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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" />

View File

@ -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"