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

新建直播修改拉流地址

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