Compare commits

..

No commits in common. "375d511c07cfbfedd1b202ef2634a40567f1d8ae" and "f9fec9731a979f45ca8eca7eb9255fc4f36b0282" have entirely different histories.

1 changed files with 0 additions and 4 deletions

View File

@ -51,8 +51,6 @@ export default class OverViewComponent extends BaseComponent {
activeNames = ['1']
//展示告警详情右侧
waringRightShow = false
//显示展示隐藏按钮
showPlay = false
// 是否隐藏除地图外所有板块
public hideAllPanel = false;
@ -192,7 +190,6 @@ export default class OverViewComponent extends BaseComponent {
this.hideAllPanel = !this.hideAllPanel;
this.drawerChange(!this.hideAllPanel)
if(!this.hideAllPanel){
this.showPlay = false
this.player.api.cameraTour.stop();
this.player.api.settings.setInteractiveMode(0)
}
@ -356,7 +353,6 @@ export default class OverViewComponent extends BaseComponent {
this.toggleLayer(item)
}
})
this.showPlay = true
this.player.api.cameraTour.play(item.id)
}
closeRight(){