|
@@ -283,12 +283,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
//火点联动电视墙调用
|
|
|
- showTVWall1(longitude, latitude, tvListJson, bfArray) {
|
|
|
- if(tvListJson){
|
|
|
- this.preview(tvListJson, bfArray);
|
|
|
- this.TVWallVisible = true;
|
|
|
- return;
|
|
|
- }
|
|
|
+ showTVWall1(longitude, latitude, tvListJson) {
|
|
|
// let that=this;
|
|
|
/** ----------------------------------大华摄像头预览开始------------------------------------- */
|
|
|
this.ws.addEventListener('connectStateChange', data => {
|
|
@@ -416,7 +411,12 @@ export default {
|
|
|
rotation(lng,lat,list).then(res => {
|
|
|
})
|
|
|
},
|
|
|
- showTVWall() {
|
|
|
+ showTVWall(tvListJson, bfArray) {
|
|
|
+ if(tvListJson){
|
|
|
+ this.preview(tvListJson, bfArray);
|
|
|
+ this.TVWallVisible = true;
|
|
|
+ return;
|
|
|
+ }
|
|
|
// let that=this;
|
|
|
/** ----------------------------------大华摄像头预览开始------------------------------------- */
|
|
|
this.ws.addEventListener('connectStateChange', data => {
|