|
@@ -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]);
|