Commit 7f725926 authored by xxx's avatar xxx

1

parent 44394032
...@@ -172,7 +172,6 @@ export default { ...@@ -172,7 +172,6 @@ export default {
}) })
}, },
handleNodeClick(data) { handleNodeClick(data) {
this.elmainShow1 = true;
console.log(data); console.log(data);
let that = this; let that = this;
if (data.children) { if (data.children) {
...@@ -252,6 +251,7 @@ export default { ...@@ -252,6 +251,7 @@ export default {
this.isChildren2 = false; this.isChildren2 = false;
this.isChildren3 = false; this.isChildren3 = false;
this.btnChildren = false; this.btnChildren = false;
this.elmainShow1 = true;
this.noPtz = true; this.noPtz = true;
} }
}, },
...@@ -471,6 +471,7 @@ export default { ...@@ -471,6 +471,7 @@ export default {
}, },
noPtzCloseFn(){ noPtzCloseFn(){
this.elmainShow1 = false; this.elmainShow1 = false;
this.noPtz = false;
if(noPtzhls != null){ if(noPtzhls != null){
noPtzhls.destroy(); 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