部分逻辑,更改名字

This commit is contained in:
2019-04-09 08:11:09 +08:00
committed by JerryYan
parent 86fbf31120
commit a6662450de
5 changed files with 48 additions and 16 deletions

View File

@ -40,7 +40,7 @@
</tr>
<tr>
<td>是否设置强制不下载</td>
<td><span id="forceStopDownload"></span></td>
<td><span id="forceNotDownload"></span></td>
</tr>
<tr>
<td>是否设置强制不上传</td>

View File

@ -7,7 +7,7 @@ function taskUpdate(){
$("#isBroadcasting").text(res.data.broadcast.isBroadcasting)
$("#streamUrl").text(res.data.broadcast.streamUrl)
$("#forceNotBroadcasting").text(res.data.config.forceNotBroadcasting)
$("#forceStopDownload").text(res.data.config.forceStopDownload)
$("#forceNotDownload").text(res.data.config.forceNotDownload)
$("#forceNotUpload").text(res.data.config.forceNotUpload)
$("#forceNotEncode").text(res.data.config.forceNotEncode)
$("#updateTime").text(res.data.broadcast.updateTime)