添加发送媒体流, 添加媒体服务器节点管理ui,修复修改密码
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
},
|
||||
getMediaServerList: function (){
|
||||
let that = this;
|
||||
that.mediaServerObj.getMediaServerList((data)=>{
|
||||
that.mediaServerObj.getOnlineMediaServerList((data)=>{
|
||||
that.mediaServerList = data.data;
|
||||
if (that.mediaServerList.length > 0) {
|
||||
that.mediaServerId = that.mediaServerList[0].id
|
||||
|
||||
Reference in New Issue
Block a user