index.vue 25 KB

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