|
@@ -88,7 +88,7 @@
|
|
|
import { list } from './configurable.api';
|
|
|
import { useRoute, useRouter } from 'vue-router';
|
|
|
import { useGlobSetting } from '/@/hooks/setting';
|
|
|
- import { testConfigVent, testConfigVentRealtime } from './configurable.data';
|
|
|
+ // import { testConfigVent, testConfigVentRealtime } from './configurable.data';
|
|
|
|
|
|
const { sysDataType = 'monitor', title = '智能通风管控系统' } = useGlobSetting();
|
|
|
const { configs, isOriginal, isCommon, fetchConfigs } = useInitConfigs();
|
|
@@ -106,7 +106,7 @@
|
|
|
|
|
|
function refresh() {
|
|
|
fetchConfigs(isDataRealTime.value ? 'vent_realtime' : 'vent').then(() => {
|
|
|
- configs.value = isDataRealTime.value ? testConfigVentRealtime : testConfigVent;
|
|
|
+ // configs.value = isDataRealTime.value ? testConfigVentRealtime : testConfigVent;
|
|
|
updateEnhancedConfigs(configs.value);
|
|
|
|
|
|
list({}).then(updateData);
|