|
@@ -3,88 +3,41 @@
|
|
<div class="client-platform-page">
|
|
<div class="client-platform-page">
|
|
|
|
|
|
<!-- 考试平台页 banner栏 -->
|
|
<!-- 考试平台页 banner栏 -->
|
|
- <div class="client-platform-banner">
|
|
|
|
|
|
+ <div class="client-platform-banner" v-if="bannerList.length>0">
|
|
<div @click="clickBanner(bannerList[0].url)" :style="{backgroundImage: `url(${bannerList[0].pic||require(`~/static/images/client/exam/exam-banner-background.png`)})`}"></div>
|
|
<div @click="clickBanner(bannerList[0].url)" :style="{backgroundImage: `url(${bannerList[0].pic||require(`~/static/images/client/exam/exam-banner-background.png`)})`}"></div>
|
|
<a rel="nofollow" class="free-trial-default-btn" @click="FreeTrial">免费试用</a>
|
|
<a rel="nofollow" class="free-trial-default-btn" @click="FreeTrial">免费试用</a>
|
|
</div>
|
|
</div>
|
|
- <!-- 产品体验 -->
|
|
|
|
- <div class="platform-products-experience client-container">
|
|
|
|
- <h4 class="client-title">产品体验</h4>
|
|
|
|
- <p>无需注册,即可免费体验麦塔在线考试系统</p>
|
|
|
|
- <ul class="experience-ul-box mta-hidden-xs">
|
|
|
|
- <li>
|
|
|
|
- <div @mouseenter="enterCode" @mouseleave="leaveCode"><i></i>
|
|
|
|
- <h5>手机学员端</h5>
|
|
|
|
- <p>用手机扫描二维码</p>
|
|
|
|
- <p>考生30秒体验答卷</p>
|
|
|
|
- <a style="cursor: default">扫码体验</a>
|
|
|
|
- <span ref="codeBtn" v-if="youkeFlag"><em></em></span>
|
|
|
|
- <div ref="codeBtn" v-if="!youkeFlag">系统升级中...</div>
|
|
|
|
- </div>
|
|
|
|
- </li>
|
|
|
|
- <li><div><i></i><h5>电脑学员端</h5><p>支持市面各种主流浏览器</p><p>支持十万量级的考试并发</p><a @click="KsTyBtn('https://youkeksc.mtavip.com/c/youke')">立即体验</a></div></li>
|
|
|
|
- <li><div><i></i><h5>电脑管理端</h5><p>欢迎体验麦塔系统后台</p><p>三步轻松组织一场考试</p><a @click="KsTyBtn('https://youkeksa.mtavip.com/a/youke')">后台体验</a></div></li>
|
|
|
|
- <li><div><i></i><h5>更新日志</h5><p>麦塔想您所想,不止于功能</p><p>我们一直在更新迭代</p><a class="client-default-Btn" @click="goCheckLog">查看日志</a></div></li>
|
|
|
|
- </ul>
|
|
|
|
- <!-- 手机轮播 -->
|
|
|
|
- <div class="experience-swiper-box mta-hidden-sm">
|
|
|
|
- <div v-swiper:mySwiper="swiperOption" class="swiper-container">
|
|
|
|
- <div class="swiper-wrapper">
|
|
|
|
- <div class="swiper-slide">
|
|
|
|
- <div class="experience-content-box">
|
|
|
|
- <i class="sjxyd-icon"></i>
|
|
|
|
- <h5>手机学员端</h5>
|
|
|
|
- <p>点击立即体验按钮,考生30秒体验答卷</p>
|
|
|
|
- <a style="cursor: default" @click="ykFreeTrial">立即体验</a>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="swiper-slide">
|
|
|
|
- <div class="experience-content-box">
|
|
|
|
- <i class="dnxyd-icon"></i>
|
|
|
|
- <h5>电脑学员端</h5>
|
|
|
|
- <p>支持市面各种主流浏览器</p>
|
|
|
|
- <p>支持十万量级的考试并发</p>
|
|
|
|
- <a @click="KsTyBtn('https://youkeksc.mtavip.com/c/youke')">立即体验</a>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="swiper-slide">
|
|
|
|
- <div class="experience-content-box">
|
|
|
|
- <i class="dngld-icon"></i>
|
|
|
|
- <h5>电脑管理端</h5>
|
|
|
|
- <p>欢迎体验麦塔系统后台</p>
|
|
|
|
- <p>三步轻松组织一场考试</p>
|
|
|
|
- <a @click="KsTyBtn('https://youkeksa.mtavip.com/a/youke')">后台体验</a></div>
|
|
|
|
- </div>
|
|
|
|
- <!--<div class="swiper-slide">
|
|
|
|
- <div class="experience-content-box">
|
|
|
|
- <i class="skrz-icon"></i>
|
|
|
|
- <h5>更新日志</h5>
|
|
|
|
- <p>麦塔想您所想,不止于功能</p>
|
|
|
|
- <p>我们一直在更新迭代</p>
|
|
|
|
- <a class="client-default-Btn" @click="goCheckLog">查看日志</a>
|
|
|
|
- </div>
|
|
|
|
- </div>-->
|
|
|
|
- </div>
|
|
|
|
- <div class="swiper-pagination swiper-pagination-style"></div>
|
|
|
|
- <p class="experience-swiper-tip">←左右滑动查看更多→</p>
|
|
|
|
- </div>
|
|
|
|
|
|
+ <!-- 行业学习需求 -->
|
|
|
|
+ <div class="client-scene-box">
|
|
|
|
+ <div class="client-container">
|
|
|
|
+ <h4 class="client-title">满足12大考试应用场景</h4>
|
|
|
|
+ <ul>
|
|
|
|
+ <li><div><span><i></i></span><p>招聘考试</p></div></li>
|
|
|
|
+ <li><div><span><i></i></span><p>资格考试</p></div></li>
|
|
|
|
+ <li><div><span><i></i></span><p>员工考试</p></div></li>
|
|
|
|
+ <li><div><span><i></i></span><p>需求调研</p></div></li>
|
|
|
|
+ <li><div><span><i></i></span><p>渠道考核</p></div></li>
|
|
|
|
+ <li><div><span><i></i></span><p>随堂测验</p></div></li>
|
|
|
|
+ <li><div><span><i></i></span><p>知识竞猜</p></div></li>
|
|
|
|
+ <li><div><span><i></i></span><p>模拟考试</p></div></li>
|
|
|
|
+ <li><div><span><i></i></span><p>职业考核</p></div></li>
|
|
|
|
+ <li><div><span><i></i></span><p>岗位晋升</p></div></li>
|
|
|
|
+ <li><div><span><i></i></span><p>经销商考试</p></div></li>
|
|
|
|
+ <li><div><span><i></i></span><p>党章考试</p></div></li>
|
|
|
|
+ </ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
<div class="platform-products-services">
|
|
<div class="platform-products-services">
|
|
- <h4 class="client-title">产品优势</h4>
|
|
|
|
|
|
+ <h4 class="client-title">轻松组织一场考试</h4>
|
|
<ul>
|
|
<ul>
|
|
<li>
|
|
<li>
|
|
<div class="client-container">
|
|
<div class="client-container">
|
|
<div class="products-services-box products-contrary-box">
|
|
<div class="products-services-box products-contrary-box">
|
|
- <img :src="advantagesImg1" alt="万人并发运行顺畅" />
|
|
|
|
|
|
+ <img :src="advantagesImg1" alt="创建考试" />
|
|
<div class="products-services-content">
|
|
<div class="products-services-content">
|
|
- <h5>良好高并发性和访问安全性</h5>
|
|
|
|
- <i></i>
|
|
|
|
- <p>采用的运行稳定、安全性很高的JAVA语言开发;拥有强大的考试并发负载能力,支持万人以上考生同时在线考试;分布式微服务架构、开放、安全、高能、高可靠的服务调用; 为企业快速、灵活构建大规模分布式服务应用提供基础;</p>
|
|
|
|
- <div><a rel="nofollow" class="client-default-Btn" @click="FreeTrial">免费试用</a></div>
|
|
|
|
|
|
+ <h5><span>创建考试</span><i>1</i></h5>
|
|
|
|
+ <p class="p-before-circle">手动录入或批量导入试题,完善考试系统试题库</p>
|
|
|
|
+ <div class="client-btn-box"><div rel="nofollow" class="client-default-Btn" @click="FreeTrial">免费试用</div><span class="client-default-Btn" @click="goExamPage">在线咨询</span></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -92,12 +45,11 @@
|
|
<li>
|
|
<li>
|
|
<div class="client-container">
|
|
<div class="client-container">
|
|
<div class="products-services-box">
|
|
<div class="products-services-box">
|
|
- <img :src="advantagesImg2" alt="考试监控预防作弊" />
|
|
|
|
|
|
+ <img :src="advantagesImg2" alt="发布考试" />
|
|
<div class="products-services-content">
|
|
<div class="products-services-content">
|
|
- <h5>严格的考试监控防作弊功能</h5>
|
|
|
|
- <i></i>
|
|
|
|
- <p>试题乱序、选项乱序、禁止右键复制粘贴;人脸识别登录,防止替考;考试过程禁止切屏,解决离开考试界面的问题;考试过程中头像抓拍和视频监控防止作弊</p>
|
|
|
|
- <div><a rel="nofollow" class="client-default-Btn" @click="FreeTrial">免费试用</a></div>
|
|
|
|
|
|
+ <h5><span>发布考试</span><i>2</i></h5>
|
|
|
|
+ <p class="p-before-circle">可选择创建新试卷,或从试卷库中选择一张试卷进行考试</p>
|
|
|
|
+ <div class="client-btn-box"><div rel="nofollow" class="client-default-Btn" @click="FreeTrial">免费试用</div><span class="client-default-Btn" @click="goExamPage">在线咨询</span></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -105,12 +57,11 @@
|
|
<li>
|
|
<li>
|
|
<div class="client-container">
|
|
<div class="client-container">
|
|
<div class="products-services-box products-contrary-box">
|
|
<div class="products-services-box products-contrary-box">
|
|
- <img :src="advantagesImg3" alt="微信答题一扫就考" />
|
|
|
|
|
|
+ <img :src="advantagesImg3" alt="开始考试" />
|
|
<div class="products-services-content">
|
|
<div class="products-services-content">
|
|
- <h5>PC移动支持多终端,随时随地考试</h5>
|
|
|
|
- <i></i>
|
|
|
|
- <p>支持PC使用,更支持移动端H5使用,还可以支持微信绑定答题,学员用手机扫描二维码,轻松答题支持专属APP的定制</p>
|
|
|
|
- <div><a rel="nofollow" class="client-default-Btn" @click="FreeTrial">免费试用</a></div>
|
|
|
|
|
|
+ <h5><span>开始考试</span><i>3</i></h5>
|
|
|
|
+ <p class="p-before-circle">学员使用电脑或移动设备进行考试</p>
|
|
|
|
+ <div class="client-btn-box"><div rel="nofollow" class="client-default-Btn" @click="FreeTrial">免费试用</div><span class="client-default-Btn" @click="goExamPage">在线咨询</span></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -118,12 +69,11 @@
|
|
<li>
|
|
<li>
|
|
<div class="client-container">
|
|
<div class="client-container">
|
|
<div class="products-services-box">
|
|
<div class="products-services-box">
|
|
- <img :src="advantagesImg4" alt="功能丰富的在线考试" />
|
|
|
|
|
|
+ <img :src="advantagesImg4" alt="自动批阅" />
|
|
<div class="products-services-content">
|
|
<div class="products-services-content">
|
|
- <h5>丰富的考试管理功能</h5>
|
|
|
|
- <i></i>
|
|
|
|
- <p>多层级组织架构快速搭建,多级权限管理人员设置;支持多种题型,单选、多选、判断、填空、简答、阅读理解、公式题、音频题、图片题、视频题,同时支持word和Excel批量导入题库;支持随机抽取试题,每个考生题目随机生成;多种考试参数设置:答题倒计时,答卷限时,成绩发布,选择按人员、部门、职位发布考试。支持学员证书和积分获取,支持刷题模式的练习管理。</p>
|
|
|
|
- <div><a rel="nofollow" class="client-default-Btn" @click="FreeTrial">免费试用</a></div>
|
|
|
|
|
|
+ <h5><span>自动批阅</span><i>4</i></h5>
|
|
|
|
+ <p class="p-before-circle">支持自动评卷。系统可根据事先录入的正确答案进行判分</p>
|
|
|
|
+ <div class="client-btn-box"><div rel="nofollow" class="client-default-Btn" @click="FreeTrial">免费试用</div><span class="client-default-Btn" @click="goExamPage">在线咨询</span></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -132,159 +82,65 @@
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <!-- 产品功能 -->
|
|
|
|
- <div class="platform-product-function">
|
|
|
|
|
|
+ <!-- 六大管理中心,助你轻松组织考试 -->
|
|
|
|
+ <div class="client-examOrg-box">
|
|
<div class="client-container">
|
|
<div class="client-container">
|
|
- <h4 class="client-title">产品功能</h4>
|
|
|
|
- <ul class="product-function-box mta-hidden-xs">
|
|
|
|
- <li><div><i></i><h5>用户权限管理</h5><p>多层级组织架构和角色权限的快速搭建,可分层独立管理,解决大型组织的复杂培训管理需求,支持和用户的OA、HR、ERP、教务、微信、钉钉等系统对接单点登录和用户信息同步</p></div></li>
|
|
|
|
- <li><div><i></i><h5>考试防作弊管理</h5><p>支持人脸识别登录,防止替考;考试过程禁止切屏,解决离开考试界面的问题;考试过程中头像抓拍和视频监控防止作弊</p></div></li>
|
|
|
|
- <li><div><i></i><h5>多种组卷模式</h5><p>支持固定选题组卷、按比例随机抽题组卷,满足各种组卷需求;整卷答题适用于正规考试,逐题模式适用于竞赛闯关考试</p></div></li>
|
|
|
|
- <li><div><i></i><h5>丰富的题库管理</h5><p>可以按科目多维度建设题库,支持单选、多选、判断题、填空题、简答题多种题型,同时支持word、Excel批量上传试题、图片,公式,一键轻松导入</p></div></li>
|
|
|
|
- <li><div><i></i><h5>智能考试安排</h5><p>几十种考试参数设置,全方位把控考试细节,适应各种考试场景,考试安排智能化,随时随地,快速考试</p></div></li>
|
|
|
|
- <li><div><i></i><h5>个性化定制</h5><p>定义主题背景、品牌、logo,搭建您的专属在线考试平台</p></div></li>
|
|
|
|
- <li><div><i></i><h5>多维度统计分析</h5><p>从用户、考试、成绩、试题、排名、机构等层面多维度的统计系统数据</p></div></li>
|
|
|
|
- <li><div><i></i><h5>性能稳定数据安全</h5><p>企业级技术框架,保证大并发考试的稳定;数据备份恢复,保障安全性</p></div></li>
|
|
|
|
- </ul>
|
|
|
|
- <!-- 手机轮播 -->
|
|
|
|
- <div class="experience-swiper-box mta-hidden-sm">
|
|
|
|
- <div v-swiper:mySwiperGn="swiperOptionGn" class="swiper-container">
|
|
|
|
- <ul class="swiper-wrapper">
|
|
|
|
- <li class="swiper-slide">
|
|
|
|
- <div class="experience-content-box">
|
|
|
|
- <i class="product-function-icon1"></i><h5>用户权限管理</h5>
|
|
|
|
- <p>多层级组织架构和角色权限的快速搭建,可分层独立管理,解决大型组织的复杂培训管理需求,支持和用户的OA、HR、ERP、教务、微信、钉钉等系统对接单点登录和用户信息同步</p>
|
|
|
|
- </div>
|
|
|
|
- </li>
|
|
|
|
- <li class="swiper-slide">
|
|
|
|
- <div class="experience-content-box">
|
|
|
|
- <i class="product-function-icon2"></i><h5>考试防作弊管理</h5>
|
|
|
|
- <p>支持人脸识别登录,防止替考;考试过程禁止切屏,解决离开考试界面的问题;考试过程中头像抓拍和视频监控防止作弊</p>
|
|
|
|
- </div>
|
|
|
|
- </li>
|
|
|
|
- <li class="swiper-slide">
|
|
|
|
- <div class="experience-content-box">
|
|
|
|
- <i class="product-function-icon3"></i><h5>多种组卷模式</h5>
|
|
|
|
- <p>支持固定选题组卷、按比例随机抽题组卷,满足各种组卷需求;整卷答题适用于正规考试,逐题模式适用于竞赛闯关考试</p>
|
|
|
|
- </div>
|
|
|
|
- </li>
|
|
|
|
- <li class="swiper-slide">
|
|
|
|
- <div class="experience-content-box">
|
|
|
|
- <i class="product-function-icon4"></i><h5>丰富的题库管理</h5>
|
|
|
|
- <p>可以按科目多维度建设题库,支持单选、多选、判断题、填空题、简答题多种题型,同时支持word、Excel批量上传试题、图片,公式,一键轻松导入</p>
|
|
|
|
- </div>
|
|
|
|
- </li>
|
|
|
|
- <li class="swiper-slide">
|
|
|
|
- <div class="experience-content-box">
|
|
|
|
- <i class="product-function-icon5"></i><h5>智能考试安排</h5>
|
|
|
|
- <p>几十种考试参数设置,全方位把控考试细节,适应各种考试场景,考试安排智能化,随时随地,快速考试</p>
|
|
|
|
- </div>
|
|
|
|
- </li>
|
|
|
|
- <li class="swiper-slide">
|
|
|
|
- <div class="experience-content-box">
|
|
|
|
- <i class="product-function-icon6"></i><h5>个性化定制</h5>
|
|
|
|
- <p>定义主题背景、品牌、logo,搭建您的专属在线考试平台</p>
|
|
|
|
- </div>
|
|
|
|
- </li>
|
|
|
|
- <li class="swiper-slide">
|
|
|
|
- <div class="experience-content-box">
|
|
|
|
- <i class="product-function-icon7"></i><h5>多维度统计分析</h5>
|
|
|
|
- <p>从用户、考试、成绩、试题、排名、机构等层面多维度的统计系统数据</p>
|
|
|
|
- </div>
|
|
|
|
- </li>
|
|
|
|
- <li class="swiper-slide">
|
|
|
|
- <div class="experience-content-box">
|
|
|
|
- <i class="product-function-icon8"></i><h5>性能稳定数据安全</h5>
|
|
|
|
- <p>企业级技术框架,保证大并发考试的稳定;数据备份恢复,保障安全性</p>
|
|
|
|
- </div>
|
|
|
|
- </li>
|
|
|
|
- </ul>
|
|
|
|
- <div class="swiper-pagination swiper-pagination-style"></div>
|
|
|
|
- <p class="experience-swiper-tip">←左右滑动查看更多→</p>
|
|
|
|
- </div>
|
|
|
|
|
|
+ <h4 class="client-title">六大管理中心,助你轻松组织考试</h4>
|
|
|
|
+ <div class="exam-dl-box">
|
|
|
|
+ <dl>
|
|
|
|
+ <dt>用户管理中心</dt>
|
|
|
|
+ <dd>机构管理</dd>
|
|
|
|
+ <dd>部门管理</dd>
|
|
|
|
+ <dd>人员管理</dd>
|
|
|
|
+ <dd>角色管理</dd>
|
|
|
|
+ <dd>权限管理</dd>
|
|
|
|
+ </dl>
|
|
|
|
+ <dl>
|
|
|
|
+ <dt>试题管理中心</dt>
|
|
|
|
+ <dd>试题分类</dd>
|
|
|
|
+ <dd>试题类型</dd>
|
|
|
|
+ <dd>试题难度</dd>
|
|
|
|
+ <dd>手动录入</dd>
|
|
|
|
+ <dd>批量添加</dd>
|
|
|
|
+ </dl>
|
|
|
|
+ <dl>
|
|
|
|
+ <dt>试卷管理中心</dt>
|
|
|
|
+ <dd>固定试卷</dd>
|
|
|
|
+ <dd>随机试卷</dd>
|
|
|
|
+ <dd>指定分数</dd>
|
|
|
|
+ <dd>试卷导出</dd>
|
|
|
|
+ </dl>
|
|
|
|
+ <dl>
|
|
|
|
+ <dt>考试管理中心</dt>
|
|
|
|
+ <dd>考生范围</dd>
|
|
|
|
+ <dd>时间范围</dd>
|
|
|
|
+ <dd>防止作弊</dd>
|
|
|
|
+ <dd>评卷范围</dd>
|
|
|
|
+ <dd>查看成绩</dd>
|
|
|
|
+ <dd>错题重做</dd>
|
|
|
|
+ <dd>证书管理</dd>
|
|
|
|
+ </dl>
|
|
|
|
+ <dl>
|
|
|
|
+ <dt>统计管理中心</dt>
|
|
|
|
+ <dd>用户属性</dd>
|
|
|
|
+ <dd>考试分析</dd>
|
|
|
|
+ <dd>大数据分析</dd>
|
|
|
|
+ </dl>
|
|
|
|
+ <dl>
|
|
|
|
+ <dt>系统管理中心</dt>
|
|
|
|
+ <dd>用户注册</dd>
|
|
|
|
+ <dd>注册审核</dd>
|
|
|
|
+ <dd>试卷审核</dd>
|
|
|
|
+ <dd>考试审核</dd>
|
|
|
|
+ <dd>数据备份</dd>
|
|
|
|
+ <dd>接口对接</dd>
|
|
|
|
+ </dl>
|
|
</div>
|
|
</div>
|
|
- <a rel="nofollow" class="free-trial-default-btn" @click="FreeTrial">免费试用</a>
|
|
|
|
|
|
+ <div class="client-btn-box"><div rel="nofollow" class="client-default-Btn" @click="FreeTrial">免费试用</div><span class="client-default-white-Btn" @click="goExamPage">在线咨询</span></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
-
|
|
|
|
- <!-- 应用场景 -->
|
|
|
|
- <div class="platform-application-scenarios">
|
|
|
|
- <div class="client-container">
|
|
|
|
- <h4 class="client-title">应用场景</h4>
|
|
|
|
- <ul class="application-scenarios-box mta-hidden-xs">
|
|
|
|
- <li>
|
|
|
|
- <div class="application-scenarios-content">
|
|
|
|
- <div class="application-scenarios-img"></div>
|
|
|
|
- <h5>岗位考试</h5>
|
|
|
|
- <p>无论传统的培训还是新型的在线培训,企业都需要利用考核来进行培训效果评估,可以实现人才岗位胜任力测评、按需培训、绩效考核等功能,为领导者对员工素质进行评价和分析提供有力的数据支持。</p>
|
|
|
|
- </div>
|
|
|
|
- </li>
|
|
|
|
- <li>
|
|
|
|
- <div class="application-scenarios-content">
|
|
|
|
- <div class="application-scenarios-img"></div>
|
|
|
|
- <h5>大型竞赛</h5>
|
|
|
|
- <p>多种组卷、考试模式,可以覆盖大多数竞赛场景,报名注册只需简单一步就搞定,无中间流程,企业还可自由定制证书,合格后进行发放,降低使用成本,规范、快捷、高效,万人同考无压力。</p>
|
|
|
|
- </div>
|
|
|
|
- </li>
|
|
|
|
- <li>
|
|
|
|
- <div class="application-scenarios-content">
|
|
|
|
- <div class="application-scenarios-img"></div>
|
|
|
|
- <h5>资格考试</h5>
|
|
|
|
- <p>不限次发布考试,特殊题型可使用拍照上传功能,考生后台记录历史成绩,通过考试分析及时了解考生知识掌握情况,在线考试能突破时间空间限制,有利于组织大规模的考试,提高教学考核方式的灵活性。</p>
|
|
|
|
- </div>
|
|
|
|
- </li>
|
|
|
|
- </ul>
|
|
|
|
- <!-- 手机轮播 -->
|
|
|
|
- <div class="experience-swiper-box mta-hidden-sm">
|
|
|
|
- <div v-swiper:mySwiperCj="swiperOptionCj" class="swiper-container">
|
|
|
|
- <ul class="swiper-wrapper">
|
|
|
|
- <li class="swiper-slide">
|
|
|
|
- <div class="experience-content-box scenarios-gwks-box">
|
|
|
|
- <i class="product-function-icon1"></i><h5>岗位考试</h5>
|
|
|
|
- <p>无论传统的培训还是新型的在线培训,企业都需要利用考核来进行培训效果评估,可以实现人才岗位胜任力测评、按需培训、绩效考核等功能,为领导者对员工素质进行评价和分析提供有力的数据支持。</p>
|
|
|
|
- </div>
|
|
|
|
- </li>
|
|
|
|
- <li class="swiper-slide">
|
|
|
|
- <div class="experience-content-box scenarios-dxjs-box">
|
|
|
|
- <i class="product-function-icon2"></i><h5>大型竞赛</h5>
|
|
|
|
- <p>多种组卷、考试模式,可以覆盖大多数竞赛场景,报名注册只需简单一步就搞定,无中间流程,企业还可自由定制证书,合格后进行发放,降低使用成本,规范、快捷、高效,万人同考无压力。</p>
|
|
|
|
- </div>
|
|
|
|
- </li>
|
|
|
|
- <li class="swiper-slide">
|
|
|
|
- <div class="experience-content-box scenarios-zgks-box">
|
|
|
|
- <i class="product-function-icon3"></i><h5>资格考试</h5>
|
|
|
|
- <p>不限次发布考试,特殊题型可使用拍照上传功能,考生后台记录历史成绩,通过考试分析及时了解考生知识掌握情况,在线考试能突破时间空间限制,有利于组织大规模的考试,提高教学考核方式的灵活性。</p>
|
|
|
|
- </div>
|
|
|
|
- </li>
|
|
|
|
- </ul>
|
|
|
|
- <div class="swiper-pagination swiper-pagination-style"></div>
|
|
|
|
- <p class="experience-swiper-tip">←左右滑动查看更多→</p>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <a rel="nofollow" class="free-trial-default-btn" @click="FreeTrial">免费试用</a>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
-
|
|
|
|
- <!-- 新闻资讯 -->
|
|
|
|
- <div class="platform-news-information mta-hidden-xs">
|
|
|
|
- <div class="client-container">
|
|
|
|
- <h4 class="client-title">新闻资讯</h4>
|
|
|
|
- <ul>
|
|
|
|
- <li style="font-size: 16px" v-for="(item, index) in topCarousels">
|
|
|
|
- <div>
|
|
|
|
- <img :src="item.pic" alt="新闻资讯" />
|
|
|
|
- <h4 @click="checkInfo(item)">{{ item.title }}</h4>
|
|
|
|
- <span>发布时间:{{item.yyyy }}-{{ item.mmdd }}</span>
|
|
|
|
- <p>{{ item.intro }}</p>
|
|
|
|
- </div>
|
|
|
|
- </li>
|
|
|
|
- </ul>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
</div>
|
|
</div>
|
|
- <!-- 系统维护-->
|
|
|
|
- <el-dialog :close-on-click-modal="false" :visible.sync="systemMaintainDl" class="system-maintain-dialog"></el-dialog>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -300,84 +156,22 @@
|
|
// 设置选中菜单
|
|
// 设置选中菜单
|
|
store.commit('setActiveNav', '/examsystem');
|
|
store.commit('setActiveNav', '/examsystem');
|
|
|
|
|
|
- let [res1, res2] = await Promise.all([
|
|
|
|
|
|
+ let [res1] = await Promise.all([
|
|
await $axios.$post(`/home/banner/list`, { 'code': 2 }).then(res => {
|
|
await $axios.$post(`/home/banner/list`, { 'code': 2 }).then(res => {
|
|
return res;
|
|
return res;
|
|
}),
|
|
}),
|
|
- await $axios.$post(`/home/news/carousel`, { 'newsClassifyId': 0,'keyword':'考试' }).then(res => {
|
|
|
|
- return res;
|
|
|
|
- })
|
|
|
|
]);
|
|
]);
|
|
- console.log(res2.data.data);
|
|
|
|
return {
|
|
return {
|
|
bannerList: res1.data.data||[],
|
|
bannerList: res1.data.data||[],
|
|
- topCarousels: res2.data.data||[],
|
|
|
|
-
|
|
|
|
};
|
|
};
|
|
|
|
|
|
},
|
|
},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
- SystemWidthFlag:false,// 判断是否是手机端,默认为false,默认为PC端
|
|
|
|
advantagesImg1: require(`~/static/images/client/exam/product-advantages-img1.png`),
|
|
advantagesImg1: require(`~/static/images/client/exam/product-advantages-img1.png`),
|
|
advantagesImg2: require(`~/static/images/client/exam/product-advantages-img2.png`),
|
|
advantagesImg2: require(`~/static/images/client/exam/product-advantages-img2.png`),
|
|
advantagesImg3: require(`~/static/images/client/exam/product-advantages-img3.png`),
|
|
advantagesImg3: require(`~/static/images/client/exam/product-advantages-img3.png`),
|
|
advantagesImg4: require(`~/static/images/client/exam/product-advantages-img4.png`),
|
|
advantagesImg4: require(`~/static/images/client/exam/product-advantages-img4.png`),
|
|
- youkeFlag:false,// 控制游客系统是否维护中
|
|
|
|
- systemMaintainDl:false,// 系统维护弹窗
|
|
|
|
- swiperData: [
|
|
|
|
- { imgUrl: require(`~/static/images/client/index/index-products-kaoshi.png`)},
|
|
|
|
- { imgUrl: require(`~/static/images/client/index/index-products-peixun.png`) },
|
|
|
|
- { imgUrl: require(`~/static/images/client/index/index-products-kejian.png`) },
|
|
|
|
- ],
|
|
|
|
- swiperOption: {
|
|
|
|
- pagination: {
|
|
|
|
- el: '.swiper-pagination',
|
|
|
|
- bulletClass: 'my-bullet-swiper', // 自定义设置默认类名
|
|
|
|
- bulletActiveClass: 'my-bullet-active-swiper', // 自定义滑块活跃类名
|
|
|
|
- clickable: true, // 点击当前滑块切换到对应的轮播图片
|
|
|
|
- },
|
|
|
|
- autoplay: {
|
|
|
|
- delay: 5000,
|
|
|
|
- },
|
|
|
|
- paginationClickable: true,
|
|
|
|
- speed: 800,
|
|
|
|
- loop: true,
|
|
|
|
- observer: true,
|
|
|
|
- observeParents: true,
|
|
|
|
- },
|
|
|
|
- swiperOptionGn: {
|
|
|
|
- pagination: {
|
|
|
|
- el: '.swiper-pagination',
|
|
|
|
- bulletClass: 'my-bullet-swiper', // 自定义设置默认类名
|
|
|
|
- bulletActiveClass: 'my-bullet-active-swiper', // 自定义滑块活跃类名
|
|
|
|
- clickable: true, // 点击当前滑块切换到对应的轮播图片
|
|
|
|
- },
|
|
|
|
- autoplay: {
|
|
|
|
- delay: 5000,
|
|
|
|
- },
|
|
|
|
- paginationClickable: true,
|
|
|
|
- speed: 800,
|
|
|
|
- loop: true,
|
|
|
|
- observer: true,
|
|
|
|
- observeParents: true,
|
|
|
|
- },
|
|
|
|
- swiperOptionCj: {
|
|
|
|
- pagination: {
|
|
|
|
- el: '.swiper-pagination',
|
|
|
|
- bulletClass: 'my-bullet-swiper', // 自定义设置默认类名
|
|
|
|
- bulletActiveClass: 'my-bullet-active-swiper', // 自定义滑块活跃类名
|
|
|
|
- clickable: true, // 点击当前滑块切换到对应的轮播图片
|
|
|
|
- },
|
|
|
|
- autoplay: {
|
|
|
|
- delay: 5000,
|
|
|
|
- },
|
|
|
|
- paginationClickable: true,
|
|
|
|
- speed: 800,
|
|
|
|
- loop: true,
|
|
|
|
- observer: true,
|
|
|
|
- observeParents: true,
|
|
|
|
- },
|
|
|
|
};
|
|
};
|
|
},
|
|
},
|
|
head(){
|
|
head(){
|
|
@@ -397,100 +191,10 @@
|
|
},
|
|
},
|
|
computed: {},
|
|
computed: {},
|
|
methods: {
|
|
methods: {
|
|
- // 游客系统试用
|
|
|
|
- ykFreeTrial(){
|
|
|
|
- if(this.youkeFlag){
|
|
|
|
- // 没升级
|
|
|
|
- window.open('https://youkeksc.mtavip.com/kscmdist/#/youke')
|
|
|
|
- }else{
|
|
|
|
- // 升级中
|
|
|
|
- this.$message({customClass:'phone-message-box',type: 'warning',message: '系统升级中,请稍后再试...'});
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- // 免费试用
|
|
|
|
- FreeTrial(){
|
|
|
|
- this.getSystemWidth();
|
|
|
|
- // 没升级
|
|
|
|
- if(this.SystemWidthFlag){
|
|
|
|
- window.open('https://cdnks.mtavip.com/mdist/#/webRegister?flug=1')
|
|
|
|
- }else{
|
|
|
|
- window.open('https://cdnks.mtavip.com/a/register?flug=1')
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- // 判断是否为移动端
|
|
|
|
- getSystemWidth(){
|
|
|
|
- var browserWidth=document.documentElement.clientWidth;
|
|
|
|
- if(browserWidth <= 768){
|
|
|
|
- this.SystemWidthFlag = true;
|
|
|
|
- }else{
|
|
|
|
- this.SystemWidthFlag = false;
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
- // 考试体验按钮
|
|
|
|
- KsTyBtn(btnUrl){
|
|
|
|
- this.getSystemWidth();
|
|
|
|
- if(this.youkeFlag) {
|
|
|
|
- if(this.SystemWidthFlag){
|
|
|
|
- this.$router.push({ name: 'copyUrl', query: { url: btnUrl, } });
|
|
|
|
- }else {
|
|
|
|
- window.open(btnUrl);
|
|
|
|
- }
|
|
|
|
- }else{
|
|
|
|
- if(this.SystemWidthFlag){
|
|
|
|
- // 升级中
|
|
|
|
- this.$message({customClass:'phone-message-box',type: 'warning',message: '系统升级中,请稍后再试...'});
|
|
|
|
- }else{
|
|
|
|
- this.systemMaintainDl = true;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
-
|
|
|
|
- // describe: 查看日志 author: Wgy date:6/8/21
|
|
|
|
-
|
|
|
|
- goCheckLog(){
|
|
|
|
- this.$router.push({ name: 'checkLogKaoshi' });
|
|
|
|
- },
|
|
|
|
- // 鼠标移入
|
|
|
|
- enterCode(){
|
|
|
|
- if(this.youkeFlag){
|
|
|
|
- this.$refs.codeBtn.style.bottom ='90px';
|
|
|
|
- }else{
|
|
|
|
- this.$refs.codeBtn.style.bottom ='0';
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
-
|
|
|
|
- // 鼠标移出
|
|
|
|
- leaveCode(){
|
|
|
|
- this.$refs.codeBtn.style.bottom ='305px';
|
|
|
|
- },
|
|
|
|
-
|
|
|
|
- clickBanner(data){
|
|
|
|
- if(data){
|
|
|
|
- window.open(data)
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- },
|
|
|
|
-
|
|
|
|
- checkInfo(data) {
|
|
|
|
- const opt = {
|
|
|
|
- id: data.code,
|
|
|
|
- };
|
|
|
|
- this.$router.push({ name: 'news-id', params: opt });
|
|
|
|
- },
|
|
|
|
},
|
|
},
|
|
created() {
|
|
created() {
|
|
- // 页面初始化
|
|
|
|
- this.$axios.$post('/home/youke/stop').then(res=>{
|
|
|
|
- if (res.data === '1') {
|
|
|
|
- this.youkeFlag = false;
|
|
|
|
- }else{
|
|
|
|
- this.youkeFlag = true;
|
|
|
|
- }
|
|
|
|
- });
|
|
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
- this.getSystemWidth();
|
|
|
|
},
|
|
},
|
|
beforeDestroy() {
|
|
beforeDestroy() {
|
|
},
|
|
},
|