Commit a4da81f3 authored by 纪泽龙's avatar 纪泽龙

摄像头不隐藏bug调整

parent 1c132af4
......@@ -945,13 +945,20 @@ export default {
} else {
this.gaoMap.markerShow(8, false);
}
// 值班人员
if (this.leftBarNum.includes(9)) {
this.gaoMap.markerShow(9, true);
// this.panTo(item);
} else {
this.gaoMap.markerShow(9, false);
}
// 摄像头
if (this.leftBarNum.includes(10)) {
this.gaoMap.markerShow(10, true);
// this.panTo(item);
} else {
this.gaoMap.markerShow(10, false);
}
},
panTo(item, bool) {
this.gaoMap.myMap.setZoom(12);
......
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