Ver código fonte

[Mod 0000]恢复塔山火灾预警页面三维模型

wangkeyi 1 dia atrás
pai
commit
f46d73f26a
1 arquivos alterados com 3 adições e 4 exclusões
  1. 3 4
      src/views/vent/home/configurable/fireTS.vue

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

@@ -67,8 +67,7 @@
       :visible="true"
       :common-title="commonTitle"
     />
-    <!-- 运维反应首页卡顿先行注释掉,后续再调整 -->
-    <!-- <Three3D :modal-name="modalName" /> -->
+    <Three3D :modal-name="modalName" />
   </div>
 </template>
 <script lang="ts" setup>
@@ -78,9 +77,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]);