From c7c9de0214cb1e6ad3d29c8a3a0c7a8ea31fbaaa Mon Sep 17 00:00:00 2001
From: GuLiMmo <2820890765@qq.com>
Date: Tue, 05 Dec 2023 15:37:13 +0800
Subject: [PATCH] 航线点位事件编辑完善

---
 package.json |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/package.json b/package.json
index 377d342..7d10f5a 100644
--- a/package.json
+++ b/package.json
@@ -12,9 +12,9 @@
     "lint": "eslint --fix"
   },
   "dependencies": {
-    "@turf/turf": "^6.5.0",
     "@amap/amap-jsapi-loader": "^1.0.1",
     "@ant-design/icons-vue": "^6.0.1",
+    "@turf/turf": "^6.5.0",
     "@vitejs/plugin-legacy": "^1.6.2",
     "agora-rtc-sdk-ng": "^4.12.1",
     "ant-design-vue": "^2.2.8",
@@ -22,6 +22,7 @@
     "eventemitter3": "^5.0.0",
     "file-saver": "^2.0.5",
     "jszip": "^3.10.1",
+    "lodash": "^4.17.21",
     "mitt": "^3.0.0",
     "moment": "^2.29.4",
     "mqtt": "4.0.1",

--
Gitblit v1.9.3