From 3970cefa60ea7e5d899b7475345b65646c19c110 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 20 三月 2025 15:17:05 +0800
Subject: [PATCH] 走航融合(待完成)

---
 index.html |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html
index c9661bf..760c1a3 100644
--- a/index.html
+++ b/index.html
@@ -4,14 +4,21 @@
     <meta charset="UTF-8" />
     <link rel="icon" href="/favicon.ico" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>Vite App</title>
+    <title>椋炵窘澶ф皵鐜鏅鸿兘璧拌埅鐩戞祴绯荤粺</title>
   </head>
   <body>
     <div id="app"></div>
+    <script type="text/javascript">
+      window._AMapSecurityConfig = {
+        serviceHost: 'http://47.100.191.150:8083/_AMapService'
+        //渚嬪 锛歴erviceHost:'http://1.1.1.1:80/_AMapService',
+      };
+    </script>
     <script
       type="text/javascript"
-      src="https://webapi.amap.com/maps?v=1.4.5&key=c55f27799afbfa69dc5a3fad90cafe51&plugin=Map3D,ElasticMarker,AMap.ControlBar"
+      src="https://webapi.amap.com/maps?v=1.4.5&key=520c5e5cf44c7793104e500cbf0ed711&plugin=Map3D,ElasticMarker,AMap.ControlBar,AMap.Geocoder,AMap.DistrictSearch"
     ></script>
+    <!-- <script src="/src/lib/jquery-3.5.1.min.js"></script> -->
     <script type="module" src="/src/main.js"></script>
   </body>
 </html>

--
Gitblit v1.9.3