Compare commits
3 Commits
f9fec9731a
...
375d511c07
| Author | SHA1 | Date |
|---|---|---|
|
|
375d511c07 | |
|
|
4d6ebe4af4 | |
|
|
3c4cbd6e49 |
|
|
@ -51,6 +51,8 @@ export default class OverViewComponent extends BaseComponent {
|
||||||
activeNames = ['1']
|
activeNames = ['1']
|
||||||
//展示告警详情右侧
|
//展示告警详情右侧
|
||||||
waringRightShow = false
|
waringRightShow = false
|
||||||
|
//显示展示隐藏按钮
|
||||||
|
showPlay = false
|
||||||
|
|
||||||
// 是否隐藏除地图外所有板块
|
// 是否隐藏除地图外所有板块
|
||||||
public hideAllPanel = false;
|
public hideAllPanel = false;
|
||||||
|
|
@ -190,6 +192,7 @@ 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)
|
||||||
}
|
}
|
||||||
|
|
@ -353,6 +356,7 @@ 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