|
@@ -1674,7 +1674,7 @@ export default {
|
|
|
const params=Object.assign({})
|
|
|
params.longitude=this.longitude;
|
|
|
params.latitude=this.latitude;
|
|
|
- params.type='1'
|
|
|
+ params.type='4'
|
|
|
initByCameras(params).then(res=>
|
|
|
{
|
|
|
this.$refs.TVWall.showTVWall1(this.longitude,this.latitude,res.data);
|