|
@@ -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;
|
|
|
}
|
|
|
}
|