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

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

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