From ec3c634630d4fc44c01bf4e5902c7f9fee67adab Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Wed, 02 Apr 2025 18:11:13 +0800
Subject: [PATCH] feat:对接机巢状态和直播功能以及ws
---
package.json | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/package.json b/package.json
index 6c8dc10..0a13a79 100644
--- a/package.json
+++ b/package.json
@@ -16,6 +16,7 @@
"@smallwei/avue": "^3.6.2",
"animate.css": "^4.1.1",
"avue-plugin-ueditor": "^1.0.4",
+ "@turf/turf": "^6.5.0",
"axios": "^1.8.3",
"cesium": "^1.126.0",
"codemirror": "^5.65.16",
@@ -31,6 +32,7 @@
"lodash": "^4.17.21",
"nprogress": "^0.2.0",
"postcss-pxtorem": "^6.1.0",
+ "reconnecting-websocket": "^4.4.0",
"sm-crypto": "^0.3.13",
"vue": "^3.5.13",
"vue-i18n": "^9.1.9",
--
Gitblit v1.9.3