From d2e2df7c4805cc9c5e4e915202f304e0e9a53758 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 23 May 2025 09:49:31 +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 d4db460..15c9d32 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-03 00:20:21
* @FilePath: \bigScreen\src\main.js
* @Description:
*
@@ -28,6 +28,7 @@
import publicBox from 'components/global/publicBox.vue'
import TitleBox from 'components/global/TitleBox.vue'
import publicContent from 'components/global/publicContent.vue'
+import panorama from 'components/global/panorama.vue'
import { getElementLabelLine } from 'element-tree-line'
import 'element-tree-line/dist/style.css'
@@ -48,8 +49,9 @@
app.component('publicBox', publicBox)
app.component('TitleBox', TitleBox)
app.component('publicContent', publicContent)
+app.component('panorama', panorama)
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