提交 92b3fd34 编写于 作者: bo.dang's avatar bo.dang

新建直播修改拉流地址

上级 c66fe941
......@@ -50,7 +50,6 @@
<el-input
size="small"
v-model="formData.pullStreamRtmp"
maxlength="20"
placeholder="请输入App拉流地址"
style="width:70%;"
:disabled="styleEditFlag"
......@@ -60,7 +59,6 @@
<el-input
size="small"
v-model="formData.pullStreamHttp"
maxlength="20"
placeholder="请输入H5拉流地址"
style="width:70%;"
:disabled="styleEditFlag"
......@@ -980,6 +978,7 @@
},
// 封装数据
initFormData(){
this.formData.streamType = String(this.formData.streamType);
this.formData.scope = String(this.formData.scope);
if(this.formData.scope == "2"){
this.isCollectShow = true;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册