Bläddra i källkod

[Mod 0000]根据运维反馈塔山首页卡顿,先行注释掉三维模型

wangkeyi 1 månad sedan
förälder
incheckning
65302af5fe
1 ändrade filer med 4 tillägg och 3 borttagningar
  1. 4 3
      src/views/vent/home/configurable/fireTS.vue

+ 4 - 3
src/views/vent/home/configurable/fireTS.vue

@@ -67,7 +67,8 @@
       :visible="true"
       :common-title="commonTitle"
     />
-    <Three3D :modal-name="modalName" />
+    <!-- 运维反应首页卡顿先行注释掉,后续再调整 -->
+    <!-- <Three3D :modal-name="modalName" /> -->
   </div>
 </template>
 <script lang="ts" setup>
@@ -77,9 +78,9 @@
   import { testConfigTSFire } from './configurable.data.tashan';
   import ModuleCommon from './components/ModuleCommon.vue';
   import ModuleCommonDual from './components/ModuleCommonDual.vue';
-  import Three3D from './components/three3D.vue';
+  // import Three3D from './components/three3D.vue';
 
-  const modalName = ref('workFace11');
+  // const modalName = ref('workFace11');
   const cfgs = computed(() => configs.value.filter((_, index) => index !== 6 && index !== 7 && index !== 8));
   const cfgA = computed<any>(() => configs.value[6]);
   const cfgB = computed<any>(() => configs.value[7]);