indexEducation.vue 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. <template>
  2. <div class="client-platform-page client-indexEducation-page">
  3. <!-- “1+X”教育 banner栏 -->
  4. <div class="client-platform-banner">
  5. <div :style="{backgroundImage: `url(${require(`~/static/images/client/indexEducation/index-education-banner.jpg`)})`}" class="client-platform-banner"></div>
  6. <!--<a rel="nofollow" class="free-trial-default-btn" href="https://cdnks.mtavip.com/a/register?flug=2" target="_blank">免费试用</a>-->
  7. <a rel="nofollow" class="client-default-Btn" href="https://cdnks.mtavip.com/a/register?flug=2" target="_blank" style="display:inline-block;">申请方案</a>
  8. <span rel="nofollow" class="client-default-white-Btn" @click="goIntroductionPage">联系我们</span>
  9. </div>
  10. <!-- “1+X”实施意义 -->
  11. <div class="platform-products-services">
  12. <h4 class="client-title">“1+X”实施意义</h4>
  13. <ul>
  14. <li>
  15. <div class="client-container">
  16. <div class="products-services-box">
  17. <img :src="curriculumResourcesImg1" alt="“1+X”实施意义" />
  18. <div class="products-services-content">
  19. <h5>“1+X”证书制度作为新时代职业教育领域的一项重大创新</h5>
  20. <i></i>
  21. <p>
  22. <span>1.深化职业教育改革,完善现代职业教育体系</span><br>
  23. <span>2.优化职业教育结构,健全国家职业教育制度</span><br>
  24. <span>3.创新人才培养和评价模式,提高人才培养质量</span><br>
  25. <span>4.对接国际职业标准,促进人才培养国际化</span><br>
  26. </p>
  27. <div>
  28. <a rel="nofollow" class="client-default-Btn" href="https://cdnks.mtavip.com/a/register?flug=2" target="_blank">申请方案</a>
  29. <span rel="nofollow" class="client-default-white-Btn" @click="goIntroductionPage">联系我们</span>
  30. </div>
  31. </div>
  32. </div>
  33. </div>
  34. </li>
  35. <li>
  36. <div class="client-container">
  37. <div class="products-services-box products-contrary-box">
  38. <h4 class="client-title">“1+X”培训平台</h4>
  39. <img :src="curriculumResourcesImg2" alt="“1+X”培训平台" />
  40. <div class="products-services-content">
  41. <p>麦塔为院校提供“1+X”培训平台,将职业技能实训融入到教学资源中,配套丰富的教学资源及精准的实训设施,为学生顺利取得“1+X”职业技能等级证书保驾护航。</p>
  42. <div>
  43. <a rel="nofollow" class="client-default-Btn" href="https://cdnks.mtavip.com/a/register?flug=2" target="_blank">申请方案</a>
  44. <span rel="nofollow" class="client-default-white-Btn" @click="goIntroductionPage">联系我们</span>
  45. </div>
  46. </div>
  47. </div>
  48. </div>
  49. </li>
  50. <li>
  51. <div class="client-container">
  52. <div class="products-services-box">
  53. <h4 class="client-title">职业教育痛点</h4>
  54. <img :src="curriculumResourcesImg3" alt="职业教育痛点" />
  55. <div class="products-services-content">
  56. <p>
  57. <span>院校技术人才培养机制欠缺</span><br>
  58. <span>课程设置以理论为主,教学方式单一</span><br>
  59. <span>缺乏针对职业考核要素的实训环境及考核模拟</span><br>
  60. </p>
  61. <div>
  62. <a rel="nofollow" class="client-default-Btn" href="https://cdnks.mtavip.com/a/register?flug=2" target="_blank">申请方案</a>
  63. <span rel="nofollow" class="client-default-white-Btn" @click="goIntroductionPage">联系我们</span>
  64. </div>
  65. </div>
  66. </div>
  67. </div>
  68. </li>
  69. <li style="margin-bottom: 80px">
  70. <div class="client-container">
  71. <div class="products-services-box products-contrary-box">
  72. <h4 class="client-title">麦塔解决方案</h4>
  73. <img :src="curriculumResourcesImg4" alt="麦塔解决方案" />
  74. <div class="products-services-content">
  75. <p>
  76. <span>提供为院校提供“1+X”培训平台,行业领域全面覆盖</span><br>
  77. <span>提供完整的人才培养解决方案,提供“教、学、训、研、测”一体化的教学实训体系</span><br>
  78. <span>行业内权威人才测评认证能力,提供一套体系化应用型人才测评系统,对测评人专业知识、专业技能、综合素质及内隐特质进行综合评价</span><br>
  79. <span>提供多维度的师资力量建设计划</span><br>
  80. </p>
  81. <div>
  82. <a rel="nofollow" class="client-default-Btn" href="https://cdnks.mtavip.com/a/register?flug=2" target="_blank">申请方案</a>
  83. <span rel="nofollow" class="client-default-white-Btn" @click="goIntroductionPage">联系我们</span>
  84. </div>
  85. </div>
  86. </div>
  87. </div>
  88. </li>
  89. </ul>
  90. </div>
  91. </div>
  92. </template>
  93. <script>
  94. export default {
  95. name: 'indexEducation',
  96. layout: 'templateB',
  97. async asyncData({ $axios,store }) {
  98. // 设置选中菜单
  99. store.commit('setActiveNav', '/indexEducation');
  100. let [res1, res2] = await Promise.all([
  101. await $axios.$post(`/home/banner/list`, { 'code': 3 }).then(res => {
  102. return res;
  103. }),
  104. await $axios.$post(`/home/news/carousel`, { 'newsClassifyId': 0,'keyword':'培训' }).then(res => {
  105. return res;
  106. })
  107. ]);
  108. return {
  109. bannerList: res1.data.data||[],
  110. topCarousels: res2.data.data||[],
  111. };
  112. },
  113. data() {
  114. return {
  115. curriculumResourcesImg1: require(`~/static/images/client/indexEducation/index-education-img1.png`),
  116. curriculumResourcesImg2: require(`~/static/images/client/indexEducation/index-education-img2.png`),
  117. curriculumResourcesImg3: require(`~/static/images/client/indexEducation/index-education-img3.png`),
  118. curriculumResourcesImg4: require(`~/static/images/client/indexEducation/index-education-img4.png`),
  119. };
  120. },
  121. head(){
  122. return {
  123. title: '1+X教育考试平台_1+X培训平台_1+X行业解决方案',
  124. meta: [
  125. {
  126. name: 'keywords',
  127. content: '1+X考试平台,1+X培训平台'
  128. },
  129. {
  130. name:'description',
  131. content:'麦塔为院校提供“1+X”培训平台,将职业技能实训融入到教学资源中,配套丰富的教学资源及精准的实训设施,为学生顺利取得“1+X”职业技能等级证书保驾护航。'
  132. }
  133. ],
  134. }
  135. },
  136. computed: {},
  137. methods: {
  138. goIntroductionPage(){
  139. this.$router.push({ name: 'introduction' });
  140. },
  141. checkInfo(data) {
  142. const opt = {
  143. id: data.code,
  144. };
  145. this.$router.push({ name: 'news-id', params: opt });
  146. },
  147. clickBanner(data){
  148. if(data){
  149. window.open(data)
  150. }
  151. },
  152. },
  153. created() {
  154. },
  155. mounted() {
  156. },
  157. beforeDestroy() {
  158. },
  159. };
  160. </script>
  161. <style>
  162. </style>