Commit 7f725926 authored by xxx's avatar xxx

1

parent 44394032
......@@ -172,7 +172,6 @@ export default {
})
},
handleNodeClick(data) {
this.elmainShow1 = true;
console.log(data);
let that = this;
if (data.children) {
......@@ -252,6 +251,7 @@ export default {
this.isChildren2 = false;
this.isChildren3 = false;
this.btnChildren = false;
this.elmainShow1 = true;
this.noPtz = true;
}
},
......@@ -471,6 +471,7 @@ export default {
},
noPtzCloseFn(){
this.elmainShow1 = false;
this.noPtz = false;
if(noPtzhls != null){
noPtzhls.destroy();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment