Commit 748fe928c8e3963e26a182c997d0e9648efa2266
Merge branch 'dev'
Showing
1 changed file
with
7 additions
and
0 deletions
src/main/resources/templates/page/liveDetail.html
| ... | ... | @@ -116,6 +116,13 @@ |
| 116 | 116 | |
| 117 | 117 | <!-- 右侧列表展示 --> |
| 118 | 118 | <div class="col-sm-6"> |
| 119 | + <div class="form-group"> | |
| 120 | + <label for="live_title" class="control-label col-sm-2">直播流:</label> | |
| 121 | + <div class="col-sm-10"> | |
| 122 | + <h5 style="font-weight: bold;" | |
| 123 | + th:text="${live.rtmp_url}"></h5> | |
| 124 | + </div> | |
| 125 | + </div> | |
| 119 | 126 | <div class="form-group"> |
| 120 | 127 | <label for="program_id" class="control-label col-sm-2">直播活动id:</label> |
| 121 | 128 | <div class="col-sm-10"> | ... | ... |