From 82ade3d3d49a4118624ed8fcc90accb888a5cf36 Mon Sep 17 00:00:00 2001 From: wx <645899409@qq.com> Date: Mon, 12 Jan 2026 16:30:41 +0800 Subject: [PATCH] =?UTF-8?q?update:=201.=E6=9B=B4=E6=96=B0=E9=AB=98?= =?UTF-8?q?=E5=BE=B7=E5=9C=B0=E5=9B=BEkey?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../abnormalEvents/componets/abnormalEventsModal.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/healthMonitor/healMonitorManage/monitorToll/abnormalEvents/componets/abnormalEventsModal.vue b/src/views/healthMonitor/healMonitorManage/monitorToll/abnormalEvents/componets/abnormalEventsModal.vue index b8fe8c0..355ab39 100644 --- a/src/views/healthMonitor/healMonitorManage/monitorToll/abnormalEvents/componets/abnormalEventsModal.vue +++ b/src/views/healthMonitor/healMonitorManage/monitorToll/abnormalEvents/componets/abnormalEventsModal.vue @@ -28,6 +28,7 @@ import { ref } from 'vue'; import { BasicModal, useModalInner } from '/@/components/Modal'; import AMapLoader from '@amap/amap-jsapi-loader'; + import mapKey from '/@/utils/mapKey'; //设置标题 const title = ref('查看详情'); const userInfo = ref({}); @@ -44,7 +45,7 @@ }); function initMap(lon, lat) { AMapLoader.load({ - key: '4bbcb216b889f2d612cbed05ae6979c8', + key: mapKey, version: '2.0', plugins: ['AMap.Geocoder'], })