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

feat: 新增CAAS入口

上级 5e5762f2
...@@ -75,7 +75,8 @@ export default { ...@@ -75,7 +75,8 @@ export default {
children: [ children: [
{ name: this.$t('menu.degreeChild.mbaChild.mba'), href: 'https://marywood.ezijing.com' }, { name: this.$t('menu.degreeChild.mbaChild.mba'), href: 'https://marywood.ezijing.com' },
{ name: this.$t('menu.degreeChild.mbaChild.finance'), href: 'https://sofia.ezijing.com' }, { name: this.$t('menu.degreeChild.mbaChild.finance'), href: 'https://sofia.ezijing.com' },
{ name: this.$t('menu.degreeChild.mbaChild.internatidnal'), href: 'https://shms.ezijing.com' } { name: this.$t('menu.degreeChild.mbaChild.internatidnal'), href: 'https://shms.ezijing.com' },
{ name: this.$t('menu.degreeChild.mbaChild.caas'), href: 'https://caas.ezijing.com' }
] ]
}, },
{ {
......
...@@ -94,6 +94,12 @@ export default { ...@@ -94,6 +94,12 @@ export default {
iconActive: 'https://zws-imgs-pub.ezijing.com/static/public/29917e1f3d47ca9381b5e0c397e1f082.png', iconActive: 'https://zws-imgs-pub.ezijing.com/static/public/29917e1f3d47ca9381b5e0c397e1f082.png',
text: this.$t('home.degree.international'), text: this.$t('home.degree.international'),
href: 'https://shms.ezijing.com' href: 'https://shms.ezijing.com'
},
{
icon: 'https://webapp-pub.ezijing.com/www/pc/home_menu_mba_caas.png',
iconActive: 'https://webapp-pub.ezijing.com/www/pc/home_menu_mba_caas_hover.png',
text: this.$t('home.degree.caas'),
href: 'https://caas.ezijing.com'
} }
] ]
}, },
......
...@@ -44,7 +44,8 @@ export default { ...@@ -44,7 +44,8 @@ export default {
mbaChild: { mbaChild: {
mba: 'MBA', mba: 'MBA',
finance: 'MBA IN FINANCE', finance: 'MBA IN FINANCE',
internatidnal: 'MBA IN INTERNATIONAL' internatidnal: 'MBA IN INTERNATIONAL',
caas: 'CAAS MBA'
}, },
doctorChild: { doctorChild: {
dba: 'Doctor of Psychology DBA (coming soon)', dba: 'Doctor of Psychology DBA (coming soon)',
...@@ -71,7 +72,8 @@ export default { ...@@ -71,7 +72,8 @@ export default {
finance: 'MBA<br />IN FINANCE', finance: 'MBA<br />IN FINANCE',
international: 'MBA<br />IN INTERNATIONAL', international: 'MBA<br />IN INTERNATIONAL',
dba: 'Doctor of<br />Psychology DBA<br />(coming soon)', dba: 'Doctor of<br />Psychology DBA<br />(coming soon)',
edd: 'Doctor of Business<br />Administration EDD(coming soon)' edd: 'Doctor of Business<br />Administration EDD(coming soon)',
caas: 'CAAS MBA'
}, },
service: { service: {
x: '1+x', x: '1+x',
......
...@@ -44,7 +44,8 @@ export default { ...@@ -44,7 +44,8 @@ export default {
mbaChild: { mbaChild: {
mba: '数字领导力方向MBA', mba: '数字领导力方向MBA',
finance: '金融方向MBA', finance: '金融方向MBA',
internatidnal: '酒店和旅游方向MBA' internatidnal: '酒店和旅游方向MBA',
caas: '餐饮管理方向MBA'
}, },
doctorChild: { doctorChild: {
dba: '心理学博士DBA(即将推出)', dba: '心理学博士DBA(即将推出)',
...@@ -71,7 +72,8 @@ export default { ...@@ -71,7 +72,8 @@ export default {
finance: '金融方向MBA', finance: '金融方向MBA',
international: '酒店和旅游<br/>方向MBA', international: '酒店和旅游<br/>方向MBA',
dba: '心理学博士<br/>(即将推出)', dba: '心理学博士<br/>(即将推出)',
edd: '工商管理学博士<br/>(即将推出)' edd: '工商管理学博士<br/>(即将推出)',
caas: '餐饮管理方向MBA'
}, },
service: { service: {
x: '1+x', x: '1+x',
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论