From 571f87e61cedd6aac778e8faafbb58ff562fb5df Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Thu, 04 Jul 2024 14:23:41 +0800
Subject: [PATCH] fix: 高德密钥修改

---
 public/index.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/public/index.html b/public/index.html
index 427dccd..7904342 100644
--- a/public/index.html
+++ b/public/index.html
@@ -12,11 +12,11 @@
     <!-- <link rel="stylesheet" href="https://a.amap.com/jsapi_demos/static/demo-center/css/demo-center.css" /> -->
     <script>
       window._AMapSecurityConfig = {
-        securityJsCode: '20fcbbc1782d2853f433831e61fab769'
+        securityJsCode: 'ef9c2027d42f060b979814c849eea7b9'
       }
     </script>
-    <script src="https://webapi.amap.com/maps?v=1.4.15&key=c4e73f2c6972766d6a54dffd2f501cac&plugin=AMap.MarkerClusterer"></script>
-    <script src="https://webapi.amap.com/loca?v=1.3.2&key=c4e73f2c6972766d6a54dffd2f501cac&plugin=AMap.MarkerClusterer"></script>
+    <script src="https://webapi.amap.com/maps?v=1.4.15&key=f4ba1c4d94654309b97a557d41857b48&plugin=AMap.MarkerClusterer"></script>
+    <script src="https://webapi.amap.com/loca?v=1.3.2&key=f4ba1c4d94654309b97a557d41857b48&plugin=AMap.MarkerClusterer"></script>
     <!--    <link rel="stylesheet" href="https://a.amap.com/jsapi_demos/static/demo-center/css/demo-center.css" />-->
     <!--    <script src="https://cdn.bootcss.com/jquery/3.5.0/jquery.js"></script>-->
     <script

--
Gitblit v1.8.0