Browse Source

更改首页效果

mabaoyi 5 tháng trước cách đây
mục cha
commit
5fea6128b4

+ 9 - 0
.env.development

@@ -0,0 +1,9 @@
+# 开发环境配置(本地)
+ENV = 'development'
+NODE_ENV = development
+
+# 开发环境  代理proxy
+VITE_APP_BASE_API = '/api'
+
+# 开发环境  网关URL
+VITE_APP_REQUEST_URL = 'http://1.95.4.128:5000/api'

+ 9 - 0
.env.production

@@ -0,0 +1,9 @@
+# 生产环境配置
+ENV = 'production'
+NODE_ENV = production
+
+# 生产环境  代理proxy
+VITE_APP_BASE_API = '/api'
+
+# 生产环境 网关URL
+VITE_APP_REQUEST_URL = 'http://1.95.4.128:5000/api'

+ 4 - 0
.gitignore

@@ -0,0 +1,4 @@
+node_modules
+.nvmrc
+dist
+dist.rar

BIN
dist.zip


+ 38 - 5
src/view/Home/component/increase.vue

@@ -1,8 +1,10 @@
 <template>
   <div class="increase">
-    <p class="increase-title">以用户为中心的陪伴式增长</p>
+    <p class="increase-title animate__animated animate__bounceInUp">
+      以用户为中心的陪伴式增长
+    </p>
     <div class="increase-content">
-      <div class="increase-card">
+      <div class="increase-card animate__animated animate__bounceInUp">
         <img
           class="increase-img"
           src="../../../assets/image/zengzhangtubiao1.png"
@@ -16,7 +18,7 @@
           联系产品专家
         </button>
       </div>
-      <div class="increase-card">
+      <div class="increase-card animate__animated animate__bounceInUp">
         <img
           class="increase-img"
           src="../../../assets/image/zengzhangtubiao2.png"
@@ -30,7 +32,7 @@
           联系产品专家
         </button>
       </div>
-      <div class="increase-card">
+      <div class="increase-card animate__animated animate__bounceInUp">
         <img
           class="increase-img"
           src="../../../assets/image/zengzhangtubiao3.png"
@@ -44,7 +46,7 @@
           联系产品专家
         </button>
       </div>
-      <div class="increase-card">
+      <div class="increase-card animate__animated animate__bounceInUp">
         <img
           class="increase-img"
           src="../../../assets/image/zengzhangtubiao4.png"
@@ -60,6 +62,13 @@
       </div>
     </div>
   </div>
+
+  <div class="start">
+    <p class="start-title animate__animated animate__bounceInUp">
+      免费试用云厂长的核心功能,开启您的智能制造之旅!
+    </p>
+    <button class="free animate__animated animate__bounceInUp">免费体验</button>
+  </div>
 </template>
 <script setup lang="ts">
 const emits = defineEmits(["contant"]);
@@ -116,4 +125,28 @@ const emits = defineEmits(["contant"]);
     }
   }
 }
+
+.start {
+  height: 360px;
+  width: 100%;
+  background-image: url("../../../assets/image/mianfeibg.png");
+  background-repeat: no-repeat;
+  background-size: 100% 100%;
+  .start-title {
+    text-align: center;
+    font-size: 50px;
+    font-weight: 600;
+    padding-top: 100px;
+  }
+  .free {
+    width: 152px;
+    height: 52px;
+    border: none;
+    background-color: #0d0fff;
+    color: #fff;
+    display: block;
+    margin: 70px auto;
+    font-size: 16px;
+  }
+}
 </style>

+ 6 - 3
src/view/Home/component/userSound.vue

@@ -1,8 +1,8 @@
 <template>
   <div class="user">
-    <p class="user-title">用户声音</p>
+    <p class="user-title animate__animated animate__bounceInUp">用户声音</p>
     <div class="content">
-      <div class="card-list">
+      <div class="card-list animate__animated animate__bounceInUp">
         <div class="card" v-for="item in soundList" :key="item.id">
           <p class="evaluate">
             {{ item.content }}
@@ -15,7 +15,9 @@
       </div>
       <div class="segmentation">
         <p class="heng-left"></p>
-        <p class="enterprise">这些企业也在用云厂长</p>
+        <p class="enterprise animate__animated animate__bounceInUp">
+          这些企业也在用云厂长
+        </p>
         <p class="heng-right"></p>
       </div>
       <div class="enterprise-list">
@@ -31,6 +33,7 @@
   </div>
 </template>
 <script setup lang="ts">
+import "animate.css";
 import { ref, onMounted } from "vue";
 import { getUserSound, getEnterpriseList } from "../../../api/home";
 

+ 2 - 1
src/view/Home/component/whyFactoryDirector.vue

@@ -1,5 +1,5 @@
 <template>
-  <div class="factory-director">
+  <div class="factory-director animate__animated animate__bounceInUp">
     <p class="why">为什么选择云厂长?</p>
     <p class="factory-information">
       智能生产,值得信赖;技术驱动,创新引领,助力制造业企业实现数字化转型
@@ -23,6 +23,7 @@
   </div>
 </template>
 <script setup lang="ts">
+import "animate.css";
 import { reactive, onMounted } from "vue";
 import { whySelect } from "../../../api/home";
 

+ 39 - 46
src/view/Home/index.vue

@@ -25,22 +25,13 @@
         </div>
       </div>
     </div>
-    <Suspense>
-      <template #default>
-        <SolveQuestion />
-      </template>
-    </Suspense>
+    <SolveQuestion />
     <FunctionIntroduction />
     <Project />
     <WhyFactoryDirector />
     <UserSound />
     <Increase @contant="contant" />
-    <div class="start">
-      <p class="start-title animate__animated animate__bounceInUp">
-        免费试用云厂长的核心功能,开启您的智能制造之旅!
-      </p>
-      <button class="free">免费体验</button>
-    </div>
+
     <Bottom />
     <AnchorPoint />
     <Form :dialogTableVisible2="dialogTableVisible2" @clos="close" />
@@ -49,14 +40,21 @@
 </template>
 <script lang="ts" setup>
 import "animate.css";
-import { ref, reactive, onMounted, nextTick, defineAsyncComponent } from "vue";
+import {
+  ref,
+  reactive,
+  onMounted,
+  nextTick,
+  defineAsyncComponent,
+  shallowRef,
+} from "vue";
 import { getBanneList } from "../../api/home";
 import { config } from "../../api/config";
 import Banne from "../../components/Banne/index.vue";
 // import SolveQuestion from "./component/solveQuestion.vue";
 // import Project from "./component/project.vue";
 import Bottom from "../../components/Layout/bottom.vue";
-// import FunctionIntroduction from "./component/functionIntroduction.vue";
+import FunctionIntroduction from "./component/functionIntroduction.vue";
 // import WhyFactoryDirector from "./component/whyFactoryDirector.vue";
 import UserSound from "./component/userSound.vue";
 import Increase from "./component/increase.vue";
@@ -72,10 +70,13 @@ const imgList = reactive({
   banneImageList: [],
 });
 
-let SolveQuestion: any = ref("");
-let FunctionIntroduction: any = ref("");
-let Project: any = ref("");
-let WhyFactoryDirector: any = ref("");
+let SolveQuestion: any = shallowRef("");
+// let FunctionIntroduction: any = ref("");
+let Project: any = shallowRef("");
+let WhyFactoryDirector: any = shallowRef("");
+// let UserSound: any = ref("");
+// let Increase: any = ref("");
+// let Bottom: any = ref("");
 
 const dialogTableVisible2 = ref(false);
 const dialogTableVisible = ref(false);
@@ -89,11 +90,11 @@ function handleScroll(event) {
       return import("./component/solveQuestion.vue");
     });
   }
-  if (event.target.scrollTop > 900 && FunctionIntroduction.value == "") {
-    FunctionIntroduction.value = defineAsyncComponent(() => {
-      return import("./component/functionIntroduction.vue");
-    });
-  }
+  // if (event.target.scrollTop > 900 && FunctionIntroduction.value == "") {
+  //   FunctionIntroduction.value = defineAsyncComponent(() => {
+  //     return import("./component/functionIntroduction.vue");
+  //   });
+  // }
   if (event.target.scrollTop > 1800 && Project.value == "") {
     Project.value = defineAsyncComponent(() => {
       return import("./component/project.vue");
@@ -104,6 +105,21 @@ function handleScroll(event) {
       return import("./component/whyFactoryDirector.vue");
     });
   }
+  // if (event.target.scrollTop > 2900 && UserSound.value == "") {
+  //   UserSound.value = defineAsyncComponent(() => {
+  //     return import("./component/userSound.vue");
+  //   });
+  // }
+  // if (event.target.scrollTop > 3550 && Increase.value == "") {
+  //   Increase.value = defineAsyncComponent(() => {
+  //     return import("./component/increase.vue");
+  //   });
+  // }
+  // // if (event.target.scrollTop > 3550 && Bottom.value == "") {
+  // //   Bottom.value = defineAsyncComponent(() => {
+  // //     return import("../../components/Layout/bottom.vue");
+  // //   });
+  // // }
 }
 
 //跳转产品文档
@@ -179,6 +195,7 @@ onMounted(() => {
 </script>
 <style lang="less" scoped>
 .scroll-container {
+  padding-bottom: 200px;
   height: 100vh;
   overflow-y: scroll;
   overflow-x: hidden;
@@ -223,28 +240,4 @@ onMounted(() => {
     }
   }
 }
-
-.start {
-  height: 360px;
-  width: 100%;
-  background-image: url("../../assets/image/mianfeibg.png");
-  background-repeat: no-repeat;
-  background-size: 100% 100%;
-  .start-title {
-    text-align: center;
-    font-size: 50px;
-    font-weight: 600;
-    padding-top: 100px;
-  }
-  .free {
-    width: 152px;
-    height: 52px;
-    border: none;
-    background-color: #0d0fff;
-    color: #fff;
-    display: block;
-    margin: 70px auto;
-    font-size: 16px;
-  }
-}
 </style>