|
@@ -37,42 +37,17 @@
|
|
|
<div class="client-demand-box">
|
|
|
<div class="client-container">
|
|
|
<h4 class="client-title">满足不同行业学习需求</h4>
|
|
|
- <el-tabs v-model="activeName" type="card" class="demand-box-tab">
|
|
|
- <el-tab-pane label="考试系统" name="first">
|
|
|
- <ul class="demand-tab-list demand-kaoshi-list">
|
|
|
- <li v-for="item in kaoshiLiArray">
|
|
|
- <div class="demand-content-box">{{item.demandNumber}}</div>
|
|
|
- <a class="demand-onclick-btn mta-hidden-sm" @click="goDetailsPage(item.demandHref)"></a>
|
|
|
- <div class="demand-img-box"><i></i><h4>{{item.demandTitle}}</h4></div>
|
|
|
- <div class="demand-mask-box">
|
|
|
- <h4>{{item.demandTitle}}<a :href="`${baseUrl}/${item.demandHref}`"><span>了解详情</span><i></i></a></h4>
|
|
|
- <p>{{item.demandText}}</p>
|
|
|
- <div class="demand-icon-box">
|
|
|
- <a v-for="item2 in item.demandLinkBox" :href="`${baseUrl}/${item2.href}`"><img :src="item2.img" alt="客户案例"></a>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- <div rel="nofollow" class="free-trial-default-btn" @click="FreeTrial(1)">免费试用</div>
|
|
|
- </el-tab-pane>
|
|
|
- <el-tab-pane label="培训系统" name="second">
|
|
|
- <ul class="demand-tab-list demand-peixun-list">
|
|
|
- <li v-for="item in peixunLiArray">
|
|
|
- <div class="demand-content-box">{{item.demandNumber}}</div>
|
|
|
- <a class="demand-onclick-btn mta-hidden-sm" :href="`${baseUrl}/${item.demandHref}`"></a>
|
|
|
- <div class="demand-img-box"><i></i><h4>{{item.demandTitle}}</h4></div>
|
|
|
- <div class="demand-mask-box">
|
|
|
- <h4>{{item.demandTitle}}<a :href="`${baseUrl}/${item.demandHref}`"><span>了解详情</span><i></i></a></h4>
|
|
|
- <p>{{item.demandText}}</p>
|
|
|
- <div class="demand-icon-box">
|
|
|
- <a v-for="item2 in item.demandLinkBox" :href="`${baseUrl}/${item2.href}`"><img :src="item2.img" alt="客户案例"></a>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- <div rel="nofollow" class="free-trial-default-btn" @click="FreeTrial(2)">免费试用</div>
|
|
|
- </el-tab-pane>
|
|
|
- </el-tabs>
|
|
|
+ <ul class="demand-list-box">
|
|
|
+ <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 rel="nofollow" class="free-trial-default-btn" @click="FreeTrial(1)">免费试用</div>-->
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
@@ -376,215 +351,6 @@
|
|
|
certImg8: require(`~/static/images/client/index/index-cert-img8.jpg`),
|
|
|
activeIndex: '首页',
|
|
|
activeName: 'first',// tab页签
|
|
|
- kaoshiLiArray: [
|
|
|
- {
|
|
|
- demandNumber:'01',
|
|
|
- demandTitle:'企事业单位',
|
|
|
- demandHref: 'government',
|
|
|
- demandText: '无论是企业单位还是事业单位,每年都要举行年度考核、党建考核等各种不同形式的考试。而传统考试方式,从出题、组卷、印刷,到安排场地、试卷分发等,成本较高,不能完全适应现代企业管理模式。',
|
|
|
- demandLinkBox: [
|
|
|
- {
|
|
|
- img: require(`~/static/images/client/index/index-demand-icon1-1.png`),
|
|
|
- href: 'government',
|
|
|
- },
|
|
|
- {
|
|
|
- img: require(`~/static/images/client/index/index-demand-icon1-2.png`),
|
|
|
- href: 'government',
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
- {
|
|
|
- demandNumber:'02',
|
|
|
- demandTitle:'信息产业',
|
|
|
- demandHref: 'information',
|
|
|
- demandText: '近年来我国互联网继续保持增长态势,网络产业已经从过去的吸引眼球上逐渐转向以“盈利”为核心。如网络游戏、网上交易、网络广告、网络教育、网络短信等,新兴应用层出不穷,将推动产业融合发展和转型升级。',
|
|
|
- demandLinkBox: [
|
|
|
- {
|
|
|
- img: require(`~/static/images/client/index/index-demand-icon2-1.png`),
|
|
|
- href: 'information',
|
|
|
- },
|
|
|
- {
|
|
|
- img: require(`~/static/images/client/index/index-demand-icon2-2.png`),
|
|
|
- href: 'information',
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
- {
|
|
|
- demandNumber:'03',
|
|
|
- demandTitle:'能源化工',
|
|
|
- demandHref: 'energy',
|
|
|
- demandText: '信息化在社会的各行各业迅速发展,在石油、石化和煤炭等大型国有企业中要以信息化带动工业化、自动化,应用信息技术改造提升能源企业,加快企业信息化进程,提高信息技术应用水平。',
|
|
|
- demandLinkBox: [
|
|
|
- {
|
|
|
- img: require(`~/static/images/client/index/index-demand-icon3-1.png`),
|
|
|
- href: 'energy',
|
|
|
- },
|
|
|
- {
|
|
|
- img: require(`~/static/images/client/index/index-demand-icon3-3.png`),
|
|
|
- href: 'energy',
|
|
|
- },
|
|
|
- {
|
|
|
- img: require(`~/static/images/client/index/index-demand-icon3-4.png`),
|
|
|
- href: 'energy',
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
- {
|
|
|
- demandNumber:'04',
|
|
|
- demandTitle:'金融保险',
|
|
|
- demandHref: 'financial',
|
|
|
- demandText: '金融无处不在并已形成一个庞大体系,金融学涉及的范畴、分支和内容非常广,对员工的知识储备要求较高,相对的考核难度也较大。所以金融保险业更需要考核数据来作为依据,帮助提升业务能力。',
|
|
|
- demandLinkBox: [
|
|
|
- {
|
|
|
- img: require(`~/static/images/client/index/index-demand-icon4-1.png`),
|
|
|
- href: 'financial',
|
|
|
- },
|
|
|
- {
|
|
|
- img: require(`~/static/images/client/index/index-demand-icon4-2.png`),
|
|
|
- href: 'financial',
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
- {
|
|
|
- demandNumber:'05',
|
|
|
- demandTitle:'交通运输',
|
|
|
- demandHref: 'traffic',
|
|
|
- demandText: '由于交通行业以技术先行,企业越来越需要具有扎实的汽车运用技术、交通运输系统规划与管理、物流系统工程等方面专业知识,并能独立从事汽车运用与管理的复合型高级工程技术人才,人才的培养格外重要。',
|
|
|
- demandLinkBox: [
|
|
|
- {
|
|
|
- img: require(`~/static/images/client/index/index-demand-icon5-1.png`),
|
|
|
- href: 'traffic',
|
|
|
- },
|
|
|
- {
|
|
|
- img: require(`~/static/images/client/index/index-demand-icon5-2.png`),
|
|
|
- href: 'traffic',
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
- {
|
|
|
- demandNumber:'06',
|
|
|
- demandTitle:'教育培训',
|
|
|
- demandHref: 'education',
|
|
|
- demandText: '教培行业存在的教师教学水平参差不齐,教学质量难以提升等问题,麦塔不仅是考试出题软件,还是在线教学考试系统,非常适合培训机构前期营销获客以及后期模拟考试的场景。',
|
|
|
- demandLinkBox: [
|
|
|
- {
|
|
|
- img: require(`~/static/images/client/index/index-demand-icon6-1.png`),
|
|
|
- href: 'education',
|
|
|
- },
|
|
|
- {
|
|
|
- img: require(`~/static/images/client/index/index-demand-icon6-2.png`),
|
|
|
- href: 'education',
|
|
|
- },
|
|
|
- {
|
|
|
- img: require(`~/static/images/client/index/index-demand-icon6-3.png`),
|
|
|
- href: 'education',
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
- ],
|
|
|
- peixunLiArray: [
|
|
|
- {
|
|
|
- demandNumber:'01',
|
|
|
- demandTitle:'食品餐饮',
|
|
|
- demandHref: 'restaurant',
|
|
|
- demandText: '随着社会经济的不断发展,餐饮文化的传播将越来越国际化和市场化。如何应对蓬勃发展的餐饮形势,不仅只是餐饮企业所面对的问题,同时也是烹饪教育应该思考的问题。',
|
|
|
- demandLinkBox: [
|
|
|
- {
|
|
|
- img: require(`~/static/images/client/index/index-demand-icon7-1.png`),
|
|
|
- href: 'restaurant',
|
|
|
- },
|
|
|
- {
|
|
|
- img: require(`~/static/images/client/index/index-demand-icon7-2.png`),
|
|
|
- href: 'restaurant',
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
- {
|
|
|
- demandNumber:'02',
|
|
|
- demandTitle:'教育培训',
|
|
|
- demandHref: 'trainEducation',
|
|
|
- demandText: '教培行业存在的教师教学水平参差不齐,教学质量难以提升等问题,麦塔不仅是考试出题软件,还是在线教学考试系统,非常适合培训机构前期营销获客以及后期模拟考试的场景。',
|
|
|
- demandLinkBox: [
|
|
|
- {
|
|
|
- img: require(`~/static/images/client/index/index-demand-icon8-1.png`),
|
|
|
- href: 'trainEducation',
|
|
|
- },
|
|
|
- {
|
|
|
- img: require(`~/static/images/client/index/index-demand-icon8-2.png`),
|
|
|
- href: 'trainEducation',
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
- {
|
|
|
- demandNumber:'03',
|
|
|
- demandTitle:'医疗行业',
|
|
|
- demandHref: 'medical',
|
|
|
- demandText: '医学类考试种类繁多,全国各级医学教育机构,如医学院,卫校,护校的本科,研究生,大中专教育培训考试等,一些医学高等院校的附属医院同时还有本科,研究生在校生的教学考试工作等。',
|
|
|
- demandLinkBox: [
|
|
|
- {
|
|
|
- img: require(`~/static/images/client/index/index-demand-icon9-1.png`),
|
|
|
- href: 'medical',
|
|
|
- },
|
|
|
- {
|
|
|
- img: require(`~/static/images/client/index/index-demand-icon9-2.png`),
|
|
|
- href: 'medical',
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
- {
|
|
|
- demandNumber:'04',
|
|
|
- demandTitle:'企事业单位',
|
|
|
- demandHref: 'trainGovernment',
|
|
|
- demandText: '无论是企业单位还是事业单位,每年都要举行年度考核、党建考核等各种不同形式的考试。而传统考试方式,从出题、组卷、印刷,到安排场地、试卷分发等,成本较高,不能完全适应现代企业管理模式。',
|
|
|
- demandLinkBox: [
|
|
|
- {
|
|
|
- img: require(`~/static/images/client/index/index-demand-icon10-1.png`),
|
|
|
- href: 'trainGovernment',
|
|
|
- },
|
|
|
- {
|
|
|
- img: require(`~/static/images/client/index/index-demand-icon10-2.png`),
|
|
|
- href: 'trainGovernment',
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
- {
|
|
|
- demandNumber:'05',
|
|
|
- demandTitle:'能源化工',
|
|
|
- demandHref: 'trainEnergy',
|
|
|
- demandText: '信息化在社会的各行各业迅速发展,在石油、石化和煤炭等大型国有企业中要以信息化带动工业化、自动化,应用信息技术改造提升能源企业,加快企业信息化进程,提高信息技术应用水平。',
|
|
|
- demandLinkBox: [
|
|
|
- {
|
|
|
- img: require(`~/static/images/client/index/index-demand-icon11-1.png`),
|
|
|
- href: 'trainEnergy',
|
|
|
- },
|
|
|
- {
|
|
|
- img: require(`~/static/images/client/index/index-demand-icon11-2.png`),
|
|
|
- href: 'trainEnergy',
|
|
|
- },
|
|
|
- {
|
|
|
- img: require(`~/static/images/client/index/index-demand-icon11-3.png`),
|
|
|
- href: 'trainEnergy',
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
- {
|
|
|
- demandNumber:'06',
|
|
|
- demandTitle:'制造行业',
|
|
|
- demandHref: '#',
|
|
|
- demandText: '传统制造行业往往都是人才密集型企业,人力资源的人才培训压力巨大,传统的线下培训方式人员集中,人力、财力、精力消耗过大,全新的在线培训系统的出现,很好解决了辅助企业人才培养的多元化发展,使培训计划可追溯,培训效果可检验,培训结果可视化。',
|
|
|
- demandLinkBox: [
|
|
|
- {
|
|
|
- img: require(`~/static/images/client/index/index-demand-icon12-1.png`),
|
|
|
- href: '#',
|
|
|
- },
|
|
|
- {
|
|
|
- img: require(`~/static/images/client/index/index-demand-icon12-2.png`),
|
|
|
- href: '#',
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
- ],
|
|
|
-
|
|
|
btnTextDisabled: false,
|
|
|
telDl: false,
|
|
|
btnText: '获取验证码',
|