提交 2454a177 authored 作者: matian's avatar matian

修改tab和留学中心

上级 8cb38856
...@@ -40,14 +40,12 @@ ...@@ -40,14 +40,12 @@
<div :class="getNameActive(item)"> <div :class="getNameActive(item)">
<template v-if="!item.path"> <template v-if="!item.path">
<template v-if="item.click"> <template v-if="item.click">
<span @click="showEnroll">{{ item.name }}</span> <span @click="showEnroll" v-html="item.name"></span>
</template>
<template v-else>
{{ item.name }}
</template> </template>
<template v-else v-html="item.name"> </template>
</template> </template>
<template v-else> <template v-else>
<nuxt-link :to="item.path">{{ item.name }}</nuxt-link> <nuxt-link :to="item.path"> <div v-html="item.name"></div></nuxt-link>
</template> </template>
</div> </div>
<div class="child-item" v-if="item.childern"> <div class="child-item" v-if="item.childern">
...@@ -344,59 +342,27 @@ export default { ...@@ -344,59 +342,27 @@ export default {
path: '/studyAbroad', path: '/studyAbroad',
childern: [ childern: [
{ {
name: '斯蒂文斯理工MEM硕士1+1', name: '斯蒂文斯理工学院工程管理硕士1+1',
path: 'https://sit-plus.ezijing.com/', path: 'https://sit-plus.ezijing.com/',
pathType: 1 pathType: 1
}, },
{ {
name: '玛丽伍德大学硕士1+1<br />专业1:工商管理<br/>专业2:管理信息系统', name:
path: 'https://marywood-plus.ezijing.com/', '玛丽伍德大学国际硕士1+1<br /><span style="font-size:14px;color: #424242;font-weight:300">(工商管理/管理信息系统)</span>',
pathType: 1
},
{
name: '玛丽伍德MIS硕士1+1',
path: 'https://marywood-plus.ezijing.com/', path: 'https://marywood-plus.ezijing.com/',
pathType: 1 pathType: 1
}, },
{ {
name: '石溪大学金融硕士1+1', name: '纽约州立大学石溪分校金融硕士1+1',
path: 'https://sbu-plus.ezijing.com/', path: 'https://sbu-plus.ezijing.com/',
pathType: 1 pathType: 1
}, },
{ {
name: '加州浸会工商管理博士', name: '加州浸会大学工商管理博士(DBA)',
path: 'https://cbu-plus.ezijing.com/', path: 'https://cbu-plus.ezijing.com/',
pathType: 1 pathType: 1
} }
// {
// name: '国际大一1+3(即将推出)',
// pathType: 3
// },
// {
// name: '工程管理硕士1+1',
// path: 'https://sit-plus.ezijing.com/',
// pathType: 1
// },
// {
// name: '工商管理硕士1+1',
// path: 'https://marywood-plus.ezijing.com/',
// pathType: 1
// },
// {
// name: '管理信息系统硕士1+1',
// path: 'https://marywood-plus.ezijing.com/',
// pathType: 1
// },
// {
// name: '金融学硕士1+1',
// path: 'https://sbu-plus.ezijing.com/',
// pathType: 1
// },
// {
// name: this.$t('menu.degreeChild.doctorChild.edd'),
// path: 'https://cbu-plus.ezijing.com',
// pathType: 1
// }
] ]
}, },
{ {
......
...@@ -109,31 +109,31 @@ export default { ...@@ -109,31 +109,31 @@ export default {
{ {
icon: 'https://webapp-pub.ezijing.com/www/pc/home/menu/icon_menu_gd_plus.png', icon: 'https://webapp-pub.ezijing.com/www/pc/home/menu/icon_menu_gd_plus.png',
iconActive: 'https://webapp-pub.ezijing.com/www/pc/home/menu/icon_menu_gd_plus_hover.png', iconActive: 'https://webapp-pub.ezijing.com/www/pc/home/menu/icon_menu_gd_plus_hover.png',
text: '斯蒂文斯理工MEM硕士<br/>1+1', text: '斯蒂文斯理工学院工程管理硕士<br/>1+1',
href: 'https://sit-plus.ezijing.com' href: 'https://sit-plus.ezijing.com'
}, },
{ {
icon: 'https://webapp-pub.ezijing.com/www/pc/home/menu/icon_menu_marywood_plus1.png', icon: 'https://webapp-pub.ezijing.com/www/pc/home/menu/icon_menu_marywood_plus1.png',
iconActive: 'https://webapp-pub.ezijing.com/www/pc/home/menu/icon_menu_marywood_plus1_hover.png', iconActive: 'https://webapp-pub.ezijing.com/www/pc/home/menu/icon_menu_marywood_plus1_hover.png',
text: '玛丽伍德MBA硕士<br/>1+1', text: '玛丽伍德大学工商管理硕士<br/>1+1',
href: 'https://marywood-plus.ezijing.com' href: 'https://marywood-plus.ezijing.com'
}, },
{ {
icon: 'https://webapp-pub.ezijing.com/www/pc/home/menu/icon_menu_marywood_plus2.png', icon: 'https://webapp-pub.ezijing.com/www/pc/home/menu/icon_menu_marywood_plus2.png',
iconActive: 'https://webapp-pub.ezijing.com/www/pc/home/menu/icon_menu_marywood_plus2_hover.png', iconActive: 'https://webapp-pub.ezijing.com/www/pc/home/menu/icon_menu_marywood_plus2_hover.png',
text: '玛丽伍德MIS硕士<br/>1+1', text: '玛丽伍德大学管理信息系统硕士<br/>1+1',
href: 'https://marywood-plus.ezijing.com' href: 'https://marywood-plus.ezijing.com'
}, },
{ {
icon: 'https://webapp-pub.ezijing.com/www/pc/home/menu/icon_menu_sbu_plus.png', icon: 'https://webapp-pub.ezijing.com/www/pc/home/menu/icon_menu_sbu_plus.png',
iconActive: 'https://webapp-pub.ezijing.com/www/pc/home/menu/icon_menu_sbu_plus_hover.png', iconActive: 'https://webapp-pub.ezijing.com/www/pc/home/menu/icon_menu_sbu_plus_hover.png',
text: '石溪大学金融硕士<br/>1+1', text: '纽约州立大学石溪分校金融硕士<br/>1+1',
href: 'https://sbu-plus.ezijing.com' href: 'https://sbu-plus.ezijing.com'
}, },
{ {
icon: 'https://webapp-pub.ezijing.com/www/pc/home/menu/icon_menu_cbu_plus.png', icon: 'https://webapp-pub.ezijing.com/www/pc/home/menu/icon_menu_cbu_plus.png',
iconActive: 'https://webapp-pub.ezijing.com/www/pc/home/menu/icon_menu_cbu_plus_hover.png', iconActive: 'https://webapp-pub.ezijing.com/www/pc/home/menu/icon_menu_cbu_plus_hover.png',
text: '加州浸会工商管理博士', text: '加州浸会工商管理博士<br/>(MBA)',
href: 'https://cbu-plus.ezijing.com' href: 'https://cbu-plus.ezijing.com'
} }
...@@ -220,7 +220,7 @@ export default { ...@@ -220,7 +220,7 @@ export default {
.menu-card-nav { .menu-card-nav {
display: flex; display: flex;
li { li {
width: 156px; width: 200px;
height: 186px; height: 186px;
background: #ffffff; background: #ffffff;
padding-top: 36px; padding-top: 36px;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论