From fabd0da877109e8e9fb2a8c65fa0c2291eaee6e1 Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Thu, 28 Jul 2022 19:35:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=20=E8=A5=BF=E6=B5=B7?= =?UTF-8?q?=E5=B2=B8=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/infrastructurePage.vue | 2 +- front/src/views/home/videoSurveillance/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/front/src/views/home/infrastructurePage.vue b/front/src/views/home/infrastructurePage.vue index 75040aca..837b1700 100644 --- a/front/src/views/home/infrastructurePage.vue +++ b/front/src/views/home/infrastructurePage.vue @@ -447,7 +447,7 @@ pageSize: mapSearchParam.value.pageSize, name: mapSearchParam.value.cameraName || '', longitude: mapSearchParam.value.gpsX || '', - atitude: mapSearchParam.value.gpsY || '', + latitude: mapSearchParam.value.gpsY || '', radius: mapSearchParam.value.radius || '', } let paramsFather = '' diff --git a/front/src/views/home/videoSurveillance/index.vue b/front/src/views/home/videoSurveillance/index.vue index 54b2653d..32097d52 100644 --- a/front/src/views/home/videoSurveillance/index.vue +++ b/front/src/views/home/videoSurveillance/index.vue @@ -224,7 +224,7 @@ pageSize: this.mapSearchParam.pageSize, name: this.mapSearchParam.cameraName || '', longitude: this.mapSearchParam.gpsX || '', - atitude: this.mapSearchParam.gpsY || '', + latitude: this.mapSearchParam.gpsY || '', radius: this.mapSearchParam.radius || '', } let paramsFather = ''