lxh 3 周之前
父节点
当前提交
394eff3fac
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/vent/monitorManager/gasPumpMonitor/gasPump.data.ts

+ 2 - 2
src/views/vent/monitorManager/gasPumpMonitor/gasPump.data.ts

@@ -520,8 +520,8 @@ export function getComponent() {
       return gasPumpHome;
     default:
       // gasPumpHome = defineAsyncComponent(() => import('./components/gasPumpHome.vue'));
-       gasPumpHome = defineAsyncComponent(() => import('./components/gasPumpHomeCopy.vue'));
-        // gasPumpHome = defineAsyncComponent(() => import('./components/gasPumpHomeBD.vue'));
+      gasPumpHome = defineAsyncComponent(() => import('./components/gasPumpHomeCopy.vue'));
+      // gasPumpHome = defineAsyncComponent(() => import('./components/gasPumpHomeBD.vue'));
       return gasPumpHome;
   }
 }