From facb01eaaec0638499afa73180f1c22f61341cb5 Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期五, 29 三月 2024 14:27:14 +0800
Subject: [PATCH] chore:添加threejs依赖

---
 src/views/screen/index.vue |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/views/screen/index.vue b/src/views/screen/index.vue
index 7f4fb93..4e8c6fc 100644
--- a/src/views/screen/index.vue
+++ b/src/views/screen/index.vue
@@ -1,7 +1,9 @@
 <template>
   <div class="screen-container">
+    
     <screen-title></screen-title>
     <v-scale-screen width="1920" height="1080" :autoScale="true" :delay="0" class="screen">
+      <screen-map-three></screen-map-three>
       <screen-wrapper></screen-wrapper>
     </v-scale-screen>
   </div>
@@ -11,12 +13,15 @@
 <script>
 import ScreenTitle from './components/screen-title/index.vue';
 import ScreenWrapper from './components/screen-wrapper/index.vue';
+import ScreenMapThree from './components/screen-map-three/index.vue';
+
 
 export default {
   name: 'App',
   components: {
     ScreenTitle,
     ScreenWrapper,
+    ScreenMapThree
   },
   data() {
     return {
@@ -35,4 +40,5 @@
   background-repeat: no-repeat !important;
   background-position: center center !important;
 }
+
 </style>
\ No newline at end of file

--
Gitblit v1.8.0