|
@@ -1,6 +1,5 @@
|
|
|
<template>
|
|
|
<div style="position: relative; width: 100%; height: 100%;">
|
|
|
-
|
|
|
<div class="home-container" v-if="pageType == 'home'">
|
|
|
<div class="header">
|
|
|
<div class="head-time">
|
|
@@ -14,7 +13,7 @@
|
|
|
<div class="left-content">
|
|
|
<!-- 局部通风机 -->
|
|
|
<div class="monitor-box">
|
|
|
- <fanMonitor @goDetail="goDetail":fandata="fanLocalList" />
|
|
|
+ <fanMonitor @goDetail="goDetail" :fandata="fanLocalList" />
|
|
|
</div>
|
|
|
<!-- 主通风机 -->
|
|
|
<div class="monitor-box monitor-box1">
|
|
@@ -133,6 +132,7 @@ function getList() {
|
|
|
});
|
|
|
}
|
|
|
onMounted(() => {
|
|
|
+ changeModalBox()
|
|
|
const renderModal = () => {
|
|
|
const element = document.getElementById('__qiankun_microapp_wrapper_for_micro_vent_3_d_modal__')
|
|
|
if(element){
|