lxh 2 달 전
부모
커밋
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;
   }
 }