提交 a0d5578d authored 作者: 王鹏飞's avatar 王鹏飞

chore: 隐藏下架的项目站入口

上级 61a0b195
...@@ -141,8 +141,8 @@ export default { ...@@ -141,8 +141,8 @@ export default {
{ label: '领航数字时代EMBA', value: '1026' }, { label: '领航数字时代EMBA', value: '1026' },
{ label: this.$t('aside.project1'), value: '1012' }, { label: this.$t('aside.project1'), value: '1012' },
{ label: this.$t('aside.project3'), value: '1008' }, { label: this.$t('aside.project3'), value: '1008' },
{ label: this.$t('aside.project9'), value: '1015' }, // { label: this.$t('aside.project9'), value: '1015' },
{ label: this.$t('aside.project4'), value: '1001' } // { label: this.$t('aside.project4'), value: '1001' }
] ]
} else { } else {
return [ return [
......
...@@ -330,11 +330,11 @@ export default { ...@@ -330,11 +330,11 @@ export default {
name: this.$t('menu.degreeChild.master'), name: this.$t('menu.degreeChild.master'),
isShow: false, isShow: false,
children: [ children: [
{ // {
name: this.$t('menu.degreeChild.masterChild.msf'), // name: this.$t('menu.degreeChild.masterChild.msf'),
path: 'https://kelley.ezijing.com', // path: 'https://kelley.ezijing.com',
pathType: 1 // pathType: 1
}, // },
{ {
name: this.$t('menu.degreeChild.masterChild.med'), name: this.$t('menu.degreeChild.masterChild.med'),
path: 'https://cu.ezijing.com', path: 'https://cu.ezijing.com',
...@@ -377,11 +377,11 @@ export default { ...@@ -377,11 +377,11 @@ export default {
path: 'https://shms.ezijing.com', path: 'https://shms.ezijing.com',
pathType: 1 pathType: 1
}, },
{ // {
name: this.$t('menu.degreeChild.mbaChild.caas'), // name: this.$t('menu.degreeChild.mbaChild.caas'),
path: 'https://caas.ezijing.com', // path: 'https://caas.ezijing.com',
pathType: 1 // pathType: 1
} // }
] ]
// }, // },
......
<template> <template>
<div <div
style="padding:100px 0 40px;background: url(https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/240531/lx-bg.png); background-size: cover;" style="
> padding: 100px 0 40px;
background: url(https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/240531/lx-bg.png);
background-size: cover;
">
<AppCard title="$t('home.abroad.title')" titleAlign="center" style="margin: 0 auto"> <AppCard title="$t('home.abroad.title')" titleAlign="center" style="margin: 0 auto">
<template #title> <template #title>
<nuxt-link to="/studyAbroad">{{ $t('home.abroad.title') }}</nuxt-link> <nuxt-link to="/studyAbroad">{{ $t('home.abroad.title') }}</nuxt-link>
...@@ -13,13 +16,15 @@ ...@@ -13,13 +16,15 @@
<div class="box-col__title" style="margin-top: 35px">{{ item.title }}</div> <div class="box-col__title" style="margin-top: 35px">{{ item.title }}</div>
<div class="box-l_list"> <div class="box-l_list">
<div class="box-l_item" v-for="cItem in item.children"> <div class="box-l_item" v-for="cItem in item.children">
<div class="box-item_title">{{ cItem.title }}</div> <a :href="cItem.href">
<img :src="cItem.img" class="box-item_logo" /> <div class="box-item_title">{{ cItem.title }}</div>
<div class="box-item_btns"> <img :src="cItem.img" class="box-item_logo" />
<a :href="btn.href" v-for="btn in cItem.btn" target="_blank"> <div class="box-item_btns">
<div class="box-item_btn" v-html="btn.name"></div> <a :href="btn.href" v-for="btn in cItem.btn" target="_blank">
</a> <div class="box-item_btn" v-html="btn.name"></div>
</div> </a>
</div>
</a>
</div> </div>
</div> </div>
</div> </div>
...@@ -28,11 +33,11 @@ ...@@ -28,11 +33,11 @@
<div class="box-red_title">非学历项目</div> <div class="box-red_title">非学历项目</div>
<div class="box-block" style="margin: 75px 0 30px"> <div class="box-block" style="margin: 75px 0 30px">
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/fxl-img1.png" /> <img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/fxl-img1.png" />
<div style="margin-left: 10px;" class="btn">交换生项目</div> <div style="margin-left: 10px" class="btn">交换生项目</div>
</div> </div>
<div class="box-block"> <div class="box-block">
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/fxl-img2.png" /> <img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/fxl-img2.png" />
<div style="margin-left: 10px;" class="btn">教师访学项目</div> <div style="margin-left: 10px" class="btn">教师访学项目</div>
</div> </div>
</div> </div>
</div> </div>
...@@ -67,6 +72,7 @@ export default { ...@@ -67,6 +72,7 @@ export default {
children: [ children: [
{ {
title: '雪城大学', title: '雪城大学',
href: 'https://syracuse-plus.ezijing.com/',
img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/918/m1.png', img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/918/m1.png',
btn: [ btn: [
{ name: '计算机工程硕士', href: 'https://syracuse-plus.ezijing.com/' }, { name: '计算机工程硕士', href: 'https://syracuse-plus.ezijing.com/' },
...@@ -76,16 +82,19 @@ export default { ...@@ -76,16 +82,19 @@ export default {
}, },
{ {
title: '斯蒂文斯理工学院', title: '斯蒂文斯理工学院',
href: 'https://sit-plus.ezijing.com/',
img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/918/m3.png', img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/918/m3.png',
btn: [{ name: '工程管理硕士', href: 'https://sit-plus.ezijing.com/' }] btn: [{ name: '工程管理硕士', href: 'https://sit-plus.ezijing.com/' }]
}, },
{ {
title: '纽约州立大学石溪分校', title: '纽约州立大学石溪分校',
href: 'https://sbu-plus.ezijing.com/',
img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/918/m2.png', img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/918/m2.png',
btn: [{ name: '金融学硕士', href: 'https://sbu-plus.ezijing.com/' }] btn: [{ name: '金融学硕士', href: 'https://sbu-plus.ezijing.com/' }]
}, },
{ {
title: '德保罗大学', title: '德保罗大学',
href: 'https://depaul-plus.ezijing.com/',
img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/918/m4.png', img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/918/m4.png',
btn: [ btn: [
{ name: '金融学硕士', href: 'https://depaul-plus.ezijing.com/' }, { name: '金融学硕士', href: 'https://depaul-plus.ezijing.com/' },
...@@ -93,16 +102,16 @@ export default { ...@@ -93,16 +102,16 @@ export default {
] ]
} }
] ]
// }, // },
// { // {
// title: '博士', // title: '博士',
// children: [ // children: [
// { // {
// title: '加州浸会大学', // title: '加州浸会大学',
// img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/918/d1.png', // img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/918/d1.png',
// btn: [{ name: '全日制<br />工商管理博士DBA', href: 'https://cbu-plus.ezijing.com/' }] // btn: [{ name: '全日制<br />工商管理博士DBA', href: 'https://cbu-plus.ezijing.com/' }]
// } // }
// ] // ]
} }
] ]
// abroadList: [ // abroadList: [
...@@ -181,7 +190,7 @@ export default { ...@@ -181,7 +190,7 @@ export default {
} }
&:hover { &:hover {
background-color: #aa1941; background-color: #aa1941;
.btn{ .btn {
color: #fff; color: #fff;
} }
} }
...@@ -228,7 +237,7 @@ export default { ...@@ -228,7 +237,7 @@ export default {
.box-item_title { .box-item_title {
color: #fff; color: #fff;
} }
.box-item_btn{ .box-item_btn {
color: #fff !important; color: #fff !important;
} }
} }
......
...@@ -37,11 +37,11 @@ export default { ...@@ -37,11 +37,11 @@ export default {
desc: this.$t('home.degree.med'), desc: this.$t('home.degree.med'),
href: 'https://cu.ezijing.com/' href: 'https://cu.ezijing.com/'
}, },
{ // {
img: 'https://webapp-pub.ezijing.com/www/pc/home/personal/master_msf.png', // img: 'https://webapp-pub.ezijing.com/www/pc/home/personal/master_msf.png',
desc: this.$t('home.degree.msf'), // desc: this.$t('home.degree.msf'),
href: 'https://kelley.ezijing.com/' // href: 'https://kelley.ezijing.com/'
}, // },
{ {
img: 'https://webapp-pub.ezijing.com/www/pc/home/personal/master_map.png', img: 'https://webapp-pub.ezijing.com/www/pc/home/personal/master_map.png',
desc: this.$t('home.degree.map'), desc: this.$t('home.degree.map'),
...@@ -67,11 +67,11 @@ export default { ...@@ -67,11 +67,11 @@ export default {
desc: this.$t('home.degree.international'), desc: this.$t('home.degree.international'),
href: 'https://shms.ezijing.com/' href: 'https://shms.ezijing.com/'
}, },
{ // {
img: 'https://webapp-pub.ezijing.com/www/pc/home/personal/mba3.png', // img: 'https://webapp-pub.ezijing.com/www/pc/home/personal/mba3.png',
desc: this.$t('home.degree.caas'), // desc: this.$t('home.degree.caas'),
href: 'https://caas.ezijing.com/' // href: 'https://caas.ezijing.com/'
} // }
] ]
}, },
// { // {
......
...@@ -81,8 +81,8 @@ export default { ...@@ -81,8 +81,8 @@ export default {
{ label: this.$t('aside.project6'), value: '1005' }, { label: this.$t('aside.project6'), value: '1005' },
{ label: this.$t('aside.project8'), value: '1021' }, { label: this.$t('aside.project8'), value: '1021' },
{ label: this.$t('aside.project3'), value: '1008' }, { label: this.$t('aside.project3'), value: '1008' },
{ label: this.$t('aside.project9'), value: '1015' }, // { label: this.$t('aside.project9'), value: '1015' },
{ label: this.$t('aside.project4'), value: '1001' }, // { label: this.$t('aside.project4'), value: '1001' },
// { label: '工商管理硕士保研项目', value: '1016' }, // { label: '工商管理硕士保研项目', value: '1016' },
// { label: '管理信息系统硕士保研项目', value: '9999' }, // { label: '管理信息系统硕士保研项目', value: '9999' },
{ label: this.$t('aside.project10'), value: '1018' }, { label: this.$t('aside.project10'), value: '1018' },
......
...@@ -193,12 +193,12 @@ export default { ...@@ -193,12 +193,12 @@ export default {
imgUrlEn: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/project_shms_en.png', imgUrlEn: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/project_shms_en.png',
href: 'https://shms.ezijing.com/' href: 'https://shms.ezijing.com/'
}, },
{ // {
project_id: '1015', // project_id: '1015',
imgUrl: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/project_caas.png', // imgUrl: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/project_caas.png',
imgUrlEn: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/project_caas_en.png', // imgUrlEn: 'https://webapp-pub.ezijing.com/www/pc/internationalDegree/project_caas_en.png',
href: 'https://caas.ezijing.com/' // href: 'https://caas.ezijing.com/'
} // }
], ],
// 常见问题 // 常见问题
qaList, qaList,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论