From 052d0e8bd9c1d8e0d243a166bedf761fc5a7a891 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 14 Jan 2026 16:38:00 +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