zaijin 2 rokov pred
rodič
commit
71be57308d

BIN
public/favicon.ico


BIN
public/img/icons/android-chrome-192x192.png


BIN
public/img/icons/android-chrome-512x512.png


BIN
public/img/icons/android-chrome-maskable-192x192.png


BIN
public/img/icons/android-chrome-maskable-512x512.png


BIN
public/img/icons/apple-touch-icon-120x120.png


BIN
public/img/icons/apple-touch-icon-152x152.png


BIN
public/img/icons/apple-touch-icon-180x180.png


BIN
public/img/icons/apple-touch-icon-60x60.png


BIN
public/img/icons/apple-touch-icon-76x76.png


BIN
public/img/icons/apple-touch-icon.png


BIN
public/img/icons/favicon-16x16.png


BIN
public/img/icons/favicon-32x32.png


BIN
public/img/icons/msapplication-icon-144x144.png


BIN
public/img/icons/mstile-150x150.png


Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 1 - 3
public/img/icons/safari-pinned-tab.svg


+ 0 - 414
src/views/Home/HomeIndex copy.vue

@@ -1,414 +0,0 @@
-<!--
- * @Description: 首页备份
- * @Author: 空白格
- * @Date: 2022-08-16 16:41:33
- * @LastEditors: 空白格
- * @LastEditTime: 2022-08-16 16:41:33
- * @FilePath: \veterans_client_web\src\views\Home\HomeIndex copy.vue
- * @Copyright: Copyright (c) 2016~2022 by 空白格, All Rights Reserved.
--->
-
-<template>
-  <div class="home">
-    <!-- 轮播图 -->
-    <div class="home-carousel">
-      <el-carousel :interval="2000" arrow="always" height="645px">
-        <el-carousel-item v-for="(item, index) in bannerList" :key="index">
-          <el-image class="image" :src="item.bannerUrl" fit="fill">
-            <div slot="placeholder" class="image-slot">
-              加载图片中<span class="dot">...</span>
-            </div>
-          </el-image>
-        </el-carousel-item>
-      </el-carousel>
-    </div>
-    <div class="home-main">
-      <div class="home-main-box">
-        <!-- 菜单部分 -->
-        <el-row :gutter="0" class="home-main-menu">
-          <el-col
-            :xs="12"
-            :sm="8"
-            :md="6"
-            :lg="3"
-            :xl="3"
-            v-for="(menu, index) in menuList"
-            :key="index"
-          >
-            <div class="home-main-menu-item" @click="jumpPage(menu.path)">
-              <div class="home-main-menu-icon">
-                <el-image class="image" :src="menu.icon"></el-image>
-              </div>
-              <div class="home-main-menu-name">{{ menu.name }}</div>
-            </div>
-          </el-col>
-        </el-row>
-        <!-- 新闻部分 -->
-        <el-row :gutter="0" class="home-main-news">
-          <el-col :xs="24" :sm="24" :md="12" :lg="12" :xl="12">
-            <div class="home-main-news-left">
-              <el-carousel :interval="5000" arrow="never" height="303px">
-                <el-carousel-item
-                  v-for="(item, index) in newsList"
-                  :key="index"
-                >
-                  <el-image
-                    class="image"
-                    :src="
-                      item.artImage ||
-                      require('@/assets/images/default-news.jpg')
-                    "
-                    fit="fill"
-                  >
-                    <div slot="placeholder" class="image-slot">
-                      加载图片中<span class="dot">...</span>
-                    </div>
-                    <div slot="error" class="image-slot">
-                      <el-image
-                        class="image"
-                        :src="require('@/assets/images/default-news.jpg')"
-                        fit="fill"
-                      ></el-image>
-                    </div>
-                  </el-image>
-                  <div class="title">
-                    {{ item.artTitle || "" }}
-                  </div>
-                </el-carousel-item>
-              </el-carousel>
-            </div>
-          </el-col>
-          <el-col :xs="24" :sm="24" :md="12" :lg="12" :xl="12">
-            <div class="home-main-news-right">
-              <el-tabs v-model="activeName" @tab-click="handleClick">
-                <el-tab-pane label="新闻动态" name="first">
-                  <ul class="news-infomation">
-                    <li
-                      class="news-infomation-item"
-                      v-for="(item, index) in newsList"
-                      :key="index"
-                    >
-                      <div class="title">{{ item.artTitle }}</div>
-                      <div class="date">
-                        {{ parseTime(item.createTime, "{y}-{m}-{d}") }}
-                      </div>
-                    </li>
-                  </ul>
-                </el-tab-pane>
-                <el-tab-pane label="通知公告" name="second">
-                  <ul class="news-infomation">
-                    <li
-                      class="news-infomation-item"
-                      v-for="(item, index) in noticeList"
-                      :key="index"
-                    >
-                      <div class="title">{{ item.content }}</div>
-                      <div class="date">
-                        {{ parseTime(item.releasTime, "{y}-{m}-{d}") }}
-                      </div>
-                    </li>
-                  </ul>
-                </el-tab-pane>
-              </el-tabs>
-            </div>
-          </el-col>
-        </el-row>
-      </div>
-    </div>
-  </div>
-</template>
-
-<script>
-import { parseTime } from "@/utils/utils";
-import { getBannerList, getNewsList, getNoticeList } from "@/api/Home";
-export default {
-  name: "HomeIndex",
-  data() {
-    return {
-      bannerList: [],
-      menuList: [
-        {
-          name: "政策资讯",
-          icon: require("@/assets/images/home-menu-icon/home-menu-icon-1.svg"),
-          path: "/policyadvice",
-        },
-        {
-          name: "招聘就业",
-          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-5.svg"),
-          path: "/skilltraining",
-        },
-        {
-          name: "适应性培训",
-          icon: require("@/assets/images/home-menu-icon/home-menu-icon-6.svg"),
-          path: '/adaptivetraining'
-        },
-        {
-          name: "学历提升",
-          icon: require("@/assets/images/home-menu-icon/home-menu-icon-7.svg"),
-          path: '/educationpromote'
-        },
-        {
-          name: "创业指引",
-          icon: require("@/assets/images/home-menu-icon/home-menu-icon-8.svg"),
-          path: '/workguide'
-        },
-      ],
-      newsList: [],
-      noticeList: [],
-      activeName: "first",
-      parseTime: parseTime,
-    };
-  },
-  created() {
-    this.initData();
-  },
-  methods: {
-    initData() {
-      this.getBanner();
-      this.getNews();
-      this.getNotice();
-    },
-    /**
-     * 获取轮播图
-     * @date 2022-08-10
-     * @returns {any}
-     */
-    getBanner() {
-      getBannerList({ type: 0 }).then((res) => {
-        this.bannerList = res.data;
-      });
-    },
-    /**
-     * 获取新闻
-     * @date 2022-08-10
-     * @returns {any}
-     */
-    getNews() {
-      getNewsList({
-        artCategoryId: 2,
-        pageNum: 1,
-        pageSize: 5,
-      }).then((res) => {
-        this.newsList = res.rows;
-      });
-    },
-    /**
-     * 获取公告
-     * @date 2022-08-10
-     * @returns {any}
-     */
-    getNotice() {
-      getNoticeList().then((res) => {
-        this.noticeList = res.data;
-      });
-    },
-    /**
-     * tab点击事件
-     * @date 2022-08-10
-     * @param {any} tab
-     * @returns {any}
-     */
-    handleClick(tab) {
-      switch (tab.name) {
-        case "first":
-          this.getNews();
-          break;
-        case "second":
-          this.getNotice();
-          break;
-      }
-    },
-    /**
-     * 跳转到指定页面
-     * @date 2022-08-11
-     * @param {any} path
-     * @returns {any}
-     */
-    jumpPage(path) {
-      this.$router.push(path);
-    },
-  },
-};
-</script>
-
-<style lang="scss" scoped>
-.home {
-  height: 100%;
-  &-carousel {
-    .image {
-      width: 100%;
-      height: 100%;
-    }
-    .image-slot {
-      line-height: 645px;
-      text-align: center;
-    }
-    :deep(.el-carousel__indicators) {
-      // 指示器
-      bottom: 84px;
-    }
-    :deep(.el-carousel__arrow) {
-      border: solid 1px rgba($color: #fff, $alpha: 0.7);
-    }
-    :deep(.el-carousel__button) {
-      // 指示器按钮
-      width: 10px;
-      height: 10px;
-      border: none;
-      border-radius: 50%;
-      background-color: #fff;
-    }
-    :deep(.is-active .el-carousel__button) {
-      // 指示器激活按钮
-      width: 18px;
-      border-radius: 10px;
-    }
-  }
-  &-main {
-    width: 70%;
-    min-height: 100vh;
-    margin: 0 auto;
-    min-width: 600px;
-    position: relative;
-    &-box {
-      width: 100%;
-      position: absolute;
-      top: -53px;
-      z-index: 1000;
-    }
-    &-menu {
-      width: 100%;
-      background-color: #fff;
-      padding: 30px 50px 10px;
-      border-radius: 5px;
-      &-item {
-        cursor: pointer;
-        margin-bottom: 20px;
-      }
-      &-icon {
-        text-align: center;
-        .image {
-          width: 100%;
-          height: 100%;
-          max-width: 85px;
-          max-height: 85px;
-        }
-      }
-      &-name {
-        text-align: center;
-        margin-top: 15px;
-      }
-    }
-    &-news {
-      width: 100%;
-      background-color: #fff;
-      padding: 39px 50px;
-      border-radius: 5px;
-      margin-top: 14px;
-      &-left {
-        margin-right: 30px;
-        .image {
-          width: 100%;
-          height: 100%;
-          border-radius: 2px;
-        }
-        .title {
-          width: calc(100% - 26px);
-          height: 43px;
-          line-height: 43px;
-          padding: 0 13px;
-          background-color: rgba($color: #000000, $alpha: 0.6);
-          color: #fff;
-          white-space: nowrap;
-          overflow: hidden;
-          text-overflow: ellipsis;
-          word-break: break-all;
-          position: absolute;
-          bottom: 0;
-          font-size: 14px;
-          font-weight: blod;
-        }
-        :deep(.el-carousel__indicators) {
-          // 指示器
-          left: auto;
-          right: -20px;
-        }
-        :deep(.el-carousel__button) {
-          // 指示器按钮
-          width: 7px;
-          height: 7px;
-          border: none;
-          border-radius: 50%;
-          background-color: #fff;
-        }
-        :deep(.is-active .el-carousel__button) {
-          // 指示器激活按钮
-          width: 16px;
-          border-radius: 10px;
-          background-color: #f00;
-        }
-      }
-      &-right {
-        :deep(.el-tabs__item) {
-          font-size: 20px;
-          font-weight: 500;
-          color: #000000;
-        }
-        :deep(.el-tabs__item:hover) {
-          color: #163da5;
-        }
-        :deep(.el-tabs__item.is-active) {
-          color: #163da5;
-        }
-        :deep(.el-tabs__active-bar) {
-          background-color: #163da5;
-        }
-        .news-infomation {
-          &-item {
-            display: flex;
-            justify-content: space-between;
-            margin-bottom: 10px;
-            font-size: 14px;
-            color: #373737;
-            cursor: pointer;
-            &:hover {
-              text-decoration: underline;
-            }
-            .title {
-              width: 80%;
-              white-space: nowrap;
-              overflow: hidden;
-              text-overflow: ellipsis;
-              word-break: break-all;
-            }
-            .date {
-              width: 20%;
-              white-space: nowrap;
-              overflow: hidden;
-              text-overflow: ellipsis;
-              word-break: break-all;
-              text-align: right;
-              color: #797979;
-            }
-          }
-        }
-      }
-    }
-  }
-}
-</style>

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

@@ -3,7 +3,7 @@
  * @Author: 空白格
  * @Date: 2022-08-17 16:16:38
  * @LastEditors: 空白格
- * @LastEditTime: 2022-08-22 15:17:08
+ * @LastEditTime: 2022-12-12 13:55:18
  * @FilePath: \veterans_client_web\src\views\Home\components\EnterpriseCooperation.vue
  * @Copyright: Copyright (c) 2016~2022 by 空白格, All Rights Reserved.
 -->
@@ -134,7 +134,7 @@ export default {
     width: 70%;
     margin: 0 auto;
     min-width: 600px;
-    padding: 47px 0;
+    padding: 30px 0;
   }
   &-title {
     font-size: 26px;

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

@@ -3,7 +3,7 @@
  * @Author: 空白格
  * @Date: 2022-08-17 15:11:17
  * @LastEditors: 空白格
- * @LastEditTime: 2022-08-22 15:18:39
+ * @LastEditTime: 2022-12-12 13:55:45
  * @FilePath: \veterans_client_web\src\views\Home\components\InstitutionalCooperation.vue
  * @Copyright: Copyright (c) 2016~2022 by 空白格, All Rights Reserved.
 -->
@@ -128,7 +128,7 @@ export default {
     width: 70%;
     margin: 0 auto;
     min-width: 600px;
-    padding: 47px 0;
+    padding: 30px 0;
   }
   &-title {
     font-size: 26px;

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

@@ -3,7 +3,7 @@
  * @Author: 空白格
  * @Date: 2022-08-30 14:15:32
  * @LastEditors: 空白格
- * @LastEditTime: 2022-08-30 14:26:38
+ * @LastEditTime: 2022-12-12 13:26:26
  * @FilePath: \veterans_client_web\src\views\Home\components\NewsNotice.vue
  * @Copyright: Copyright (c) 2016~2022 by 空白格, All Rights Reserved.
 -->
@@ -194,7 +194,7 @@ export default {
     width: 70%;
     margin: 0 auto;
     min-width: 600px;
-    padding: 47px 0;
+    padding: 30px 0;
     border-radius: 5px;
     margin-top: 14px;
     &-left {

+ 78 - 6
src/views/Home/components/PolicyInformation.vue

@@ -3,7 +3,7 @@
  * @Author: 空白格
  * @Date: 2022-08-30 13:51:52
  * @LastEditors: 空白格
- * @LastEditTime: 2022-09-05 17:05:04
+ * @LastEditTime: 2022-12-12 13:54:45
  * @FilePath: \veterans_client_web\src\views\Home\components\PolicyInformation.vue
  * @Copyright: Copyright (c) 2016~2022 by 空白格, All Rights Reserved.
 -->
@@ -46,8 +46,8 @@
         </el-carousel>
       </el-col>
       <el-col :span="24" class="home-main-policy-content" v-loading="loading">
-        <el-row :gutter="54">
-          <el-col :xs="24" :sm="24" :md="16" :lg="16" :xl="16">
+        <el-row :gutter="30">
+          <el-col :xs="24" :sm="24" :md="10" :lg="10" :xl="10">
             <div class="hmpc-left">
               <el-tabs v-model="tabCur" @tab-click="handlePolicyClick">
                 <el-tab-pane
@@ -83,6 +83,21 @@
             </div>
           </el-col>
           <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-item"
+                  v-for="(item, index) in resultVideoList"
+                  :key="index"
+                >
+                  <el-image class="image" :src="item.imgUrl" fit="cover" />
+                </div>
+              </div>
+              <div class="hmpc-center-empty" v-else>暂时无成果视频</div>
+            </div>
+          </el-col>
+          <el-col :xs="24" :sm="24" :md="6" :lg="6" :xl="6">
             <div class="hmpc-right">
               <div class="hmpc-right-title">退役军人服务</div>
               <div class="hmpc-right-list">
@@ -132,6 +147,32 @@ export default {
       policyTypeList: [],
       tabCur: "",
       policyList: [],
+      resultVideoList: [
+        {
+          imgUrl:
+            "http://www.mva.gov.cn/sy/shipin/202210/W020221027383444923944.jpg",
+        },
+        {
+          imgUrl:
+            "http://www.mva.gov.cn/sy/shipin/202210/W020221024384996372338.jpg",
+        },
+        {
+          imgUrl:
+            "http://www.mva.gov.cn/sy/shipin/202209/W020220926375719166107.png",
+        },
+        {
+          imgUrl:
+            "http://www.mva.gov.cn/sy/shipin/202209/W020220923514009680827.png",
+        },
+        {
+          imgUrl:
+            "http://www.mva.gov.cn/sy/shipin/202209/W020220922376550124260.jpg",
+        },
+        {
+          imgUrl:
+            "http://www.mva.gov.cn/sy/shipin/202209/W020220918750864451719.png",
+        },
+      ],
     };
   },
   created() {
@@ -211,7 +252,7 @@ export default {
     width: 70%;
     margin: 0 auto;
     min-width: 600px;
-    padding: 40px 0;
+    padding: 30px 0;
     &-carousel {
       cursor: pointer;
       :deep(.el-carousel__button) {
@@ -238,7 +279,7 @@ export default {
         margin-bottom: 20px;
         position: relative;
         :deep(.el-tabs__item) {
-          font-size: 20px;
+          font-size: 18px;
           font-weight: 500;
           color: #666666;
         }
@@ -293,9 +334,10 @@ export default {
       .hmpc-right {
         margin-bottom: 20px;
         &-title {
-          font-size: 20px;
+          font-size: 18px;
           color: #163da5;
           margin-bottom: 10px;
+          font-weight: 600;
         }
         &-list {
           &-btn {
@@ -382,6 +424,36 @@ export default {
           }
         }
       }
+      .hmpc-center {
+        margin-bottom: 20px;
+        &-title {
+          font-size: 18px;
+          color: #163da5;
+          margin-bottom: 10px;
+          font-weight: 600;
+        }
+        &-list {
+          display: flex;
+          flex-wrap: wrap;
+          &-item {
+            width: 31%;
+            margin-right: 3.5%;
+            margin-bottom: 10px;
+            border-radius: 5px;
+            cursor: pointer;
+            &:nth-child(3n) {
+              margin-right: 0;
+            }
+            .image {
+              border-radius: 3px;
+            }
+          }
+        }
+        &-empty {
+          color: #373737;
+          font-size: 14px;
+        }
+      }
     }
   }
 }

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 982 - 982
yarn.lock