From a36bec3ade798bdee1aeaf04f5d574a39028187a Mon Sep 17 00:00:00 2001
From: rjg <746338628@qq.com>
Date: Thu, 10 Apr 2025 19:24:59 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/drone/drone-web-manage

---
 index.html |   73 ++++++++++++++++++++----------------
 1 files changed, 41 insertions(+), 32 deletions(-)

diff --git a/index.html b/index.html
index 3e93af7..6de0d9e 100644
--- a/index.html
+++ b/index.html
@@ -1,32 +1,40 @@
 <!DOCTYPE html>
 <html lang="en">
-  <head>
-    <meta charset="UTF-8" />
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
-    <meta http-equiv="X-UA-Compatible" content="chrome=1" />
-    <meta name="renderer" content="webkit" />
-    <meta
-      name="viewport"
-      content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0"
-    />
-    <meta name="apple-mobile-web-app-capable" content="yes" />
-    <meta name="apple-mobile-web-app-status-bar-style" content="black" />
-    <meta name="format-detection" content="telephone=no" />
-    <link rel="icon" href="/favicon.png" />
-    <link rel="stylesheet" href="/iconfont/index.css" />
-    <link rel="stylesheet" href="/iconfont/avue/iconfont.css" />
-    <link rel="stylesheet" href="/iconfont/saber/iconfont.css" />
-    <link rel="stylesheet" href="/css/loading.css" />
-    <link rel="stylesheet" href="/css/saber.css" />
-    <!-- <script src="https://unpkg.com/axios/dist/axios.min.js"></script> -->
-    <title>中图智绘低空无人机监测网平台</title>
-  </head>
 
-  <body class="theme-white">
-    <div id="app">
-      <div id="loader-wrapper">
-        <!-- <div class='loader-box'>
+<head>
+  <meta charset="UTF-8" />
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+  <meta http-equiv="X-UA-Compatible" content="chrome=1" />
+  <meta name="renderer" content="webkit" />
+  <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" />
+  <meta name="apple-mobile-web-app-capable" content="yes" />
+  <meta name="apple-mobile-web-app-status-bar-style" content="black" />
+  <meta name="format-detection" content="telephone=no" />
+  <link rel="icon" href="/favicon.png" />
+  <link rel="stylesheet" href="/iconfont/index.css" />
+  <link rel="stylesheet" href="/iconfont/avue/iconfont.css" />
+  <link rel="stylesheet" href="/iconfont/saber/iconfont.css" />
+  <link rel="stylesheet" href="/css/loading.css" />
+  <link rel="stylesheet" href="/css/saber.css" />
+  <!-- <script src="https://unpkg.com/axios/dist/axios.min.js"></script> -->
+  <!-- 导入需要的包 (一定要放到index.html中的head标签里) -->
+  <!-- 高德地图api更新必须配合安全密钥使用 -->
+  <script>
+    window._AMapSecurityConfig = {
+      securityJsCode: '4fb5f6dbb164e46890e2cde357024bbc',
+    }
+  </script>
+  <script type="text/javascript"
+    src='https://webapi.amap.com/maps?v=2.0&key=4b49ed77772d77e9a8c36f6a4663eaa9&plugin=AMap.PlaceSearch,AMap.Geocoder'></script>
+  <script src="https://webapi.amap.com/ui/1.1/main.js?v=1.0.11"></script>
+  <title>中图智绘低空无人机监测网平台</title>
+</head>
+
+<body class="theme-white">
+  <div id="app">
+    <div id="loader-wrapper">
+      <!-- <div class='loader-box'>
       <span>无</span>
       <span>人</span>
       <span>机</span>
@@ -37,13 +45,13 @@
       <span>系</span>
       <span>统</span>
     </div> -->
-        <div class="loader-title">系统加载中</div>
-      </div>
+      <div class="loader-title">系统加载中</div>
     </div>
-    <script type="module" src="/src/main.js"></script>
-  </body>
+  </div>
+  <script type="module" src="/src/main.js"></script>
+</body>
 
-  <!-- <script>
+<!-- <script>
     document.addEventListener('DOMContentLoaded', function () {
       var getData = function (name) {
         var reg = new RegExp('(^|&)' + name + '=([^&]*)(&|$)');
@@ -63,4 +71,5 @@
       });
     });
   </script> -->
-</html>
+
+</html>
\ No newline at end of file

--
Gitblit v1.9.3