Compare commits
No commits in common. "375d511c07cfbfedd1b202ef2634a40567f1d8ae" and "f9fec9731a979f45ca8eca7eb9255fc4f36b0282" have entirely different histories.
375d511c07
...
f9fec9731a
|
|
@ -51,8 +51,6 @@ export default class OverViewComponent extends BaseComponent {
|
||||||
activeNames = ['1']
|
activeNames = ['1']
|
||||||
//展示告警详情右侧
|
//展示告警详情右侧
|
||||||
waringRightShow = false
|
waringRightShow = false
|
||||||
//显示展示隐藏按钮
|
|
||||||
showPlay = false
|
|
||||||
|
|
||||||
// 是否隐藏除地图外所有板块
|
// 是否隐藏除地图外所有板块
|
||||||
public hideAllPanel = false;
|
public hideAllPanel = false;
|
||||||
|
|
@ -192,7 +190,6 @@ export default class OverViewComponent extends BaseComponent {
|
||||||
this.hideAllPanel = !this.hideAllPanel;
|
this.hideAllPanel = !this.hideAllPanel;
|
||||||
this.drawerChange(!this.hideAllPanel)
|
this.drawerChange(!this.hideAllPanel)
|
||||||
if(!this.hideAllPanel){
|
if(!this.hideAllPanel){
|
||||||
this.showPlay = false
|
|
||||||
this.player.api.cameraTour.stop();
|
this.player.api.cameraTour.stop();
|
||||||
this.player.api.settings.setInteractiveMode(0)
|
this.player.api.settings.setInteractiveMode(0)
|
||||||
}
|
}
|
||||||
|
|
@ -356,7 +353,6 @@ export default class OverViewComponent extends BaseComponent {
|
||||||
this.toggleLayer(item)
|
this.toggleLayer(item)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
this.showPlay = true
|
|
||||||
this.player.api.cameraTour.play(item.id)
|
this.player.api.cameraTour.play(item.id)
|
||||||
}
|
}
|
||||||
closeRight(){
|
closeRight(){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue