吉安感知网项目-前端
张含笑
2026-02-04 0462839304fe548e27768614dda3a625b68489aa
applications/drone-command/index.html
@@ -2,51 +2,49 @@
<html lang="zh-CN">
<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="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="/img/bg/index_logo2.png" />
  <link rel="stylesheet" href="/fonts/font.css" />
  <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: '1cd61831ddce188f3129b761f57024fc',
    }
  </script>
  <script type="text/javascript"
    src='https://webapi.amap.com/maps?v=2.0&key=eb0654440644f710110547d2132b2fbe&plugin=AMap.PlaceSearch,AMap.Geocoder'></script>
  <script src="https://webapi.amap.com/ui/1.1/main.js?v=1.0.11"></script>
  <title>反制平台</title>
   <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="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="/img/bg/index_logo2.png" />
   <link rel="stylesheet" href="/fonts/font.css" />
   <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: '1cd61831ddce188f3129b761f57024fc',
      }
   </script>
   <script type="text/javascript"
               src='https://webapi.amap.com/maps?v=2.0&key=eb0654440644f710110547d2132b2fbe&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>
      <span>理</span>
      <span>平</span>
      <span>台</span>
    </div>
      <div class="loader-title">系统加载中</div>
    </div>
  </div>
  <script type="module" src="/src/main.js"></script>
<div id="app">
   <div id="loader-wrapper">
      <div class='loader-box'>
         <span>反</span>
         <span>制</span>
         <span>平</span>
         <span>台</span>
      </div>
      <div class="loader-title">系统加载中</div>
   </div>
</div>
<script type="module" src="/src/main.js"></script>
</body>
<!-- <script>