From 66ca850871c5ff81ca81bf35262cc544b07ed68b Mon Sep 17 00:00:00 2001 From: jiayu Date: Wed, 26 Feb 2025 16:12:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AB=98=E5=BE=B7=E5=9C=B0=E5=9B=BE=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=AF=86=E9=92=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 3538bad..d04f679 100644 --- a/index.html +++ b/index.html @@ -115,6 +115,8 @@ dot.forEach(item => (item.style.background = color)); if (isDark) html.style.background = "#141414"; } + // 高德地图自2021年12月02日升级,升级之后所申请的 key 必须配备安全密钥 jscode 一起使用 + window._AMapSecurityConfig = { securityJsCode: "7375e94447ea4d636b3d12d639ba21ec" };