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