checkLog.vue 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <template>
  2. <!-- 教育行业-详情页 -->
  3. <div class="client-education-page">
  4. </div>
  5. </template>
  6. <script>
  7. export default {
  8. name: 'checkLog',
  9. layout: 'templateB',
  10. data() {
  11. return {
  12. // 发展现状img
  13. developImg: require(`~/static/images/client/industrydetails/education-develop-img.png`),
  14. // 我们的系统为您改变了什么 img
  15. changeImg: require(`~/static/images/client/industrydetails/education-change-img.png`),
  16. };
  17. },
  18. head() {
  19. return {
  20. title: '教育学校考试系统_培训学校考试系统_中小学考试系统',
  21. meta: [
  22. {
  23. description: '教培行业存在的教师教学水平参差不齐,教学质量难以提升等问题,现在都可以通过选择一套合理化的方案来得到解决,麦塔不仅是考试出题软件,还是在线教学考试系统,非常适合培训机构前期营销获客以及后期模拟考试的场景。',
  24. keywords: '教育学校考核系统,培训学校考核系统,中小学考核系统',
  25. },
  26. ],
  27. };
  28. },
  29. methods: {},
  30. };
  31. </script>
  32. <style scoped>
  33. </style>