From b67f46b4a768b4cd72d4e463c5dffefe977ddeb7 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 02 Dec 2024 22:04:27 +0800
Subject: [PATCH] 应急空间及全局图层去除废水处理站、污水池
---
src/main.js | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/main.js b/src/main.js
index 441dda3..6591134 100644
--- a/src/main.js
+++ b/src/main.js
@@ -2,7 +2,7 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2024-10-25 10:56:27
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2024-11-08 20:11:07
+ * @LastEditTime: 2024-12-01 00:28:09
* @FilePath: \bigScreen\src\main.js
* @Description:
*
@@ -27,6 +27,7 @@
import MapContainer from 'components/global/MapContainer.vue'
import publicBox from 'components/global/publicBox.vue'
import TitleBox from 'components/global/TitleBox.vue'
+import publicContent from 'components/global/publicContent.vue'
import { getElementLabelLine } from 'element-tree-line'
import 'element-tree-line/dist/style.css'
@@ -46,8 +47,9 @@
app.component('MapContainer', MapContainer)
app.component('publicBox', publicBox)
app.component('TitleBox', TitleBox)
+app.component('publicContent', publicContent)
app.use(router)
app.use(ElementPlus)
app.use(pinia)
-router.isReady().then(() => app.mount('#app'))
\ No newline at end of file
+app.mount('#app')
\ No newline at end of file
--
Gitblit v1.9.3