From aec00ecc093be803860c8675cbe1c4c776a7cb4e Mon Sep 17 00:00:00 2001
From: GuLiMmo <2820890765@qq.com>
Date: Tue, 19 Mar 2024 17:49:21 +0800
Subject: [PATCH] update: 新建航线、事件编辑、kmz文件问题修改

---
 index.html |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/index.html b/index.html
index 2f54581..0e433d2 100644
--- a/index.html
+++ b/index.html
@@ -1,9 +1,9 @@
 <!--
  * @Author: husq 931347610@qq.com
  * @Date: 2023-08-22 09:55:39
- * @LastEditors: husq 931347610@qq.com
- * @LastEditTime: 2023-09-13 18:33:22
- * @FilePath: \Cloud-API-Demo-Web\index.html
+ * @LastEditors: GuLiMmo 2820890765@qq.com
+ * @LastEditTime: 2023-11-27 13:55:34
+ * @FilePath: /drone-web/index.html
  * @Description: 
  * 
  * Copyright (c) 2023 by ${git_name_email}, All Rights Reserved. 
@@ -15,6 +15,8 @@
     <link rel="icon" href="/favicon.ico" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title>无人机操作系统</title>
+    <script src="./jessibuca/jessibuca.js"></script>
+    <script src="./apiConfig.js"></script>
   </head>
   <body>
     <div id="demo-app"></div>

--
Gitblit v1.9.3