|
@@ -106,6 +106,7 @@ import banner from "../../components/Banne/index.vue";
|
|
|
import bottom from "../../components/Layout/bottom.vue";
|
|
|
// import application from "../../components/Application .vue";
|
|
|
// import corporat from "../../components/corporation.vue";
|
|
|
+import corporation from "../../components/corporation.vue";
|
|
|
import advanta from "../../components/advantage/index.vue";
|
|
|
import * as productApi from "../../api/login";
|
|
|
import * as configApi from "../../api/config";
|
|
@@ -126,7 +127,7 @@ const updateScrollDistance = () => {
|
|
|
};
|
|
|
let advantage = ref("");
|
|
|
let application = ref("");
|
|
|
-let corporation = ref("");
|
|
|
+// let corporation = ref("");
|
|
|
let corporat = ref("");
|
|
|
|
|
|
function handleScroll(event) {
|
|
@@ -141,11 +142,11 @@ function handleScroll(event) {
|
|
|
return import("../../components/Application .vue");
|
|
|
});
|
|
|
}
|
|
|
- if (event.target.scrollTop > 2400 && corporation.value == "") {
|
|
|
- corporation.value = defineAsyncComponent(() => {
|
|
|
- return import("../../components/corporation.vue");
|
|
|
- });
|
|
|
- }
|
|
|
+ // if (event.target.scrollTop > 2400 && corporation.value == "") {
|
|
|
+ // corporation.value = defineAsyncComponent(() => {
|
|
|
+ // return import("../../components/corporation.vue");
|
|
|
+ // });
|
|
|
+ // }
|
|
|
if (event.target.scrollTop > 400 && corporat.value == "") {
|
|
|
corporat.value = defineAsyncComponent(() => {
|
|
|
return import("../../components/corporation.vue");
|