|
@@ -30,23 +30,23 @@
|
|
|
</template>
|
|
|
<script lang="ts" setup>
|
|
|
import { onMounted, ref } from 'vue';
|
|
|
- import SubVentilate from './components/SubVentilate.vue';
|
|
|
- import Ventilate from './components/Ventilate.vue';
|
|
|
+ // import SubVentilate from './components/SubVentilate.vue';
|
|
|
+ // import Ventilate from './components/Ventilate.vue';
|
|
|
import { CaretDownOutlined } from '@ant-design/icons-vue';
|
|
|
- import VentilateControl from './components/VentilateControl.vue';
|
|
|
- import AirVolumeMonitor from './components/AirVolumeMonitor.vue';
|
|
|
- import VentilateAnalysis from './components/VentilateAnalysis.vue';
|
|
|
- import WorkSurface from './components/WorkSurface.vue';
|
|
|
- import DeviceWarning from './components/DeviceWarning.vue';
|
|
|
+ // import VentilateControl from './components/VentilateControl.vue';
|
|
|
+ // import AirVolumeMonitor from './components/AirVolumeMonitor.vue';
|
|
|
+ // import VentilateAnalysis from './components/VentilateAnalysis.vue';
|
|
|
+ // import WorkSurface from './components/WorkSurface.vue';
|
|
|
+ // import DeviceWarning from './components/DeviceWarning.vue';
|
|
|
import MonitorCenter from './components/MonitorCenter.vue';
|
|
|
- import { useInitConfigs } from './hooks/useInit';
|
|
|
+ // import { useInitConfigs } from './hooks/useInit';
|
|
|
import { Config } from '../../deviceManager/configurationTable/types';
|
|
|
import ModuleEnhanced from './components/moduleEnhanced.vue';
|
|
|
// import mapComponent from './components/3Dmap/index.vue';
|
|
|
|
|
|
const mainTitle = ref('智能通风管控系统');
|
|
|
|
|
|
- const moduleCodes = ['fanlocal', 'fanmain' /** 'vc', 'ar', 'va', 'ws', 'dw' */];
|
|
|
+ // const moduleCodes = ['fanlocal', 'fanmain' /** 'vc', 'ar', 'va', 'ws', 'dw' */];
|
|
|
|
|
|
const configs = ref<Config[]>([
|
|
|
{
|
|
@@ -112,7 +112,7 @@
|
|
|
// const { configs, isOriginal, fetchConfigs } = useInitConfigs();
|
|
|
|
|
|
onMounted(() => {
|
|
|
- fetchConfigs();
|
|
|
+ // fetchConfigs();
|
|
|
});
|
|
|
</script>
|
|
|
<style lang="less" scoped>
|