2 Commits 4ca9905447 ... 21f9d53b24

Auteur SHA1 Message Date
  mabaoyi 21f9d53b24 Merge branch 'master' of http://gits.hdlkeji.com:3000/mabaoyi/factoryDirector il y a 5 mois
  mabaoyi ba2e470d87 更改轮播图,联调合作 il y a 5 mois

+ 2 - 2
dist/index.html

@@ -29,8 +29,8 @@
     />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title>云厂长</title>
-    <script type="module" crossorigin src="./assets/index-JvOJ6d_v.js"></script>
-    <link rel="stylesheet" crossorigin href="./assets/index-X3ANeHKj.css">
+    <script type="module" crossorigin src="./assets/index-CvLX--VT.js"></script>
+    <link rel="stylesheet" crossorigin href="./assets/index-D9MQ9Cfc.css">
   </head>
   <body>
     <div id="app"></div>

+ 9 - 0
src/api/about.ts

@@ -0,0 +1,9 @@
+import request from "../utils/request";
+
+//获取宣传视频
+export const getVideo = () => {
+  return request({
+    url: "promotion-video",
+    method: "get",
+  });
+};

BIN
src/assets/image/bangzhu.png


BIN
src/assets/image/shipin.png


+ 8 - 0
src/components/Banne/index.vue

@@ -27,6 +27,7 @@
 </template>
 
 <script setup lang="ts">
+import { ElMessage } from "element-plus";
 const props = defineProps({
   banneImageList: {
     type: Array as any,
@@ -40,6 +41,13 @@ console.log(props.banneImageList);
 
 
 const toUrl = (url: string) => {
+  if (!url) {
+    ElMessage({
+      type: "warning",
+      message: "待开放",
+    });
+    return;
+  }
   window.open(url);
 };
 </script>

+ 37 - 37
src/components/Layout/bottom.vue

@@ -1,46 +1,46 @@
 <template>
   <div class="bg">
     <!-- <div class="content"> -->
-      <div class="top">
-        <div v-for="(item, idx) in foot.list" :key="idx">
-          <div class="title">{{ item.title }}</div>
-          <div
-            class="item"
-            @click="topage(child.url)"
-            v-for="(child, index) in item.footer"
-            :key="index"
-          >
-            {{ child.title }}
-          </div>
-        </div>
-        <div>
-          <div class="title">联系我们</div>
-          <div class="item">售前电话:{{ foot.info.pre_sale_mobile }}</div>
-          <div class="item">市场合作:{{ foot.info.market_cooperation }}</div>
-          <div class="item">渠道合作:{{ foot.info.channel_cooperation }}</div>
-          <div class="item">投诉电话:{{ foot.info.complaint_mobile }}</div>
-        </div>
-        <div>
-          <div class="title">关注我们</div>
-          <div class="item">{{ foot.info.service_time }}</div>
-          <div class="img">
-            <img class="image" :src="foot.info.service_qr_code" alt="" />
-            <img class="image" :src="foot.info.official_qr_code" alt="" />
-          </div>
+    <div class="top">
+      <div v-for="(item, idx) in foot.list" :key="idx">
+        <div class="title">{{ item.title }}</div>
+        <div
+          class="item"
+          @click="topage(child.url)"
+          v-for="(child, index) in item.footer"
+          :key="index"
+        >
+          {{ child.title }}
         </div>
       </div>
-      <div class="center">
-        <div>
-          <div class="emil">官方邮箱:{{ foot.info.email }}</div>
-          <div class="address">{{ foot.info.address }}</div>
-        </div>
-        <div>
-          <!-- <div class="logo"></div> -->
-          <img class="logo" :src="foot.info.logo" alt="" />
+      <div>
+        <div class="title">联系我们</div>
+        <div class="item">售前电话:{{ foot.info.pre_sale_mobile }}</div>
+        <div class="item">市场合作:{{ foot.info.market_cooperation }}</div>
+        <div class="item">渠道合作:{{ foot.info.channel_cooperation }}</div>
+        <div class="item">投诉电话:{{ foot.info.complaint_mobile }}</div>
+      </div>
+      <div>
+        <div class="title">关注我们</div>
+        <div class="item">{{ foot.info.service_time }}</div>
+        <div class="img">
+          <img class="image" :src="foot.info.service_qr_code" alt="" />
+          <img class="image" :src="foot.info.official_qr_code" alt="" />
         </div>
       </div>
-      <div class="line"></div>
-      <div class="bottom_font">{{ foot.info.copyright }}</div>
+    </div>
+    <div class="center">
+      <div>
+        <div class="emil">官方邮箱:{{ foot.info.email }}</div>
+        <div class="address">{{ foot.info.address }}</div>
+      </div>
+      <div>
+        <!-- <div class="logo"></div> -->
+        <img class="logo" :src="foot.info.logo" alt="" />
+      </div>
+    </div>
+    <div class="line"></div>
+    <div class="bottom_font">{{ foot.info.copyright }}</div>
     <!-- </div> -->
   </div>
 </template>
@@ -74,7 +74,7 @@ const info = async () => {
 };
 onMounted(info);
 const topage = (url) => {
-  window.location.href = url;
+  window.location.href = window.location.origin + "/#" + url;
 };
 </script>
 

+ 34 - 6
src/components/Layout/header.vue

@@ -36,7 +36,7 @@
                   <div class="version" @click="toproduct(1)">
                     <img
                       class="version-img"
-                      src="../../assets/image/tuanduiban.png"
+                      src="../../assets/image/zhuanyeban.png"
                       alt=""
                     />
                     <div>
@@ -49,7 +49,7 @@
                   <div class="version" @click="toproduct(2)">
                     <img
                       class="version-img"
-                      src="../../assets/image/tuanduiban.png"
+                      src="../../assets/image/qiyeban.png"
                       alt=""
                     />
                     <div>
@@ -62,7 +62,7 @@
                   <div class="version" @click="toproduct(3)">
                     <img
                       class="version-img"
-                      src="../../assets/image/tuanduiban.png"
+                      src="../../assets/image/chajian.png"
                       alt=""
                     />
                     <div>
@@ -99,11 +99,11 @@
           <template #dropdown>
             <el-dropdown-menu>
               <div class="dropdown-product">
-                <div class="select-version">
+                <div class="select-version-1">
                   <div class="version" @click="handbook">
                     <img
                       class="version-img"
-                      src="../../assets/image/tuanduiban.png"
+                      src="../../assets/image/bangzhu.png"
                       alt=""
                     />
                     <p class="version-title">帮助文档</p>
@@ -111,7 +111,7 @@
                   <div class="version" @click="video">
                     <img
                       class="version-img"
-                      src="../../assets/image/tuanduiban.png"
+                      src="../../assets/image/shipin.png"
                       alt=""
                     />
                     <p class="version-title">视频专区</p>
@@ -467,5 +467,33 @@ onMounted(() => {
       }
     }
   }
+  .select-version-1 {
+    display: flex;
+    width: 55%;
+    margin: 0 auto;
+    .version {
+      display: flex;
+      align-items: center;
+      cursor: pointer;
+      margin-right: 80px;
+      .version-img {
+        width: 28px;
+        height: 28px;
+        margin-right: 10px;
+      }
+      .version-title {
+        font-size: 16px;
+        color: #222;
+        user-select: none;
+      }
+      .version-introduce {
+        font-size: 12px;
+        color: #222;
+        opacity: 0.6;
+        user-select: none;
+        margin-top: 10px;
+      }
+    }
+  }
 }
 </style>

+ 119 - 40
src/view/AboutUs/index.vue

@@ -1,44 +1,102 @@
 <template>
-  <div class="top-banne">
-    <p class="title">做中国卓越的智能数据产品和服务供应商</p>
-    <div class="btn-list">
-      <button class="free">免费试用</button
-      ><button class="consult">立即咨询</button>
-    </div>
+  <div class="block text-center">
+    <el-carousel arrow="never">
+      <el-carousel-item v-for="(item, index) in banneImageList" :key="index">
+        <img class="version-img" :src="item.imgUrl || item.image" alt="" />
+        <div class="btn-list">
+          <button class="detail" @click="onTrial">
+            {{ item.title }}
+          </button>
+          <button
+            class="detail"
+            @click="service"
+            style="background-color: #fff; color: #222"
+          >
+            {{ item.title_2 }}
+          </button>
+        </div>
+      </el-carousel-item>
+    </el-carousel>
   </div>
   <div class="about">
     <div class="about-left">
       <p class="heng"></p>
       <p class="about-name">关于我们</p>
       <p class="about-content">
-        格子探索系阿里云旗下主要科技生产型团队、结合阿里的云资源、深度技术架构以及“客户之上”的大厂高空优势,格子致力于为客户提供全生命周期的售前、售中、售后技术开发服务。用超前的技术研发优势,和丰富的项目经验为市场不断提供产品级应用层开发服务。
-        我们的主要产品是云厂长。云厂长 -
-        成长型智能制造的最佳助手,在数字化时代的浪潮中,云厂长全流程生产管理系统,以数字生产4.0为框架,打造了一款专为制造业设计的一站式全流程管理平台。我们的核心是工业ERP系统,它不仅集成了企业资源规划的深度功能,还通过插件式设计,无缝融合了“人"、“财”、“物”、“业”、“项目管理”等多元化办公应用场景。AIGC技术
-        -智能内容生成的革命云厂长的创新之处在于其深度融合了人工智能生成内容(AIGC)技术。这项前沿技术赋予了我们的系统以前所未有的智能分析能力,能够根据实时数据生成深度洞察报告,辅助企业决策者洞察市场趋势,优化资源配置。
+        {{ aboutData.about_us_content }}
       </p>
     </div>
-    <div class="about-video"></div>
+    <img class="about-video" :src="aboutData.about_us_image" alt="" />
   </div>
   <div class="publicize">
     <p class="publicize-title">宣传视频</p>
     <el-tabs v-model="activeName" class="demo-tabs" @tab-click="handleClick">
-      <el-tab-pane label="用产品征服世界" name="first"
-        ><img class="pane-content" src="../../assets/image/bg.png" alt=""
-      /></el-tab-pane>
-      <el-tab-pane label="用技术应对挑战" name="second">Config</el-tab-pane>
-      <el-tab-pane label="用服务温暖人心" name="third">Role</el-tab-pane>
+      <el-tab-pane
+        v-for="item in publicizeList"
+        :key="item.id"
+        :label="item.title"
+        :name="item.id"
+      >
+        <video controls class="pane-content" :src="item.video"></video>
+      </el-tab-pane>
     </el-tabs>
   </div>
+  <ContactExpert @close="close" :dialogTableVisible="dialogTableVisible" />
+  <Form :dialogTableVisible2="dialogTableVisible2" @clos="close" />
   <Bottom />
 </template>
 <script setup lang="ts">
-import { ref } from "vue";
+import { ref, onMounted } from "vue";
+import { config } from "../../api/config";
+import { getVideo } from "../../api/about";
+import { getBanneList } from "../../api/home";
 import Bottom from "../../components/Layout/bottom.vue";
-const activeName = ref("first");
+import ContactExpert from "../Home/component/contactExpert.vue";
+import Form from "../../components/Form/from.vue";
+import { ElMessage } from "element-plus";
+const activeName = ref("");
+const aboutData: any = ref({});
+const publicizeList: any = ref([]);
+const banneImageList: any = ref([]);
+const dialogTableVisible = ref(false);
+const dialogTableVisible2 = ref(false);
+
+const close = () => {
+  dialogTableVisible.value = false;
+  dialogTableVisible2.value = false;
+};
 
 const handleClick = (tab: any, event: Event) => {
   console.log(tab, event);
 };
+
+//获取数据
+const getInfo = () => {
+  config({ module: "basic" }).then((res) => {
+    aboutData.value = res.data;
+  });
+  getVideo().then((res) => {
+    publicizeList.value = res.data;
+    activeName.value = res.data[0].id;
+  });
+  getBanneList("about_us").then((res) => {
+    banneImageList.value = res.data;
+  });
+};
+
+const service = () => {
+  dialogTableVisible.value = true;
+};
+const onTrial = () => {
+  ElMessage({
+    type: "warning",
+    message: "待开放",
+  });
+};
+
+onMounted(() => {
+  getInfo();
+});
 </script>
 <style scoped lang="less">
 .top-banne {
@@ -53,27 +111,6 @@ const handleClick = (tab: any, event: Event) => {
     color: #222;
     text-align: center;
   }
-  .btn-list {
-    display: flex;
-    justify-content: center;
-    margin-top: 74px;
-    .free {
-      width: 158px;
-      height: 56px;
-      border: none;
-      background-color: #0d0fff;
-      color: #fff;
-      font-size: 16px;
-      margin-right: 24px;
-    }
-    .consult {
-      width: 158px;
-      height: 56px;
-      background-color: rgba(0, 0, 0, 0);
-      border: 1px solid #0d0fff;
-      color: #0d0fff;
-    }
-  }
 }
 .about {
   display: flex;
@@ -103,9 +140,14 @@ const handleClick = (tab: any, event: Event) => {
   .about-video {
     width: 540px;
     height: 450px;
-    background-color: #d8d8d8;
   }
 }
+
+.btn-list {
+  display: flex;
+  justify-content: center;
+  margin-top: 74px;
+}
 .publicize {
   padding: 82px 0 90px;
   background-color: #f5f9ff;
@@ -145,4 +187,41 @@ const handleClick = (tab: any, event: Event) => {
   color: #0d0fff;
   cursor: pointer;
 }
+
+.demonstration {
+  color: var(--el-text-color-secondary);
+}
+
+:deep(.el-carousel__container) {
+  height: 500px;
+}
+
+.detail {
+  position: relative;
+  width: 168px;
+  height: 53px;
+  background-color: #0d0fff;
+  color: #fff;
+  font-size: 16px;
+  border: none;
+  cursor: pointer;
+  z-index: 1000;
+  bottom: 240px;
+  left: 0px;
+  margin-right: 20px;
+  border-radius: 4px;
+  box-shadow: 0px 4px 14px -4px rgba(0, 0, 0, 0.1);
+}
+.el-carousel__item img {
+  width: 100%;
+  height: 100%;
+}
+
+.el-carousel__item:nth-child(2n) {
+  background-color: #99a9bf;
+}
+
+.el-carousel__item:nth-child(2n + 1) {
+  background-color: #d3dce6;
+}
 </style>

+ 4 - 28
src/view/Cooperate/index.vue

@@ -89,31 +89,7 @@ const dialogTableVisible = ref(false);
 
 const cooperateData = reactive({
   //banne图需要的数据
-  banneImageList: [
-    {
-      imgUrl:
-        "https://img1.baidu.com/it/u=1964831979,2551193402&fm=253&fmt=auto&app=138&f=JPEG?w=500&h=357",
-      isBtn: true,
-      btnText: "点我,了解详情",
-      btnList: [
-        {
-          text: "立即申请",
-          backgroundColor: "#0D0FFF",
-          color: "#fff",
-        },
-        {
-          text: "合作伙伴",
-          backgroundColor: "#FFFFFF",
-          color: "#000",
-        },
-      ],
-    },
-    {
-      imgUrl:
-        "https://img1.baidu.com/it/u=3821883389,2247186365&fm=253&fmt=auto&app=138&f=JPEG?w=798&h=500",
-      isBtn: false,
-    },
-  ],
+  banneImageList: [],
   isShow: "",
 });
 //鼠标进入事件
@@ -147,20 +123,20 @@ const getInfo = () => {
     res.data.map((item: any) => {
       const obj = {
         imgUrl: item.image,
-        isBtn: item.is_jump == 1 ? true : false,
+        isBtn: true,
         jump_url: item.jump_url,
         btnList: [
           {
             text: item.title,
             backgroundColor: "#0D0FFF",
             color: "#fff",
-            jump_url: item.jump_url,
+            jump_url: false,
           },
           {
             text: item.title_2,
             backgroundColor: "#fff",
             color: "#000",
-            jump_url: item.jump_url_2,
+            jump_url: false,
           },
         ],
       };

+ 1 - 1
src/view/Home/index.vue

@@ -31,7 +31,7 @@
   <Increase @contant="contant" />
   <div class="start">
     <p class="start-title">免费试用云厂长的核心功能,开启您的智能制造之旅!</p>
-    <button class="free" @click="startTrial">免费体验</button>
+    <button class="free">免费体验</button>
   </div>
   <AnchorPoint />
   <Form :dialogTableVisible2="dialogTableVisible2" @clos="close" />