|
@@ -1114,12 +1114,12 @@ export default {
|
|
|
this.$refs.bottomMenu.showChild = false
|
|
|
}
|
|
|
} else if (click == 'TVWall') {
|
|
|
- // this.$refs.TVWall.showTVWall()
|
|
|
- // this.$refs.supermap.isEditableLayers = false
|
|
|
- // this.$refs.bottomMenu.showChild = false
|
|
|
- // this.$refs.bottomMenu.showBanChild = false
|
|
|
- // this.$refs.bottomMenu.showChangChild = false
|
|
|
- window.open('http://192.168.0.200/');
|
|
|
+ this.$refs.TVWall.showTVWall()
|
|
|
+ this.$refs.supermap.isEditableLayers = false
|
|
|
+ this.$refs.bottomMenu.showChild = false
|
|
|
+ this.$refs.bottomMenu.showBanChild = false
|
|
|
+ this.$refs.bottomMenu.showChangChild = false
|
|
|
+ // window.open('http://192.168.0.200/');
|
|
|
} else if (click == 'forestban') {
|
|
|
this.$refs.supermap.isEditableLayers = false
|
|
|
this.$refs.bottomMenu.showChild = false
|