提交 5a9ea032 编写于 作者: bo.dang's avatar bo.dang

去掉跑马灯配置

上级 b8675d93
...@@ -213,13 +213,13 @@ ...@@ -213,13 +213,13 @@
</el-form-item> </el-form-item>
</div> </div>
<el-form-item label="是否开启防录屏跑马灯"> <!--<el-form-item label="是否开启防录屏跑马灯">-->
<el-radio-group v-model="formData.antiScreenCap" size="small"> <!--<el-radio-group v-model="formData.antiScreenCap" size="small">-->
<el-radio label="0"></el-radio> <!--<el-radio label="0">否</el-radio>-->
<el-radio label="1"></el-radio> <!--<el-radio label="1">是</el-radio>-->
</el-radio-group> <!--</el-radio-group>-->
</el-form-item> <!--</el-form-item>-->
<div class="basic-item-icon"> <div class="basic-item-icon">
<el-form-item label="上传课件"> <el-form-item label="上传课件">
...@@ -1439,7 +1439,7 @@ ...@@ -1439,7 +1439,7 @@
this.formData.scope = String(this.formData.scope); this.formData.scope = String(this.formData.scope);
this.formData.countRule = String(this.formData.countRule); this.formData.countRule = String(this.formData.countRule);
this.formData.antiScreenCap = String(this.formData.antiScreenCap); // this.formData.antiScreenCap = String(this.formData.antiScreenCap);
this.backgroundImageIdTemp = String(this.formData.backgroundImageId == null ? "0":this.formData.backgroundImageId); this.backgroundImageIdTemp = String(this.formData.backgroundImageId == null ? "0":this.formData.backgroundImageId);
if(this.formData.scope == "2"){ if(this.formData.scope == "2"){
this.isCollectShow = true; this.isCollectShow = true;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册