From dd57e0e9a989e7ee8b3e3473a7ee6a1dff06a4ae Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 27 Jan 2026 17:19:04 +0800
Subject: [PATCH] feat:调整加载

---
 applications/drone-command/src/main.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/applications/drone-command/src/main.js b/applications/drone-command/src/main.js
index 8c7af03..d533119 100644
--- a/applications/drone-command/src/main.js
+++ b/applications/drone-command/src/main.js
@@ -41,6 +41,7 @@
 import dayjs from 'dayjs'
 import 'styles/common.scss'
 import * as Cesium from 'cesium'
+import _ from 'lodash'
 
 // 视频回放
 import 'video.js/dist/video-js.css'
@@ -81,13 +82,14 @@
     location.reload()
 } else {
     if (localStorage.getItem("isReload")) {
-        localStorage.removeItem("isReload")
+        localStorage.removeItem('isReload')
     }
 }
 
 
 window.$crudCommon = crudCommon
 window.axios = axios
+window._ = _
 const app = createApp(App)
 for (const [key, component] of Object.entries(ElementPlusIconsVue)) {
     app.component(key, component)

--
Gitblit v1.9.3