diff --git a/src/views/map/index.vue b/src/views/map/index.vue index a162166..97e887d 100644 --- a/src/views/map/index.vue +++ b/src/views/map/index.vue @@ -1385,11 +1385,8 @@ export default { const point_type = pick.id._monitoItems.data.point_type const point_id = pick.id._monitoItems.data.id if (point_type == '标记点CAMERA'){ - const { GATE_VIDEO_ID } = pick.id._monitoItems.data - alert(GATE_VIDEO_ID) - alert(pick.id._monitoItems.data) console.log(pick.id._monitoItems.data) - this.dialog.GATE_VIDEO_ID = GATE_VIDEO_ID + this.dialog.GATE_VIDEO_ID = pick.id._monitoItems.data.GATE_VIDEO_ID } if (point_type === '报警') { viewer.dataSources.remove(this.myEntityCollection[pick.id._monitoItems.data.id]) @@ -2135,6 +2132,7 @@ export default { point.position.y = +varList[i].LATITUDE point.dialog_width = dialog_width point.MAP_POINT_NAME = varList[i].MAP_POINT_NAME + point.GATE_VIDEO_ID = varList[i].VIDEO_RESOURCE_ID // 曹妃甸使用 point.gangkou = this.gangkouActive // 闸机名称