feat:新增菜单修改时关闭火焰
parent
7f3ba6f65e
commit
c5a3e310cc
|
@ -88,6 +88,11 @@ export default class OverViewComponent extends BaseComponent {
|
|||
this.currentNav = data;
|
||||
if(this.player){
|
||||
this.currentLayers = this.getCurrentLayers()
|
||||
if(this.currentEvent ){
|
||||
this.viewLayer[this.currentEvent.id].selected = false;
|
||||
this.addCustom(this.viewLayer[this.currentEvent.id],true);
|
||||
this.currentEvent = null;
|
||||
}
|
||||
this.resetMap();
|
||||
}
|
||||
console.log('当前点击导航', data)
|
||||
|
|
Loading…
Reference in New Issue