diff --git a/.env.development b/.env.development
index 130d28f..3c4befe 100644
--- a/.env.development
+++ b/.env.development
@@ -7,6 +7,10 @@ VITE_APP_ENV = 'development'
# 开发环境
VITE_APP_BASE_API = 'http://192.168.110.8:8899'
+# 无人机接口地址
+
+VITE_APP_BASE_DRONE_API = 'http://192.168.110.8:9136'
+
# 应用访问路径 例如使用前缀 /admin/
VITE_APP_CONTEXT_PATH = '/'
diff --git a/index.html b/index.html
index 62132b4..d1d62af 100644
--- a/index.html
+++ b/index.html
@@ -210,6 +210,7 @@
+