index.vue 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702
  1. <template>
  2. <div class="client-index-page">
  3. <div style="display: none">
  4. <a :href="`${baseUrl}/dalianmaita/pcsitemap.xml`"></a>
  5. </div>
  6. <!-- 首页banner栏 -->
  7. <div class="client-banner-box">
  8. <el-carousel trigger="click">
  9. <el-carousel-item v-for="(item,index) in bannerList" :key="index">
  10. <div @click="clickBanner(item)" :style="{backgroundImage: 'url(' + item.pic + ')'}"
  11. class="index-carousel-box"></div>
  12. </el-carousel-item>
  13. </el-carousel>
  14. </div>
  15. <!-- 发展历程-移动端隐藏-->
  16. <div class="client-company-history mta-hidden-xs">
  17. <div class="client-container">
  18. <ul>
  19. <li><img src="#">
  20. <div><p>在线考试系统</p><h4>让考试变得更轻松</h4></div>
  21. </li>
  22. <li><img src="#">
  23. <div><p>在线培训系统</p><h4>为企业解决培训痛点</h4></div>
  24. </li>
  25. <li><img src="#">
  26. <div><p>课程定制开发</p><h4>打造专业定制化服务</h4></div>
  27. </li>
  28. <li><img src="#">
  29. <div><p>通用课程资源</p><h4>企业构建自主课程体系</h4></div>
  30. </li>
  31. </ul>
  32. </div>
  33. </div>
  34. <!-- 产品和服务 -->
  35. <div class="client-products-services client-container">
  36. <h4 class="client-title">产品和服务</h4>
  37. <imgCardLv1 class="img-card" :option="item" v-for="(item,index) in productList" :key="index" :col-pc="3" :col-h5="2">
  38. <div class="btn-groups">
  39. <applyBtn class="apply-btn btn-item" v-if="item.shenqing" @active-pc="onApplyBtnActive" @active-h5="onApplyBtnActiveH5"/>
  40. <freeTrialBtn class="free-train-btn btn-item" v-if="item.mianfei" :myType="item.myType"/>
  41. <onlineInformationBtn class="online-information-btn btn-item" v-if="item.zixun"/>
  42. </div>
  43. </imgCardLv1>
  44. </div>
  45. <!-- 超过10万家客户的信任之选 -->
  46. <div class="client-customer-box">
  47. <div class="client-container">
  48. <h4 class="client-title">他们都在用</h4>
  49. <ul class="customer-img-box">
  50. <li><img :src="customerImg1" alt="中国人民银行"/></li>
  51. <li><img :src="customerImg2" alt="汇丰"/></li>
  52. <li><img :src="customerImg3" alt="中国银行"/></li>
  53. <li><img :src="customerImg4" alt="中信银行"/></li>
  54. <li><img :src="customerImg5" alt="中国民生银行"/></li>
  55. <li><img :src="customerImg6" alt="astellas"/></li>
  56. <li><img :src="customerImg7" alt="今日头条"/></li>
  57. <li><img :src="customerImg8" alt="华图教育"/></li>
  58. <li><img :src="customerImg9" alt="步步高"/></li>
  59. <li><img :src="customerImg10" alt="小天才"/></li>
  60. <li><img :src="customerImg11" alt="华发股份"/></li>
  61. <li><img :src="customerImg12" alt="上海航空"/></li>
  62. <li><img :src="customerImg13" alt="中国国际航空公司"/></li>
  63. <li><img :src="customerImg14" alt="中国东方航空"/></li>
  64. <li><img :src="customerImg15" alt="深圳航空"/></li>
  65. <li><img :src="customerImg16" alt="中建八局"/></li>
  66. <li><img :src="customerImg17" alt="SANOFI"/></li>
  67. <li><img :src="customerImg18" alt="大连海事大学"/></li>
  68. <li><img :src="customerImg19" alt="南京银行"/></li>
  69. <li><img :src="customerImg20" alt="中国人民银行"/></li>
  70. </ul>
  71. </div>
  72. </div>
  73. <!-- 新闻资讯 -->
  74. <newsComp :newsData="topCarousels"></newsComp>
  75. <!-- 申请方案 -->
  76. <applicationDialog :visible.sync="telDl"></applicationDialog>
  77. </div>
  78. </template>
  79. <script>
  80. import {mapGetters} from 'vuex';
  81. import applyBtn from "~/components/common/applyBtn";
  82. import freeTrialBtn from "~/components/common/freeTrialBtn";
  83. import onlineInformationBtn from "~/components/common/onlineInformationBtn";
  84. import applicationDialog from "~/components/common/applicationDialog";
  85. import newsComp from "~/components/common/newsComp";
  86. import imgCardLv1 from "~/components/common/layout/imgDes/imgCardLv1";
  87. import {BannerImgs, classifys} from "~/defaultConfig"
  88. /**
  89. * @ 首页
  90. */
  91. export default {
  92. name: 'index',
  93. layout: 'templateA',
  94. watchQuery: true,
  95. async fetch({$axios, store, query}) {
  96. try {
  97. const {data} = await $axios.post('/home/links/list');
  98. store.commit('SetFooterYouQingLianJie', data.data.data);
  99. } catch (e) {
  100. }
  101. },
  102. async asyncData({$axios, store}) {
  103. let [res1, res2] = await Promise.all([
  104. await $axios.$post(`/home/news/carousel`, {newsClassifyId: classifys.shouye.classify}).then(res => {
  105. return res;
  106. }),
  107. await $axios.$post(`/home/banner/list`, {code: BannerImgs.shouye}).then(res => {
  108. return res;
  109. }),
  110. ]);
  111. return {
  112. topCarousels: res1.data.data || [],
  113. bannerList: res2.data.data || [],
  114. };
  115. },
  116. data() {
  117. return {
  118. productList: [
  119. {
  120. content: {
  121. title: '在线考试系统一建立无纸化考试通道',
  122. des: '深谙在线考试系统搭建精髓,全场景模拟考试环境,企业微信/钉钉等平台同步开发搭建,实现移动端,PC端同步考试,APP/小程序/云平台独立开发。',
  123. list: [
  124. {
  125. value: '试题批量导入',
  126. },
  127. {
  128. value: '多种题型支持',
  129. },
  130. {
  131. value: '随机组卷抽题',
  132. },
  133. {
  134. value: '考试时间设定',
  135. },
  136. {
  137. value: '360°防作弊监考',
  138. },
  139. {
  140. value: '自动阅卷判卷',
  141. },
  142. {
  143. value: '成绩统计查询',
  144. },
  145. {
  146. value: '证书颁发打印',
  147. },
  148. ],
  149. order: 2,
  150. },
  151. img: {
  152. url: require('~/static/codeImage/code-jingli.png'),
  153. order: 1,
  154. },
  155. mianfei: true,
  156. zixun: true,
  157. shenqing: false,
  158. myType: 'kaoshi'
  159. },
  160. {
  161. content: {
  162. title: '在线培训系统 一 3步帮您搭建企业专属培训系统',
  163. des: '专注企业员工提升解决方案,不止是简单的培训系统开发,1V1部署资讯与百人课程开发团队,帮您解决后顾之忧。',
  164. list: [
  165. {
  166. value: '在线直播教学',
  167. },
  168. {
  169. value: '课后直播回放',
  170. },
  171. {
  172. value: '阶段测评考试',
  173. },
  174. {
  175. value: '课堂互动交流',
  176. },
  177. {
  178. value: '视频课程教学',
  179. },
  180. {
  181. value: '课程设置管理',
  182. },
  183. {
  184. value: '课程结束考试',
  185. },
  186. {
  187. value: '学员统计分析',
  188. },
  189. ],
  190. order: 1,
  191. },
  192. img: {
  193. url: require('~/static/codeImage/code-jingli.png'),
  194. order: 2,
  195. },
  196. mianfei: true,
  197. zixun: true,
  198. shenqing: false,
  199. myType: 'peixun'
  200. },
  201. {
  202. content: {
  203. title: '课程定制开发一打造专业定制化服务',
  204. des: '百人制作团队,涉及900个行业,深入各大领域,专注课程开发9年,累积定制3万+小时课程',
  205. list: [
  206. {
  207. value: 'E-learning课程',
  208. },
  209. {
  210. value: '微课程制作',
  211. },
  212. {
  213. value: '宣传片制作',
  214. },
  215. {
  216. value: 'PPT定制',
  217. },
  218. {
  219. value: '情景动画开发',
  220. },
  221. {
  222. value: 'H5平面设计',
  223. },
  224. {
  225. value: '视频后期制作',
  226. },
  227. ],
  228. order: 2,
  229. },
  230. img: {
  231. url: require('~/static/codeImage/code-jingli.png'),
  232. order: 1,
  233. },
  234. mianfei: false,
  235. zixun: true,
  236. shenqing: true,
  237. myType: 'kecheng'
  238. },
  239. {
  240. content: {
  241. title: '通用课程资源一帮助企业构建自主课程体系',
  242. des: '基于岗位胜任力模型,青谷为企业搭建9大模块通用岗位培训方案,满足各个行业对培训课程资源的应用需求。',
  243. list: [
  244. {
  245. value: '职业素养',
  246. },
  247. {
  248. value: '领导能力',
  249. },
  250. {
  251. value: '人力资源',
  252. },
  253. {
  254. value: '市场营销',
  255. },
  256. {
  257. value: '行政管理',
  258. },
  259. {
  260. value: '财务管理',
  261. },
  262. {
  263. value: '客服服务',
  264. },
  265. {
  266. value: '产品运营',
  267. },
  268. {
  269. value: '生产采购',
  270. },
  271. ],
  272. order: 1,
  273. },
  274. img: {
  275. url: require('~/static/codeImage/code-jingli.png'),
  276. order: 2,
  277. },
  278. mianfei: false,
  279. zixun: true,
  280. shenqing: true,
  281. myType: 'kecheng'
  282. }
  283. ],
  284. SystemWidthFlag: false,// 判断是否是手机端,默认为false,默认为PC端
  285. topCarousels2: [],
  286. // 产品和服务
  287. productsImg1: require(`~/static/images/client/index/index-products-kaoshi.png`),
  288. productsImg2: require(`~/static/images/client/index/index-products-peixun.png`),
  289. productsImg3: require(`~/static/images/client/index/index-products-kejian.png`),
  290. // 您坚决选择我们的理由
  291. choseImg1: require(`~/static/images/client/index/index-chose-service-icon.png`),
  292. choseImg2: require(`~/static/images/client/index/index-chose-system-icon.png`),
  293. choseImg3: require(`~/static/images/client/index/index-chose-tech-icon.png`),
  294. choseImg4: require(`~/static/images/client/index/index-chose-operate-icon.png`),
  295. // 客户logo
  296. customerImg1: require(`~/static/images/client/index/index-customer-img1.png`),
  297. customerImg2: require(`~/static/images/client/index/index-customer-img2.png`),
  298. customerImg3: require(`~/static/images/client/index/index-customer-img3.png`),
  299. customerImg4: require(`~/static/images/client/index/index-customer-img4.png`),
  300. customerImg5: require(`~/static/images/client/index/index-customer-img5.png`),
  301. customerImg6: require(`~/static/images/client/index/index-customer-img6.png`),
  302. customerImg7: require(`~/static/images/client/index/index-customer-img7.png`),
  303. customerImg8: require(`~/static/images/client/index/index-customer-img8.png`),
  304. customerImg9: require(`~/static/images/client/index/index-customer-img9.png`),
  305. customerImg10: require(`~/static/images/client/index/index-customer-img10.png`),
  306. customerImg11: require(`~/static/images/client/index/index-customer-img11.png`),
  307. customerImg12: require(`~/static/images/client/index/index-customer-img12.png`),
  308. customerImg13: require(`~/static/images/client/index/index-customer-img13.png`),
  309. customerImg14: require(`~/static/images/client/index/index-customer-img14.png`),
  310. customerImg15: require(`~/static/images/client/index/index-customer-img15.png`),
  311. customerImg16: require(`~/static/images/client/index/index-customer-img16.png`),
  312. customerImg17: require(`~/static/images/client/index/index-customer-img17.png`),
  313. customerImg18: require(`~/static/images/client/index/index-customer-img18.png`),
  314. customerImg19: require(`~/static/images/client/index/index-customer-img19.png`),
  315. customerImg20: require(`~/static/images/client/index/index-customer-img20.png`),
  316. // 证书图片
  317. certImg3: require(`~/static/images/client/index/index-cert-img3.jpg`),
  318. certImg4: require(`~/static/images/client/index/index-cert-img4.jpg`),
  319. certImg6: require(`~/static/images/client/index/index-cert-img6.jpg`),
  320. certImg7: require(`~/static/images/client/index/index-cert-img7.jpg`),
  321. certImg8: require(`~/static/images/client/index/index-cert-img8.jpg`),
  322. activeIndex: '首页',
  323. activeName: 'first',// tab页签
  324. kaoshiLiArray: [
  325. {
  326. demandNumber: '01',
  327. demandTitle: '企事业单位',
  328. demandHref: 'government',
  329. demandText: '无论是企业单位还是事业单位,都少不了要进行胜任力考核、年度考核、党建考核、晋升考核等不同形式的考试。而传统的考核方式,在时间和金钱的耗费上成本都较高,不再适应现代的企业管理模式。',
  330. demandLinkBox: [
  331. {
  332. img: require(`~/static/images/client/index/index-demand-icon1-1.png`),
  333. href: 'government',
  334. },
  335. {
  336. img: require(`~/static/images/client/index/index-demand-icon1-2.png`),
  337. href: 'government',
  338. },
  339. ],
  340. },
  341. {
  342. demandNumber: '02',
  343. demandTitle: '信息产业',
  344. demandHref: 'information',
  345. demandText: '互联网经济在中国GDP中占比持续攀升,面对日益庞大和复杂的业务需求,也渐渐将业务重心向“盈利”为核心的网络游戏、网上交易、网络广告、网络教育、网络短信等产业转移,驱动互联网行业加速创新,推动中国互联网的发展与进步。',
  346. demandLinkBox: [
  347. {
  348. img: require(`~/static/images/client/index/index-demand-icon2-1.png`),
  349. href: 'information',
  350. },
  351. {
  352. img: require(`~/static/images/client/index/index-demand-icon2-2.png`),
  353. href: 'information',
  354. },
  355. ],
  356. },
  357. {
  358. demandNumber: '03',
  359. demandTitle: '能源化工',
  360. demandHref: 'energy',
  361. demandText: '“十三五”规划中明确指出:积极构建智慧能源系统,推进能源与信息等领域新技术深度融合。以互联网创新思维为依托,以先进的技术为手段,深度推进能源化工与互联网融合发展。我国能源化工企业在信息化改革势在必行。',
  362. demandLinkBox: [
  363. {
  364. img: require(`~/static/images/client/index/index-demand-icon3-1.png`),
  365. href: 'energy',
  366. },
  367. {
  368. img: require(`~/static/images/client/index/index-demand-icon3-3.png`),
  369. href: 'energy',
  370. },
  371. {
  372. img: require(`~/static/images/client/index/index-demand-icon3-4.png`),
  373. href: 'energy',
  374. },
  375. ],
  376. },
  377. {
  378. demandNumber: '04',
  379. demandTitle: '金融保险',
  380. demandHref: 'financial',
  381. demandText: '当今世界经济发展呈一体化趋势,顺应这一潮流中国进一步加大了对外开放的步伐,也就是说金融业是在竞争中壮大的,这样的竞争压力对于企业而言就要求有过硬的知识储备和优秀的职业技能,这些都需要考核来托底,用考核数据作为指导依据,帮助业务能力的提升。',
  382. demandLinkBox: [
  383. {
  384. img: require(`~/static/images/client/index/index-demand-icon4-1.png`),
  385. href: 'financial',
  386. },
  387. {
  388. img: require(`~/static/images/client/index/index-demand-icon4-2.png`),
  389. href: 'financial',
  390. },
  391. ],
  392. },
  393. {
  394. demandNumber: '05',
  395. demandTitle: '交通运输',
  396. demandHref: 'traffic',
  397. demandText: '交通运输行业是国民经济发展的基础,交通运输网络的完善和服务水平的提高,推动了经济运行的同时,科学技术的进步又能反向推动运输业的发展,每次技术革命和技术进步都对交通运输业的发展起到了推动作用。',
  398. demandLinkBox: [
  399. {
  400. img: require(`~/static/images/client/index/index-demand-icon5-1.png`),
  401. href: 'traffic',
  402. },
  403. {
  404. img: require(`~/static/images/client/index/index-demand-icon5-2.png`),
  405. href: 'traffic',
  406. },
  407. ],
  408. },
  409. {
  410. demandNumber: '06',
  411. demandTitle: '教育培训',
  412. demandHref: 'education',
  413. demandText: '教育培训机构教师的用工形式较为灵活,这也就导致教师的教学水平参差不齐,给人员管理上带来了一定的难度。为了提高教学质量,要定期对员工及教师进行培训及考试,优胜劣汰。麦塔学独特的教育教培训考试工具能有效帮助教育培训机构实现教师的资格审查,提升教学水平。',
  414. demandLinkBox: [
  415. {
  416. img: require(`~/static/images/client/index/index-demand-icon6-1.png`),
  417. href: 'education',
  418. },
  419. {
  420. img: require(`~/static/images/client/index/index-demand-icon6-2.png`),
  421. href: 'education',
  422. },
  423. {
  424. img: require(`~/static/images/client/index/index-demand-icon6-3.png`),
  425. href: 'education',
  426. },
  427. ],
  428. },
  429. ],
  430. peixunLiArray: [
  431. {
  432. demandNumber: '01',
  433. demandTitle: '食品餐饮',
  434. demandHref: 'restaurant',
  435. demandText: '经济的不断发展也让餐饮文化的传播越来越国际化和市场化,餐饮业在市场的扩张下,门店普遍较多,一线工作人员一般都随门店呈散点状分布在全国,甚至全球。但是由于培训成本较高,导致服务规范、操作流程、售后体系等方面都不能够统一,如何应对蓬勃发展的餐饮形势,是餐饮业所面临的问题。',
  436. demandLinkBox: [
  437. {
  438. img: require(`~/static/images/client/index/index-demand-icon7-1.png`),
  439. href: 'restaurant',
  440. },
  441. {
  442. img: require(`~/static/images/client/index/index-demand-icon7-2.png`),
  443. href: 'restaurant',
  444. },
  445. ],
  446. },
  447. {
  448. demandNumber: '02',
  449. demandTitle: '教育培训',
  450. demandHref: 'trainEducation',
  451. demandText: '教育培训机构教师的用工形式较为灵活,这也就导致教师的教学水平参差不齐,给人员管理上带来了一定的难度。为了提高教学质量,要定期对员工及教师进行培训及考试,优胜劣汰。麦塔学独特的教育教培训考试工具能有效帮助教育培训机构实现教师的资格审查,提升教学水平。',
  452. demandLinkBox: [
  453. {
  454. img: require(`~/static/images/client/index/index-demand-icon8-1.png`),
  455. href: 'trainEducation',
  456. },
  457. {
  458. img: require(`~/static/images/client/index/index-demand-icon8-2.png`),
  459. href: 'trainEducation',
  460. },
  461. ],
  462. },
  463. {
  464. demandNumber: '03',
  465. demandTitle: '医疗行业',
  466. demandHref: 'medical',
  467. demandText: '随着现代医学模式的转变和医疗需求的变化,医疗的知识面变得越来越宽泛,医务人员的素质、技术服务水平、设施环境条件、医疗费用高低、管理水平都被纳入了考核标准,这些考核标准在实务中都得到了综合的体现。',
  468. demandLinkBox: [
  469. {
  470. img: require(`~/static/images/client/index/index-demand-icon9-1.png`),
  471. href: 'medical',
  472. },
  473. {
  474. img: require(`~/static/images/client/index/index-demand-icon9-2.png`),
  475. href: 'medical',
  476. },
  477. ],
  478. },
  479. {
  480. demandNumber: '04',
  481. demandTitle: '企事业单位',
  482. demandHref: 'trainGovernment',
  483. demandText: '无论是企业单位还是事业单位,都少不了要进行胜任力考核、年度考核、党建考核、晋升考核等不同形式的考试。而传统的考核方式,在时间和金钱的耗费上成本都较高,不再适应现代的企业管理模式。',
  484. demandLinkBox: [
  485. {
  486. img: require(`~/static/images/client/index/index-demand-icon10-1.png`),
  487. href: 'trainGovernment',
  488. },
  489. {
  490. img: require(`~/static/images/client/index/index-demand-icon10-2.png`),
  491. href: 'trainGovernment',
  492. },
  493. ],
  494. },
  495. {
  496. demandNumber: '05',
  497. demandTitle: '能源化工',
  498. demandHref: 'trainEnergy',
  499. demandText: '“十三五”规划中明确指出:积极构建智慧能源系统,推进能源与信息等领域新技术深度融合。以互联网创新思维为依托,以先进的技术为手段,深度推进能源化工与互联网融合发展。我国能源化工企业在信息化改革势在必行。',
  500. demandLinkBox: [
  501. {
  502. img: require(`~/static/images/client/index/index-demand-icon11-1.png`),
  503. href: 'trainEnergy',
  504. },
  505. {
  506. img: require(`~/static/images/client/index/index-demand-icon11-2.png`),
  507. href: 'trainEnergy',
  508. },
  509. {
  510. img: require(`~/static/images/client/index/index-demand-icon11-3.png`),
  511. href: 'trainEnergy',
  512. },
  513. ],
  514. },
  515. {
  516. demandNumber: '06',
  517. demandTitle: '制造行业',
  518. demandHref: '#',
  519. demandText: '工业制造行业一般都是人才密集型企业,工作人员一部分具有分布广、分布散、岗位跨度大的特点,另一部分具有集中、体量大、学习能力参差不齐的特点。且由于行业特性,对“安全生产”尤为看重,急需考核学习来进行业务支撑。',
  520. demandLinkBox: [
  521. {
  522. img: require(`~/static/images/client/index/index-demand-icon12-1.png`),
  523. href: '#',
  524. },
  525. {
  526. img: require(`~/static/images/client/index/index-demand-icon12-2.png`),
  527. href: '#',
  528. },
  529. ],
  530. },
  531. ],
  532. btnTextDisabled: false,
  533. telDl: false,
  534. btnText: '获取验证码',
  535. countdown: 60, // 60秒倒计时
  536. sliderData: {},
  537. appKey: 'FFFF0N00000000007EC0',
  538. telChangeDate: {},
  539. telRules: {
  540. tel: [
  541. {trigger: 'blur', required: true, message: '请输入手机号'},
  542. ],
  543. verification: [
  544. {trigger: 'blur', required: true, message: '请输入验证码'},
  545. ],
  546. },
  547. };
  548. },
  549. components: {
  550. imgCardLv1,
  551. applyBtn,
  552. freeTrialBtn,
  553. onlineInformationBtn,
  554. applicationDialog,
  555. newsComp
  556. },
  557. head() {
  558. return {
  559. title: '在线考试系统_在线培训系统_组卷答题系统_考试软件',
  560. meta: [
  561. {
  562. name: 'description',
  563. content: '麦塔在线考试系统和在线培训系统拥有完全自主知识产权,专注于解决在线考试、在线培训难题,拥有防作弊系统,支持试题乱序、试题保护、人脸识别等参数设置;致力于高质量完成培训、考试任务,麦塔10余年专注打造多学习场景、安全稳定易用的在线考试系统、在线培训系统,能为企业节省30%的学习费用!'
  564. },
  565. {
  566. name: 'keywords',
  567. content: '考试系统,培训系统,答题系统,组卷系统,考试管理系统'
  568. },
  569. /* {
  570. name: 'mobile-agent',
  571. content: 'format=html5;url=https://m.mtavip.com'
  572. },*/
  573. {
  574. name: 'bytedance-verification-code',
  575. content: 'EoTQ4NuK4pxkCu7efFJH'
  576. },
  577. {
  578. 'http-equiv': 'Cache-Control',
  579. content: 'no-transform'
  580. },
  581. ],
  582. link: [
  583. /* {
  584. rel:'alternate',
  585. media:'only screen and(max-width: 640px)',
  586. href:'https://m.mtavip.com'
  587. },*/
  588. {
  589. rel: 'canonical',
  590. href: 'http://www.mtaclass.com/'
  591. }
  592. ]
  593. }
  594. },
  595. methods: {
  596. onApplyBtnActive() {
  597. this.telDl = true;
  598. },
  599. onApplyBtnActiveH5() {
  600. this.$router.push({name: 'CourseDevelopPhone', query: {redirectUrl: 'shouye',}});
  601. },
  602. clickBanner(data) {
  603. if (data.url) {
  604. window.open(data.url)
  605. }
  606. },
  607. // 免费试用
  608. FreeTrial(type) {
  609. var registerType = type;
  610. if (this.SystemWidthFlag) {
  611. if (registerType === 1) {
  612. window.open('https://cdnks.mtavip.com/mdist/#/webRegister?flug=1')
  613. } else {
  614. window.open('https://cdnks.mtavip.com/mdist/#/webRegister?flug=2')
  615. }
  616. } else {
  617. if (registerType === 1) {
  618. window.open('https://cdnks.mtavip.com/a/register?flug=1')
  619. } else {
  620. window.open('https://cdnks.mtavip.com/a/register?flug=2')
  621. }
  622. }
  623. },
  624. goExamPage() {
  625. this.$router.push({name: 'examsystem'});
  626. },
  627. goPeixunPage() {
  628. this.$router.push({name: 'trainsystem'});
  629. },
  630. goKechengPage() {
  631. this.$router.push({name: 'courseware'});
  632. },
  633. checkInfo(data) {
  634. const opt = {
  635. id: data.code,
  636. };
  637. this.$router.push({name: 'news-id', params: opt});
  638. },
  639. },
  640. computed: {
  641. baseUrl() {
  642. return this.getBaseUrl;
  643. },
  644. ...mapGetters(['getBaseUrl']),
  645. },
  646. };
  647. </script>
  648. <style lang="scss" scoped>
  649. .client-index-page {
  650. .apply-btn {
  651. margin-top: 14px;
  652. }
  653. .free-train-btn {
  654. margin-top: 14px;
  655. }
  656. .online-information-btn {
  657. margin-top: 14px;
  658. }
  659. .img-card {
  660. margin-bottom: 250px;
  661. .btn-groups {
  662. margin-top: 48px;
  663. .btn-item {
  664. margin-right: 20px;
  665. }
  666. }
  667. }
  668. }
  669. </style>