|
@@ -92,24 +92,6 @@
|
|
|
<div class="client-container">
|
|
|
<h4 class="client-title">满足不同行业学习需求</h4>
|
|
|
<el-tabs v-model="activeName" type="card" class="demand-box-tab">
|
|
|
- <!--<el-tab-pane label="考试系统" name="first">
|
|
|
- <ul class="demand-tab-list demand-kaoshi-list">
|
|
|
- <li :class="{'active':kaoshiClicked===index}" @click="tabSwitch(item,index)" v-for="(item,index) in kaoshiLiArray"><i></i><p>{{item}}</p></li>
|
|
|
- </ul>
|
|
|
- <div v-show="kaoshiClicked===index" class="demand-content-box" v-for="(item,index) in kaoshiDivArray" :key="index">
|
|
|
- <div class="content-top-box">
|
|
|
- <h5>行业详情</h5>
|
|
|
- <p>{{item.demandText}}</p>
|
|
|
- <a :href="item.demandHref" class="fn-clear"><span>了解详情</span></a>
|
|
|
- </div>
|
|
|
- <div>
|
|
|
- <h5>客户案例</h5>
|
|
|
- <div v-for="item2 in item.demandLinkBox" class="demand-icon-box">
|
|
|
- <a><img :src="item2.img" alt="客户案例"><span>{{item2.demandName}}</span></a>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </el-tab-pane>-->
|
|
|
<el-tab-pane label="考试系统" name="first">
|
|
|
<ul class="demand-tab-list demand-kaoshi-list">
|
|
|
<li v-for="item in kaoshiLiArray">
|
|
@@ -535,6 +517,33 @@
|
|
|
|
|
|
|
|
|
},
|
|
|
+
|
|
|
+ head(){
|
|
|
+ return {
|
|
|
+ title: '在线考试系统_在线培训系统_在线答题系统_大连栋科软件工程有限公司',
|
|
|
+ meta: [
|
|
|
+ {
|
|
|
+ name: 'description',
|
|
|
+ content: '麦塔在线考试系统和在线培训系统是由大连栋科软件工程有限公司历经多年独立研发,有完全自主知识产权的在线考试系统、在线培训系统。麦塔在线答题系统、在线学习系统全面支持移动端,栋科10年教育软件开发经验,10大功能模块,365天实时跟踪服务。麦塔无纸化考试系统节省30%的考试成本,跨平台支持手机端考试、练习!'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: 'mobile-agent',
|
|
|
+ content: 'format=html5;url=https://m.mtavip.com'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ 'http-equiv': 'Cache-Control',
|
|
|
+ content: 'no-transform'
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ link:[
|
|
|
+ {
|
|
|
+ rel:'alternate',
|
|
|
+ media:'only screen and(max-width: 640px)',
|
|
|
+ href:'https://m.mtavip.com'
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
methods: {
|
|
|
|
|
|
|