From 45a2a292485f59df6bbba8c82b50c56f0a94f995 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Mon, 12 Jan 2026 14:58:15 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
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