|
@@ -81,6 +81,10 @@
|
|
|
// import { testConfigTSFire } from './configurable.data.tashan';
|
|
// import { testConfigTSFire } from './configurable.data.tashan';
|
|
|
import ModuleCommon from './components/ModuleCommon.vue';
|
|
import ModuleCommon from './components/ModuleCommon.vue';
|
|
|
import ModuleCommonDual from './components/ModuleCommonDual.vue';
|
|
import ModuleCommonDual from './components/ModuleCommonDual.vue';
|
|
|
|
|
+ import { useGlobSetting } from '/@/hooks/setting';
|
|
|
|
|
+
|
|
|
|
|
+ const { title = '采空区无线监测预警及防灭火平台' } = useGlobSetting();
|
|
|
|
|
+ const { data, updateData, mainTitle } = useInitPage(title);
|
|
|
// import Three3D from './components/three3D.vue';
|
|
// import Three3D from './components/three3D.vue';
|
|
|
|
|
|
|
|
// const modalName = ref('workFace11');
|
|
// const modalName = ref('workFace11');
|
|
@@ -89,7 +93,6 @@
|
|
|
const cfgB = computed<any>(() => configs.value[7]);
|
|
const cfgB = computed<any>(() => configs.value[7]);
|
|
|
const cfgC = computed<any>(() => configs.value[8]);
|
|
const cfgC = computed<any>(() => configs.value[8]);
|
|
|
const { configs, fetchConfigs } = useInitConfigs();
|
|
const { configs, fetchConfigs } = useInitConfigs();
|
|
|
- const { mainTitle, data, updateData } = useInitPage('回采工作面智能管控');
|
|
|
|
|
let interval: ReturnType<typeof setInterval> | undefined;
|
|
let interval: ReturnType<typeof setInterval> | undefined;
|
|
|
const commonTitle = '实时监测与预警';
|
|
const commonTitle = '实时监测与预警';
|
|
|
const fireSgWarnInfo = ref({
|
|
const fireSgWarnInfo = ref({
|