diff --git a/front/src/supermap/map-showResource.js b/front/src/supermap/map-showResource.js index 8990447e..3aab1872 100644 --- a/front/src/supermap/map-showResource.js +++ b/front/src/supermap/map-showResource.js @@ -83,11 +83,12 @@ function createMarkerClusterLayer(layerClassName, mapObj) { maxClusterRadius: 80, }) markerClusterLayer.on('clusterclick', function(a) { - //console.log('cluster ' + a.layer.getAllChildMarkers().length); + //console.log('cluster ' + a.layer.getAllChildMarkers()); if (a.layer.getAllChildMarkers().length < 50) { let clusterList = []; for (var i = 0; i < a.layer.getAllChildMarkers().length; i++) { //console.log('yyyyyyyyy', a.layer.getAllChildMarkers()[i].resourceData); + //console.log('yyyyyyyyy', a.layer.getAllChildMarkers()[i].fData); clusterList.push(a.layer.getAllChildMarkers()[i].resourceData); } //console.log('clusterList ' + a.layer.getAllChildMarkers(array, true)); diff --git a/front/src/views/home/components/H5Player.vue b/front/src/views/home/components/H5Player.vue index ccb06eb6..8542c31c 100644 --- a/front/src/views/home/components/H5Player.vue +++ b/front/src/views/home/components/H5Player.vue @@ -67,6 +67,7 @@ import { message } from 'ant-design-vue' handler(newVal, oldVal) { console.log('oldVal:', oldVal) console.log('newVal:', newVal) + //this.realplay(newVal,0); }, // 立即处理 进入页面就触发 immediate: true diff --git a/front/src/views/home/videoSurveillance/index.vue b/front/src/views/home/videoSurveillance/index.vue index 44ee5f19..fdc94a94 100644 --- a/front/src/views/home/videoSurveillance/index.vue +++ b/front/src/views/home/videoSurveillance/index.vue @@ -551,7 +551,7 @@ import { ElMessage } from 'element-plus' let params = { regionId: "70be8c5b664f4bcf869d82f2e8335051", pageNum: "1", - pageSize: 30000, + pageSize: 40000, type: 0, borderPolygonList: [] }