|
@@ -37,75 +37,22 @@
|
|
|
</ul>
|
|
|
</div>
|
|
|
|
|
|
+
|
|
|
<!-- 青谷解决方案 -->
|
|
|
- <div class="platform-products-services">
|
|
|
+ <div class="platform-products-services client-container">
|
|
|
<h4 class="client-title">青谷解决方案</h4>
|
|
|
- <ul>
|
|
|
- <li>
|
|
|
- <div class="client-container">
|
|
|
- <div class="products-services-box products-contrary-box">
|
|
|
- <img src="#" alt="强大的人员和试题管理"/>
|
|
|
- <div class="products-services-content">
|
|
|
- <h5>高效智能的在线培训系统</h5>
|
|
|
- <p class="p-before-circle">支持在线课程、学习地图、直播教学、培训计划等强大的企业培训系统功能</p>
|
|
|
- <p class="p-before-circle">支持多类型课件,图文、文档、视频、音频及站外链接任意选择,在线学习形式更丰富</p>
|
|
|
- <p class="p-before-circle">一键设置课程关联考试,实时记录学时进度,让学员学习状况一目了然</p>
|
|
|
- <onlineInformationBtn />
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+ <template v-for="(item,index) in productList">
|
|
|
+ <img-card-lv2 :option="item" v-if="item.lv == 2" :key="index">
|
|
|
+ <div class="btn-groups">
|
|
|
+ <onlineInformationBtn my-type="2" class="online-information-btn btn-item" />
|
|
|
</div>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <div class="client-container">
|
|
|
- <div class="products-services-box">
|
|
|
- <div class="products-services-content">
|
|
|
- <h5>简单易上手的在线考试系统</h5>
|
|
|
- <p class="p-before-circle">考试系统使用方便,操作简单,节约成本,无需独立开发</p>
|
|
|
- <p class="p-before-circle">在云平台直接搭建企业账号,邀请员工登录,即可享受完整的线上考试服务</p>
|
|
|
- <p class="p-before-circle">支持万人同时在线,超高并发安全稳定运行</p>
|
|
|
- <onlineInformationBtn />
|
|
|
- </div>
|
|
|
- <img src="#" alt="多种终端支持,随时随地考试"/>
|
|
|
- </div>
|
|
|
+ </img-card-lv2>
|
|
|
+ <img-card-lv1 :option="item" v-if="item.lv == 1" :key="index">
|
|
|
+ <div class="btn-groups">
|
|
|
+ <onlineInformationBtn my-type="2" class="online-information-btn btn-item" />
|
|
|
</div>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <div class="client-container">
|
|
|
- <div class="products-services-box products-contrary-box">
|
|
|
- <img src="#" alt="严格的考试监控防作弊体系"/>
|
|
|
- <div class="products-services-content">
|
|
|
- <h5>帮助企业构建自主课程体系</h5>
|
|
|
- <p>基于岗位胜任力模型,青谷为企业搭建9大模块通用岗位培训方案,满足各个行业对培训课程资源的应用需求。</p>
|
|
|
- <p class="p-before-circle">职业素养</p>
|
|
|
- <p class="p-before-circle">领导能力</p>
|
|
|
- <p class="p-before-circle">人力资源</p>
|
|
|
- <p class="p-before-circle">市场营销</p>
|
|
|
- <p class="p-before-circle">行政管理</p>
|
|
|
- <p class="p-before-circle">财务管理</p>
|
|
|
- <p class="p-before-circle">客服服务</p>
|
|
|
- <p class="p-before-circle">产品运营</p>
|
|
|
- <p class="p-before-circle">生产采购</p>
|
|
|
- <onlineInformationBtn />
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <div class="client-container">
|
|
|
- <div class="products-services-box">
|
|
|
- <div class="products-services-content">
|
|
|
- <span>04</span>
|
|
|
- <h5>多端口个性化设置随心选择</h5>
|
|
|
- <p class="p-before-circle">支持个性化定制登录背景、品牌、logo等,一键搭建属于您的个性化在线考试系统</p>
|
|
|
- <p class="p-before-circle">与三方平台无缝集成,支持OA、HR、ERP、教务、微信、钉钉等应用的对接</p>
|
|
|
- <p class="p-before-circle">PC、APP、H5统一管理,数据互动,充分利用水平化时间,塑造学员高频率使用习惯</p>
|
|
|
- <onlineInformationBtn />
|
|
|
- </div>
|
|
|
- <img src="#" alt="实用便捷的判卷功能"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
+ </img-card-lv1>
|
|
|
+ </template>
|
|
|
</div>
|
|
|
|
|
|
<!-- 交通运输类课程案例 -->
|
|
@@ -141,7 +88,9 @@ import newsComp2 from "~/components/common/newsComp2";
|
|
|
import {BannerImgs} from "~/defaultConfig";
|
|
|
import videoDialog from "~/components/common/videoDialog";
|
|
|
import videoCard from "~/components/common/videoCard";
|
|
|
-import desWithCode from "@/components/common/layout/desComp/desWithCode";
|
|
|
+import desWithCode from "~/components/common/layout/desComp/desWithCode";
|
|
|
+import imgCardLv2 from "~/components/common/layout/imgDes/imgCardLv2";
|
|
|
+import imgCardLv1 from "~/components/common/layout/imgDes/imgCardLv1";
|
|
|
|
|
|
/**
|
|
|
* @ 解决方案 -> 交通运输
|
|
@@ -149,7 +98,7 @@ import desWithCode from "@/components/common/layout/desComp/desWithCode";
|
|
|
export default {
|
|
|
name: "transportation",
|
|
|
layout: 'templateB',
|
|
|
- components: { chanPinTiYan, freeTrialBtn, onlineInformationBtn, newsComp2, videoDialog, videoCard, desWithCode},
|
|
|
+ components: { chanPinTiYan, freeTrialBtn, onlineInformationBtn, newsComp2, videoDialog, videoCard, desWithCode, imgCardLv2, imgCardLv1},
|
|
|
async asyncData({$axios, store}) {
|
|
|
const arr = [
|
|
|
$axios.$post(`/home/banner/list`, {'code': BannerImgs.jiaotongyunshu}),
|
|
@@ -163,6 +112,135 @@ export default {
|
|
|
return {
|
|
|
curVideo: '',
|
|
|
visible: false,
|
|
|
+ productList: [
|
|
|
+ {
|
|
|
+ content: {
|
|
|
+ title: '高效智能的在线培训系统',
|
|
|
+ list: [
|
|
|
+ {
|
|
|
+ value: '支持在线课程、学习地图、直播教学、培训计划等强大的企业培训系统功能',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ value: '支持多类型课件,图文、文档、视频、音频及站外链接任意选择,在线学习形式更丰富',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ value: '一键设置课程关联考试,实时记录学时进度,让学员学习状况一目了然',
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ order: 2,
|
|
|
+ num: '01',
|
|
|
+ },
|
|
|
+ img: {
|
|
|
+ url: require('~/static/codeImage/code-jingli.png'),
|
|
|
+ order: 1,
|
|
|
+ },
|
|
|
+ mianfei: true,
|
|
|
+ zixun: true,
|
|
|
+ shenqing: false,
|
|
|
+ myType: 'kaoshi',
|
|
|
+ lv: 2,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ content: {
|
|
|
+ title: '简单易上手的在线考试系统',
|
|
|
+ list: [
|
|
|
+ {
|
|
|
+ value: '考试系统使用方便,操作简单,节约成本,无需独立开发',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ value: '在云平台直接搭建企业账号,邀请员工登录,即可享受完整的线上考试服务',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ value: '支持万人同时在线,超高并发安全稳定运行',
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ order: 1,
|
|
|
+ num: '02',
|
|
|
+ },
|
|
|
+ img: {
|
|
|
+ url: require('~/static/codeImage/code-jingli.png'),
|
|
|
+ order: 2,
|
|
|
+ },
|
|
|
+ mianfei: true,
|
|
|
+ zixun: true,
|
|
|
+ shenqing: false,
|
|
|
+ myType: 'kaoshi',
|
|
|
+ lv: 2,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ content: {
|
|
|
+ title: '帮助企业构建自主课程体系',
|
|
|
+ des: '基于岗位胜任力模型,青谷为企业搭建9大模块通用岗位培训方案,满足各个行业对培训课程资源的应用需求。',
|
|
|
+ list: [
|
|
|
+ {
|
|
|
+ value: '职业素养',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ value: '领导能力',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ value: '人力资源',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ value: '市场营销',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ value: '行政管理',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ value: '财务管理',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ value: '客服服务',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ value: '产品运营',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ value: '生产采购',
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ order: 2,
|
|
|
+ num: '03',
|
|
|
+ },
|
|
|
+ img: {
|
|
|
+ url: require('~/static/codeImage/code-jingli.png'),
|
|
|
+ order: 1,
|
|
|
+ },
|
|
|
+ mianfei: true,
|
|
|
+ zixun: true,
|
|
|
+ shenqing: false,
|
|
|
+ myType: 'kaoshi',
|
|
|
+ lv: 1,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ content: {
|
|
|
+ title: '多端口个性化设置随心选择',
|
|
|
+ list: [
|
|
|
+ {
|
|
|
+ value: '支持个性化定制登录背景、品牌、logo等,一键搭建属于您的个性化在线考试系统',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ value: '与三方平台无缝集成,支持OA、HR、ERP、教务、微信、钉钉等应用的对接',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ value: 'PC、APP、H5统一管理,数据互动,充分利用水平化时间,塑造学员高频率使用习惯',
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ order: 1,
|
|
|
+ num: '04',
|
|
|
+ },
|
|
|
+ img: {
|
|
|
+ url: require('~/static/codeImage/code-jingli.png'),
|
|
|
+ order: 2,
|
|
|
+ },
|
|
|
+ mianfei: true,
|
|
|
+ zixun: true,
|
|
|
+ shenqing: false,
|
|
|
+ myType: 'kaoshi',
|
|
|
+ lv: 2,
|
|
|
+ }
|
|
|
+ ],
|
|
|
}
|
|
|
},
|
|
|
methods: {
|
|
@@ -174,6 +252,17 @@ export default {
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
-<style scoped>
|
|
|
-
|
|
|
+<style lang="scss" scoped>
|
|
|
+.platform-products-services {
|
|
|
+ h4 {
|
|
|
+ font-size: 30px;
|
|
|
+ font-weight: 800;
|
|
|
+ color: #333;
|
|
|
+ margin-top: 140px;
|
|
|
+ margin-bottom: 120px;
|
|
|
+ }
|
|
|
+ .btn-groups {
|
|
|
+ margin-top: 50px;
|
|
|
+ }
|
|
|
+}
|
|
|
</style>
|