From dba5cb545d101ae49f202649153a61bc09bab8aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=B3=A5=E5=82=B2?= <13203204+he-zhengao@user.noreply.gitee.com> Date: Sat, 9 Dec 2023 19:17:17 +0800 Subject: [PATCH] 12.9/19.17 --- src/api/sensingDevice/resource/index.js | 8 + .../coastalMap/components/buildingInform.vue | 25 ++- .../coastalMap/components/floorInform.vue | 21 ++- src/views/coastalMap/index.vue | 9 +- .../components/mancarStatistics.vue | 161 +++++++++--------- 5 files changed, 134 insertions(+), 90 deletions(-) diff --git a/src/api/sensingDevice/resource/index.js b/src/api/sensingDevice/resource/index.js index c88640d..cf81b4b 100644 --- a/src/api/sensingDevice/resource/index.js +++ b/src/api/sensingDevice/resource/index.js @@ -15,3 +15,11 @@ export function transitVehicleRecord(params) { params }) } +//人车数量 +export function humanVehicleStatistics(params) { + return request({ + url: '/base/perceptionDevice/humanVehicleStatistics', + method: 'post', + params + }) +} diff --git a/src/views/coastalMap/components/buildingInform.vue b/src/views/coastalMap/components/buildingInform.vue index d80e3ff..00e5f44 100644 --- a/src/views/coastalMap/components/buildingInform.vue +++ b/src/views/coastalMap/components/buildingInform.vue @@ -1,6 +1,7 @@