Browse Source

首页进行调整

zaijin 1 year ago
parent
commit
1d6189852d

BIN
src/assets/images/policy-advice-logo.png


+ 2 - 2
src/views/Home/components/EnterpriseCooperation.vue

@@ -3,14 +3,14 @@
  * @Author: 空白格
  * @Date: 2022-08-17 16:16:38
  * @LastEditors: 空白格
- * @LastEditTime: 2022-12-12 13:55:18
+ * @LastEditTime: 2023-07-03 09:33:27
  * @FilePath: \veterans_client_web\src\views\Home\components\EnterpriseCooperation.vue
  * @Copyright: Copyright (c) 2016~2022 by 空白格, All Rights Reserved.
 -->
 <template>
   <div class="institutional-cooperation">
     <div class="institutional-cooperation-box">
-      <div class="institutional-cooperation-title">企业合作</div>
+      <div class="institutional-cooperation-title">合作企业</div>
       <div class="institutional-cooperation-list">
         <el-row :gutter="30" v-if="companyList.length">
           <el-col

+ 31 - 11
src/views/Home/components/FriendshipLink.vue

@@ -3,7 +3,7 @@
  * @Author: 空白格
  * @Date: 2022-08-17 16:24:25
  * @LastEditors: 空白格
- * @LastEditTime: 2022-08-29 17:34:28
+ * @LastEditTime: 2023-07-03 14:04:18
  * @FilePath: \veterans_client_web\src\views\Home\components\FriendshipLink.vue
  * @Copyright: Copyright (c) 2016~2022 by 空白格, All Rights Reserved.
 -->
@@ -12,7 +12,12 @@
     <div class="friendship-link-box">
       <div class="friendship-link-box-label">友情链接</div>
       <div class="friendship-link-box-list">
-        <div class="flbl-item" v-for="(item, index) in linkList" @click="jumpExtraLink(item.link)" :key="index">
+        <div
+          class="flbl-item"
+          v-for="(item, index) in linkList"
+          @click="jumpExtraLink(item.link)"
+          :key="index"
+        >
           {{ item.label }}
         </div>
       </div>
@@ -26,20 +31,35 @@ export default {
   data() {
     return {
       linkList: [
+        // { label: "贵阳市退役军人事务局", link: "http://tyjrj.guiyang.gov.cn/" },
+        // { label: "中国人民共和国退役军人事务部", link: "http://www.mva.gov.cn/" },
+        // { label: "中国军网", link: "http://www.81.cn/" },
+        // { label: "贵阳市人民政府", link: "http://www.guiyang.gov.cn/" },
+        // { label: "全国征兵网", link: "https://www.gfbzb.gov.cn/" },
+        // { label: "国防大学防务院", link: "http://www.cdsndu.org/" },
         { label: "贵阳市退役军人事务局", link: "http://tyjrj.guiyang.gov.cn/" },
-        { label: "中国人民共和国退役军人事务部", link: "http://www.mva.gov.cn/" },
-        { label: "中国军网", link: "http://www.81.cn/" },
-        { label: "贵阳市人民政府", link: "http://www.guiyang.gov.cn/" },
-        { label: "全国征兵网", link: "https://www.gfbzb.gov.cn/" },
-        { label: "国防大学防务院", link: "http://www.cdsndu.org/" },
+        { label: "贵州工业职业技术学院", link: "https://www.gzky.edu.cn/" },
+        { label: "贵州省教育厅", link: "https://jyt.guizhou.gov.cn/" },
+        {
+          label: "贵州省退役军人事务厅",
+          link: "http://tyjrswt.guizhou.gov.cn/",
+        },
+        {
+          label: "中国人民共和国退役军人事务部",
+          link: "https://www.mva.gov.cn/",
+        },
+        {
+          label: "国家职业教育智慧教育平台",
+          link: "https://vocational.smartedu.cn/",
+        },
       ],
     };
   },
   methods: {
     jumpExtraLink(link) {
-      window.open(link)
-    }
-  }
+      window.open(link);
+    },
+  },
 };
 </script>
 
@@ -84,7 +104,7 @@ export default {
         height: 42px;
         line-height: 42px;
         font-size: 14px;
-        background: #7AAD9E;
+        background: #7aad9e;
         margin-right: 5px;
         cursor: pointer;
         &:hover {

+ 2 - 2
src/views/Home/components/HeaderBanner.vue

@@ -3,13 +3,13 @@
  * @Author: 空白格
  * @Date: 2022-08-22 09:14:32
  * @LastEditors: 空白格
- * @LastEditTime: 2022-12-19 10:36:55
+ * @LastEditTime: 2023-07-03 11:10:22
  * @FilePath: \veterans_client_web\src\views\Home\components\HeaderBanner.vue
  * @Copyright: Copyright (c) 2016~2022 by 空白格, All Rights Reserved.
 -->
 <template>
   <div class="home-carousel">
-    <el-carousel height="400px" arrow="never">
+    <el-carousel height="400px" arrow="never" :indicator-position="bannerList.length > 1 ? '' : 'none'">
       <el-carousel-item
         class="home-carousel-item"
         v-for="(item, index) in bannerList"

+ 2 - 2
src/views/Home/components/InstitutionalCooperation.vue

@@ -3,14 +3,14 @@
  * @Author: 空白格
  * @Date: 2022-08-17 15:11:17
  * @LastEditors: 空白格
- * @LastEditTime: 2022-12-12 13:55:45
+ * @LastEditTime: 2023-07-03 09:33:04
  * @FilePath: \veterans_client_web\src\views\Home\components\InstitutionalCooperation.vue
  * @Copyright: Copyright (c) 2016~2022 by 空白格, All Rights Reserved.
 -->
 <template>
   <div class="institutional-cooperation">
     <div class="institutional-cooperation-box">
-      <div class="institutional-cooperation-title">院校合作</div>
+      <div class="institutional-cooperation-title">合作院校</div>
       <div class="institutional-cooperation-list">
         <el-row :gutter="30" v-if="schoolList.length">
           <el-col

+ 7 - 7
src/views/Home/components/MenuNavigation.vue

@@ -42,16 +42,16 @@ export default {
           icon: require("@/assets/images/home-menu-icon/home-menu-icon-2.svg"),
           path: "/recruitmentemployment",
         },
-        {
-          name: "合作企业",
-          icon: require("@/assets/images/home-menu-icon/home-menu-icon-3.svg"),
-          path: "/cooperativeenterprise",
-        },
         {
           name: "合作院校",
           icon: require("@/assets/images/home-menu-icon/home-menu-icon-4.svg"),
           path: "/cooperativecolleges",
         },
+        {
+          name: "合作企业",
+          icon: require("@/assets/images/home-menu-icon/home-menu-icon-3.svg"),
+          path: "/cooperativeenterprise",
+        },
         {
           name: "技能培训",
           icon: require("@/assets/images/home-menu-icon/home-menu-icon-5.svg"),
@@ -92,8 +92,8 @@ export default {
       if (path) {
         this.$router.push(path);
       }
-    }
-  }
+    },
+  },
 };
 </script>
 

+ 1 - 1
src/views/Home/components/NewsNotice.vue

@@ -3,7 +3,7 @@
  * @Author: 空白格
  * @Date: 2022-08-30 14:15:32
  * @LastEditors: 空白格
- * @LastEditTime: 2023-04-24 17:18:58
+ * @LastEditTime: 2023-07-03 11:22:20
  * @FilePath: \veterans_client_web\src\views\Home\components\NewsNotice.vue
  * @Copyright: Copyright (c) 2016~2022 by 空白格, All Rights Reserved.
 -->

+ 68 - 4
src/views/Home/components/PolicyInformation.vue

@@ -3,7 +3,7 @@
  * @Author: 空白格
  * @Date: 2022-08-30 13:51:52
  * @LastEditors: 空白格
- * @LastEditTime: 2022-12-12 13:54:45
+ * @LastEditTime: 2023-07-03 14:24:35
  * @FilePath: \veterans_client_web\src\views\Home\components\PolicyInformation.vue
  * @Copyright: Copyright (c) 2016~2022 by 空白格, All Rights Reserved.
 -->
@@ -12,7 +12,12 @@
     <!-- 政策资讯部分 -->
     <el-row :gutter="0" class="home-main-policy">
       <el-col :span="24" class="home-main-policy-carousel">
-        <el-carousel :interval="5000" arrow="never" height="140px">
+        <el-carousel
+          :interval="5000"
+          arrow="never"
+          height="140px"
+          :indicator-position="bannerList.length > 1 ? '' : 'none'"
+        >
           <el-carousel-item v-for="(item, index) in bannerList" :key="index">
             <el-image
               class="image"
@@ -85,7 +90,7 @@
           <el-col :xs="24" :sm="24" :md="8" :lg="8" :xl="8">
             <div class="hmpc-center">
               <div class="hmpc-center-title">成果视频</div>
-              <div class="hmpc-center-list" v-if="resultVideoList.length">
+              <!-- <div class="hmpc-center-list" v-if="resultVideoList.length">
                 <div
                   class="hmpc-center-list-item"
                   v-for="(item, index) in resultVideoList"
@@ -94,7 +99,21 @@
                   <el-image class="image" :src="item.imgUrl" fit="cover" />
                 </div>
               </div>
-              <div class="hmpc-center-empty" v-else>暂时无成果视频</div>
+              <div class="hmpc-center-empty" v-else>暂时无成果视频</div> -->
+              <div class="hmpc-center-video" v-loading="videoLoading">
+                <video
+                  ref="videoRef"
+                  src="http://118.195.251.148:9090/veterans/工职院创新探索与实践成果汇报20221031_V02.mp4"
+                  controls
+                  @loadedmetadata="loadedmetadata($event)"
+                ></video>
+                <el-image
+                  v-if="!isPlay"
+                  class="hmpc-center-video-btn"
+                  :src="require('@/assets/images/play-btn.png')"
+                  @click="videoClick"
+                />
+              </div>
             </div>
           </el-col>
           <el-col :xs="24" :sm="24" :md="6" :lg="6" :xl="6">
@@ -173,6 +192,8 @@ export default {
             "http://www.mva.gov.cn/sy/shipin/202209/W020220918750864451719.png",
         },
       ],
+      isPlay: false,
+      videoLoading: true,
     };
   },
   created() {
@@ -229,6 +250,32 @@ export default {
       this.tabCur = tab.name;
       this.getPolicyList();
     },
+    videoClick() {
+      if (this.isPlay) {
+        this.$refs.videoRef.pause();
+      } else {
+        this.$refs.videoRef.play();
+      }
+      this.isPlay = !this.isPlay;
+    },
+    loadedmetadata(event) {
+      this.videoLoading = false;
+      let video = event.target;
+      let canvas = document.createElement("canvas"); // 创建 canvas
+      const ctx = canvas.getContext("2d");
+      video.currentTime = 1; // 第一帧
+      video.oncanplay = () => {
+        canvas.width = video.clientWidth; // 获取视频宽度
+        canvas.height = video.clientHeight; //获取视频高度
+        var img = new Image(); // 这里使用img是为了解决视频跨域 canvas.toDataURL会提示错误的问题
+        img.onload = function () {
+          // canvas绘图
+          ctx.drawImage(video, 0, 0, video.clientWidth, video.clientHeight);
+          // 转换成base64形式并设置封面
+          video.poster = canvas.toDataURL("image/jpeg", 1); // 截取后的视频封面
+        };
+      };
+    },
     /**
      * 跳转
      * @date 2022-08-30
@@ -453,6 +500,23 @@ export default {
           color: #373737;
           font-size: 14px;
         }
+        &-video {
+          width: 100%;
+          position: relative;
+          video {
+            width: 100%;
+            height: 260px;
+          }
+
+          &-btn {
+            position: absolute;
+            bottom: 50%;
+            left: 50%;
+            margin-left: -35px;
+            margin-bottom: -35px;
+            cursor: pointer;
+          }
+        }
       }
     }
   }

+ 2 - 2
vue.config.js

@@ -12,8 +12,8 @@ module.exports = defineConfig({
     proxy: {
       // 开发模式请求基础api反代理
       [process.env.VUE_APP_BASE_API]: {
-        target: `https://wx.hw.hongweisoft.com/veterans`,
-        // target: `http://gateway.veterans.hongweisoft.com/veterans-prod-api`,
+        // target: `https://wx.hw.hongweisoft.com/veterans`,
+        target: `http://gateway.veterans.hongweisoft.com/veterans-prod-api`,
         changeOrigin: true,
         pathRewrite: {
           ["^" + process.env.VUE_APP_BASE_API]: "",