From 5ca72436bdcaa15be00547e4f751ffe508eed65b Mon Sep 17 00:00:00 2001 From: Tony Date: Wed, 29 Nov 2023 09:27:01 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=20=E5=9C=B0=E5=9B=BE=E6=9B=B4=E6=8D=A2?= =?UTF-8?q?=E4=B8=BA=E4=B8=80=E8=87=B4=E7=9A=84key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- god-ui/src/views/monitorMap/deviceMap/index.vue | 4 ++-- god-ui/src/views/monitorMap/deviceWarn/index.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/god-ui/src/views/monitorMap/deviceMap/index.vue b/god-ui/src/views/monitorMap/deviceMap/index.vue index a99da389..58b711e4 100644 --- a/god-ui/src/views/monitorMap/deviceMap/index.vue +++ b/god-ui/src/views/monitorMap/deviceMap/index.vue @@ -21,7 +21,7 @@ import icon from './icon/sxt.png' import icon2 from './icon/jk.png' window._AMapSecurityConfig = { - securityJsCode: "2933fa5683de5f95c0337aa5ff6a1174", + securityJsCode: "b6314ade5a42c3f3ac2284b6d4d89b1f", }; export default { name: "map-view", @@ -38,7 +38,7 @@ methods:{ initAMap(){ AMapLoader.load({ - key: "0324b5aea42065e5bbcde850eed8cbef", // 申请好的Web端开发者Key,首次调用 load 时必填 + key: "e49669059fa36494531a82ed982f395c", // 申请好的Web端开发者Key,首次调用 load 时必填 plugins: [], // 需要使用的的插件列表,如比例尺'AMap.Scale'等 }) .then((AMap) => { diff --git a/god-ui/src/views/monitorMap/deviceWarn/index.vue b/god-ui/src/views/monitorMap/deviceWarn/index.vue index 9b2ac17d..b063c082 100644 --- a/god-ui/src/views/monitorMap/deviceWarn/index.vue +++ b/god-ui/src/views/monitorMap/deviceWarn/index.vue @@ -16,7 +16,7 @@ import AMapLoader from '@amap/amap-jsapi-loader'; import icon from './icon/jb.png' window._AMapSecurityConfig = { - securityJsCode: "2933fa5683de5f95c0337aa5ff6a1174", + securityJsCode: "b6314ade5a42c3f3ac2284b6d4d89b1f", }; export default { name: "map-view", @@ -32,7 +32,7 @@ methods:{ initAMap(){ AMapLoader.load({ - key: "0324b5aea42065e5bbcde850eed8cbef", // 申请好的Web端开发者Key,首次调用 load 时必填 + key: "e49669059fa36494531a82ed982f395c", // 申请好的Web端开发者Key,首次调用 load 时必填 plugins: [], // 需要使用的的插件列表,如比例尺'AMap.Scale'等 }) .then((AMap) => {