From 42da72b00e5a709478c6e82477a63360f93a7a8e Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 12 Jan 2026 15:45:37 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/jagzwxm/ja_web

---
 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