|
|
|
@ -721,6 +721,7 @@ export default {
|
|
|
|
|
name: "",
|
|
|
|
|
},
|
|
|
|
|
], //河南
|
|
|
|
|
//
|
|
|
|
|
selaccess: "", //选中的通道
|
|
|
|
|
capturenr: {}, //查询后的内容
|
|
|
|
|
setForm: {}, //设置参数
|
|
|
|
@ -802,6 +803,9 @@ export default {
|
|
|
|
|
case 65284:
|
|
|
|
|
this.ratiolist = this.zhejiangratiolist;
|
|
|
|
|
break;
|
|
|
|
|
case 65290:
|
|
|
|
|
this.ratiolist = this.henanratiolist;
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (val.protocol == 65281) {
|
|
|
|
@ -809,7 +813,7 @@ export default {
|
|
|
|
|
this.$set(this.setForm, "luminance", 50);
|
|
|
|
|
this.$set(this.setForm, "contrast", 50);
|
|
|
|
|
this.$set(this.setForm, "saturation", 50);
|
|
|
|
|
} else if (val.protocol == 65285) {
|
|
|
|
|
} else if (val.protocol == 65285 || val.protocol == 65290) {
|
|
|
|
|
this.$set(this.setForm, "resolution", this.ratiolist[7].id);
|
|
|
|
|
this.$set(this.setForm, "luminance", 50);
|
|
|
|
|
this.$set(this.setForm, "contrast", 50);
|
|
|
|
|