添加下发水印

ds1.0
fanluyan 2 years ago
parent fa6d458b89
commit 3d2f772f15

@ -275,7 +275,11 @@
<videoCapture ref="videoCaptureref" :rowdata="rowData"></videoCapture>
</div>
</el-tab-pane>
<el-tab-pane label="水印(安徽)" name="7">
<el-tab-pane
label="水印(安徽)"
name="7"
v-if="rowData.protocol == '65281'"
>
<div class="tabsBox">
<el-tabs
v-model="tabsActive"
@ -926,7 +930,7 @@ export default {
{
name: "channel",
value: this.waterForm.channelId,
value: this.channelId,
},
{
name: "leftBottom",
@ -1073,10 +1077,8 @@ export default {
console.log(hexArray);
this.upperComputer.ip = hexArray.join(".");
//ip
console.log(this.idParameter);
}
this.$message({
duration: 1500,
showClose: true,

Loading…
Cancel
Save