Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
6aafd061
提交
6aafd061
authored
5月 15, 2021
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
45940ef6
显示空白字符变更
内嵌
并排
正在显示
18 个修改的文件
包含
221 行增加
和
236 行删除
+221
-236
Foot.vue
components/Foot.vue
+5
-5
Head.vue
components/Head.vue
+10
-1
Menu.vue
components/Menu.vue
+12
-3
commonProblem.vue
components/home/commonProblem.vue
+3
-3
projectFeatures.vue
components/home/projectFeatures.vue
+15
-15
schoolRanking.vue
components/home/schoolRanking.vue
+127
-82
nuxt.config.js
nuxt.config.js
+2
-2
course.vue
pages/about/course.vue
+12
-79
outstanding.vue
pages/alumni/outstanding.vue
+2
-2
index.vue
pages/alumni/sharing/index.vue
+1
-1
problem.vue
pages/apply/problem.vue
+4
-4
relevant.vue
pages/apply/relevant.vue
+9
-10
support.vue
pages/apply/support.vue
+2
-2
index.vue
pages/news/hot/index.vue
+1
-1
index.vue
pages/news/interview/index.vue
+1
-1
bg.vue
pages/project-intro/bg.vue
+6
-16
certificate.vue
pages/project-intro/certificate.vue
+4
-4
charac.vue
pages/project-intro/charac.vue
+5
-5
没有找到文件。
components/Foot.vue
浏览文件 @
6aafd061
...
@@ -14,13 +14,13 @@
...
@@ -14,13 +14,13 @@
</a>
</a>
</div>
</div>
<div>
<div>
<a
href=
"http://www.
pbcsf.tsinghua.edu.cn
"
target=
"_blank"
>
<a
href=
"http://www.
marywood.edu/business/graduate/zijing-marywood-mba.html
"
target=
"_blank"
>
印第安纳
大学
玛丽伍德
大学
</a>
</a>
</div>
</div>
<div>
<div>
<a
href=
"http
://www.pbcsf.tsinghua.edu.cn
"
target=
"_blank"
>
<a
href=
"http
s://www.msche.org/institution/0531/
"
target=
"_blank"
>
Kelley商学院
美国教育部
</a>
</a>
</div>
</div>
<div>
<div>
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
<div
class=
"center-content"
>
<div
class=
"center-content"
>
<div
class=
"address"
>
地
址:北京市海淀区中关村东路1号院清华科技园7号楼5层
</div>
<div
class=
"address"
>
地
址:北京市海淀区中关村东路1号院清华科技园7号楼5层
</div>
<div
class=
"phone"
>
联系电话:010-62793299
</div>
<div
class=
"phone"
>
联系电话:010-62793299
</div>
<div
class=
"mail"
>
邮
箱:
service
@ezijing.com
</div>
<div
class=
"mail"
>
邮
箱:
marywood
@ezijing.com
</div>
</div>
</div>
<div
class=
"right-content"
>
<div
class=
"right-content"
>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/734d8fd7b853b838e5e029049e2d9db3.png"
alt=
""
class=
"code"
>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/734d8fd7b853b838e5e029049e2d9db3.png"
alt=
""
class=
"code"
>
...
...
components/Head.vue
浏览文件 @
6aafd061
...
@@ -4,7 +4,10 @@
...
@@ -4,7 +4,10 @@
<div
class=
"head-top-content"
>
<div
class=
"head-top-content"
>
<div
class=
"max-width-content"
>
<div
class=
"max-width-content"
>
<app-link
:item=
"
{ path: '/' }">
<app-link
:item=
"
{ path: '/' }">
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/307f688850f8308a5c944bd129436fe0.png"
/>
<div
class=
"logo-box"
>
<img
src=
"http://zws-imgs-pub.oss-cn-beijing.aliyuncs.com/static/ezijing/logo/ezijing-logo.svg"
>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywood_logo.svg"
>
</div>
</app-link>
</app-link>
<div
class=
"user"
v-if=
"user.id"
>
<div
class=
"user"
v-if=
"user.id"
>
<span>
{{
user
.
realname
}}
</span
<span>
{{
user
.
realname
}}
</span
...
@@ -80,10 +83,16 @@ li {
...
@@ -80,10 +83,16 @@ li {
.max-width-content
{
.max-width-content
{
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
.logo-box
{
display
:
flex
;
img
{
img
{
height
:
55px
;
height
:
55px
;
cursor
:
pointer
;
cursor
:
pointer
;
display
:
block
;
display
:
block
;
&
:nth-child
(
2
)
{
margin-left
:
20px
;
}
}
}
}
.user
{
.user
{
margin-left
:
auto
;
margin-left
:
auto
;
...
...
components/Menu.vue
浏览文件 @
6aafd061
...
@@ -4,8 +4,8 @@
...
@@ -4,8 +4,8 @@
<li
:key=
"index"
>
<li
:key=
"index"
>
<div
:class=
"getNameActive(item)"
>
<div
:class=
"getNameActive(item)"
>
<template
v-if=
"!item.path"
>
<template
v-if=
"!item.path"
>
<template
v-if=
"item.
c
lick"
>
<template
v-if=
"item.
onC
lick"
>
<span
@
click=
"
showEnroll
"
>
{{
item
.
name
}}
</span>
<span
@
click=
"
item.onClick
"
>
{{
item
.
name
}}
</span>
</
template
>
</
template
>
<
template
v-else
>
<
template
v-else
>
{{
item
.
name
}}
{{
item
.
name
}}
...
@@ -46,6 +46,7 @@ export default {
...
@@ -46,6 +46,7 @@ export default {
name
:
'AppMenu'
,
name
:
'AppMenu'
,
components
:
{
AppLink
},
components
:
{
AppLink
},
data
()
{
data
()
{
const
_this
=
this
return
{
return
{
navData
:
[
navData
:
[
{
{
...
@@ -92,7 +93,12 @@ export default {
...
@@ -92,7 +93,12 @@ export default {
},
},
{
{
name
:
'报名申请'
,
name
:
'报名申请'
,
path
:
'/my'
onClick
()
{
!
_this
.
user
.
id
?
window
.
open
(
'https://login.ezijing.com/auth/login/index?redirect_uri=https://marywood.ezijing.com/my/account'
)
:
window
.
open
(
'https://marywood.ezijing.com/my/account'
)
}
// path: ''
}
}
],
],
time
:
null
time
:
null
...
@@ -126,6 +132,9 @@ export default {
...
@@ -126,6 +132,9 @@ export default {
}
}
},
},
computed
:
{
computed
:
{
user
()
{
return
this
.
$store
.
state
.
user
||
{}
},
getNameActive
()
{
getNameActive
()
{
return
item
=>
{
return
item
=>
{
const
currentPath
=
this
.
$route
.
path
const
currentPath
=
this
.
$route
.
path
...
...
components/home/commonProblem.vue
浏览文件 @
6aafd061
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<ul>
<ul>
<li>
<li>
<div
class=
"icon"
></div>
<div
class=
"icon"
></div>
<div
class=
"text"
>
Kelley商学院
毕业生颁发的学位证书与在美国颁发的证书有何不同?
</div>
<div
class=
"text"
>
本项目
毕业生颁发的学位证书与在美国颁发的证书有何不同?
</div>
</li>
</li>
<li>
<li>
<div
class=
"icon"
></div>
<div
class=
"icon"
></div>
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
<ul>
<ul>
<li>
<li>
<div
class=
"icon"
></div>
<div
class=
"icon"
></div>
<div
class=
"text"
>
如何申请
Kelley商学院金融学硕士
?
</div>
<div
class=
"text"
>
如何申请
紫荆-玛丽伍德工商管理硕士(MBA)学位项目
?
</div>
</li>
</li>
<li>
<li>
<div
class=
"icon"
></div>
<div
class=
"icon"
></div>
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
</li>
</li>
<li>
<li>
<div
class=
"icon"
></div>
<div
class=
"icon"
></div>
<div
class=
"text"
>
美国印第安纳大学Kelley商学院金融学硕士
的学费是多少?
</div>
<div
class=
"text"
>
玛丽伍德工商管理硕士(MBA)学位项目
的学费是多少?
</div>
</li>
</li>
<li>
<li>
<div
class=
"icon"
></div>
<div
class=
"icon"
></div>
...
...
components/home/projectFeatures.vue
浏览文件 @
6aafd061
...
@@ -32,29 +32,29 @@ export default {
...
@@ -32,29 +32,29 @@ export default {
},
},
data
:
[
data
:
[
{
{
icon
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
kelley/home-
icon1.png'
,
icon
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
marywood/mary_features_
icon1.png'
,
iconActive
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
kelley/home-icon-s1
.png'
,
iconActive
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
marywood/mary_features_icon1_a
.png'
,
text
:
'
全方位的金融职业<br />教育课程体系
'
,
path
:
''
,
pathType
:
0
text
:
'
百年历史美国名校
'
,
path
:
''
,
pathType
:
0
},
},
{
{
icon
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
kelley/home-
icon2.png'
,
icon
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
marywood/mary_features_
icon2.png'
,
iconActive
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
kelley/home-icon-s2
.png'
,
iconActive
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
marywood/mary_features_icon2_a
.png'
,
text
:
'
专业金融<br />在线教育品牌
'
,
path
:
''
,
pathType
:
0
text
:
'
高排名美国大学
'
,
path
:
''
,
pathType
:
0
},
},
{
{
icon
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
kelley/home-
icon3.png'
,
icon
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
marywood/mary_features_
icon3.png'
,
iconActive
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
kelley/home-icon-s3
.png'
,
iconActive
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
marywood/mary_features_icon3_a
.png'
,
text
:
'
科学成熟的<br />在线教育模式
'
,
path
:
''
,
pathType
:
0
text
:
'
ACBSP商学院认证
'
,
path
:
''
,
pathType
:
0
},
},
{
{
icon
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
kelley/home-
icon4.png'
,
icon
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
marywood/mary_features_
icon4.png'
,
iconActive
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
kelley/home-icon-s4
.png'
,
iconActive
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
marywood/mary_features_icon4_a
.png'
,
text
:
'
无需联考、快速入门<br />的学习体验
'
,
path
:
''
,
pathType
:
0
text
:
'
清北玛丽伍德等权威师资
'
,
path
:
''
,
pathType
:
0
},
},
{
{
icon
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
kelley/home-
icon5.png'
,
icon
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
marywood/mary_features_
icon5.png'
,
iconActive
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
kelley/home-icon-s5
.png'
,
iconActive
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
marywood/mary_features_icon5_a
.png'
,
text
:
'
聚焦中国实践和国际前沿<br />的最新
课程'
,
path
:
''
,
pathType
:
0
text
:
'
16个月精炼
课程'
,
path
:
''
,
pathType
:
0
}
}
]
]
}
}
...
...
components/home/schoolRanking.vue
浏览文件 @
6aafd061
<
template
>
<
template
>
<div
class=
"
ranking
-content-box"
>
<div
class=
"
info
-content-box"
>
<div
class=
"title"
>
<div
class=
"title"
>
<div
class=
"line"
></div>
<div
class=
"line"
></div>
<div
class=
"name"
>
学校排名
</div>
<div
class=
"name"
>
认证信息
</div>
<div
class=
"line"
></div>
<div
class=
"line"
></div>
</div>
</div>
<div
class=
"content-mian"
>
<ul
class=
"content-mian"
>
<div
class=
"li"
>
<li
v-for=
"(item, index) in data"
:key=
"index"
>
<div
class=
"li-tit"
>
印第安纳大学
</div>
<div
class=
"logo"
>
<div
class=
"item"
>
<img
:src=
"item.img"
class=
"img"
>
<div
class=
"tit"
><span>
No.
</span>
11
</div>
<div
class=
"p"
>
全球最佳研究生院排名
</div>
<div
class=
"p"
>
2018 《美国新闻与世界报道》
</div>
</div>
<div
class=
"item"
>
<div
class=
"tit"
><span>
No.
</span>
21
</div>
<div
class=
"p"
>
全美最佳商学院研究生综合排名
</div>
<div
class=
"p"
>
2018 《美国新闻与世界报道》
</div>
</div>
</div>
<div
class=
"li"
>
<div
class=
"li-tit"
>
KELLEY 商学院
</div>
<div
class=
"item"
>
<div
class=
"tit"
><span>
No.
</span>
21
</div>
<div
class=
"p"
>
总体排名
</div>
<div
class=
"p"
>
2018 《美国新闻与世界报道》
</div>
</div>
<div
class=
"item"
>
<div
class=
"tit"
><span>
No.
</span>
1
</div>
<div
class=
"p"
>
学生满意度排名
</div>
<div
class=
"p"
>
2016 《彭博商业周刊》
</div>
</div>
</div>
<div
class=
"li mar-t"
>
<div
class=
"li-tit"
>
KELLEY
<br
/>
在线金融硕士
</div>
<div
class=
"item"
>
<div
class=
"tit"
><span>
No.
</span>
11
</div>
<div
class=
"p"
>
全球最佳研究生院排名
</div>
<div
class=
"p"
>
2018 《美国新闻与世界报道》
</div>
</div>
<div
class=
"item"
>
<div
class=
"tit"
><span>
No.
</span>
21
</div>
<div
class=
"p"
>
全美最佳商学院研究生综合排名
</div>
<div
class=
"p"
>
2018 《美国新闻与世界报道》
</div>
</div>
</div>
</div>
</div>
<img
:src=
"item.text"
class=
"text"
>
</li>
</ul>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
export
default
{
export
default
{
name
:
'schoolRanking'
name
:
'schoolRanking'
,
data
()
{
return
{
data
:
[
{
img
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_info_i1.png'
,
text
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_info_t1.png'
},
{
img
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_info_i2.png'
,
text
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_info_t2.png'
},
{
img
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_info_i3.png'
,
text
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_info_t3.png'
},
{
img
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_info_i4.png'
,
text
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_info_t4.png'
},
{
img
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_info_i5.png'
,
text
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/mary_info_t5.png'
}
]
}
}
}
}
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.ranking-content-box
{
.info-content-box
{
margin-top
:
57px
;
padding-bottom
:
150px
;
margin-top
:
100px
;
width
:
100%
;
width
:
100%
;
height
:
680px
;
background
:
rgb
(
163
,
0
,
22
);
background
:
url(https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/home-ranking-bg.png)
center
;
background-size
:
cover
;
.title
{
.title
{
width
:
996px
;
width
:
996px
;
display
:
flex
;
display
:
flex
;
margin
:
0
auto
;
margin
:
0
auto
;
justify-content
:
space-between
;
justify-content
:
space-between
;
align-items
:
center
;
align-items
:
center
;
padding
:
1
08px
0
100
px
;
padding
:
1
18px
0
119
px
;
.line
{
.line
{
width
:
369px
;
width
:
369px
;
height
:
1px
;
height
:
1px
;
...
@@ -80,45 +72,98 @@ export default {
...
@@ -80,45 +72,98 @@ export default {
}
}
}
}
.content-mian
{
.content-mian
{
width
:
10
00
px
;
width
:
10
14
px
;
margin
:
0
auto
;
margin
:
0
auto
;
display
:
flex
;
display
:
flex
;
justify-content
:
space-between
;
li
{
.li
{
width
:
190px
;
width
:
250px
;
height
:
229px
;
&
.mar-t
{
background
:
#fff
;
transform
:
translateY
(
-35px
);
border-radius
:
20px
;
.li-tit
{
margin-left
:
16px
;
line-height
:
34px
;
&
:nth-child
(
1
)
{
transform
:
translateY
(
20px
);
margin-left
:
0
;
}
}
.li-tit
{
text-align
:
center
;
font-size
:
30px
;
line-height
:
100%
;
color
:
#fff
;
}
}
.item
{
&
:nth-child
(
1
)
{
.tit
{
.img
{
padding-top
:
46px
;
width
:
81px
;
font-size
:
48px
;
height
:
66px
;
line-height
:
100%
;
color
:
#FFFFFF
;
text-align
:
center
;
margin-bottom
:
15px
;
line-height
:
100%
;
span
{
font-size
:
24px
;
}
}
.text
{
width
:
148px
;
height
:
69px
;
}
}
.p
{
text-align
:
center
;
font-size
:
16px
;
line-height
:
100%
;
color
:
#FFFFFF
;
margin-bottom
:
11px
;
}
}
&
:nth-child
(
2
)
{
.img
{
width
:
152px
;
height
:
61px
;
}
.text
{
width
:
184px
;
height
:
69px
;
}
}
&
:nth-child
(
3
)
{
.img
{
width
:
79px
;
height
:
82px
;
}
.text
{
width
:
172px
;
height
:
65px
;
}
}
&
:nth-child
(
4
)
{
.img
{
width
:
72px
;
height
:
91px
;
}
.text
{
width
:
166px
;
height
:
69px
;
}
}
&
:nth-child
(
5
)
{
.img
{
width
:
84px
;
height
:
84px
;
}
.text
{
width
:
134px
;
height
:
67px
;
}
}
&
:nth-child
(
1
)
{
}
&
:nth-child
(
2
)
{
}
&
:nth-child
(
3
)
{
}
&
:nth-child
(
4
)
{
}
&
:nth-child
(
5
)
{
}
.logo
{
height
:
91px
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
padding-top
:
22px
;
margin-bottom
:
27px
;
.img
{
display
:
block
;
}
}
.text
{
display
:
block
;
margin
:
0
auto
;
}
}
}
}
}
}
...
...
nuxt.config.js
浏览文件 @
6aafd061
...
@@ -6,7 +6,7 @@ let config = {}
...
@@ -6,7 +6,7 @@ let config = {}
if
(
process
.
env
.
NODE_ENV
===
'production'
)
{
if
(
process
.
env
.
NODE_ENV
===
'production'
)
{
config
=
{
config
=
{
env
:
{
env
:
{
projectId
:
'10
01
'
,
projectId
:
'10
12
'
,
baseURL
:
'https://project-api.ezijing.com'
,
baseURL
:
'https://project-api.ezijing.com'
,
loginURL
:
'https://login.ezijing.com/auth'
loginURL
:
'https://login.ezijing.com/auth'
},
},
...
@@ -15,7 +15,7 @@ if (process.env.NODE_ENV === 'production') {
...
@@ -15,7 +15,7 @@ if (process.env.NODE_ENV === 'production') {
}
else
{
}
else
{
config
=
{
config
=
{
env
:
{
env
:
{
projectId
:
'10
01
'
,
projectId
:
'10
12
'
,
baseURL
:
'https://project-api.ezijing.com'
,
baseURL
:
'https://project-api.ezijing.com'
,
loginURL
:
'https://login.ezijing.com/auth'
loginURL
:
'https://login.ezijing.com/auth'
},
},
...
...
pages/about/course.vue
浏览文件 @
6aafd061
...
@@ -31,125 +31,58 @@ export default {
...
@@ -31,125 +31,58 @@ export default {
data
()
{
data
()
{
return
{
return
{
courseData
:
[
courseData
:
[
{
title
:
'先修课程'
,
item
:
[
{
name
:
'金融英语'
,
score
:
0
},
{
name
:
'管理经济学'
,
score
:
0
},
{
name
:
'会计基础与财务分析'
,
score
:
0
}
]
},
{
{
title
:
'必修课程'
,
title
:
'必修课程'
,
item
:
[
item
:
[
{
{
name
:
'
财务管理
'
,
name
:
'
Design Thinking For Managers (设计思维)
'
,
score
:
3
score
:
3
},
},
{
{
name
:
'
资产定价和证券估值
'
,
name
:
'
管理沟通
'
,
score
:
3
score
:
3
},
},
{
{
name
:
'
决策过程中的管理会计信息
'
,
name
:
'
营销管理
'
,
score
:
3
score
:
3
},
},
{
{
name
:
'
金融风险管理
'
,
name
:
'
Leadership in the Information Age (信息时代的领导力)
'
,
score
:
3
score
:
3
},
},
{
{
name
:
'
企业估值与投资
'
,
name
:
'
领导力组织行为
'
,
score
:
3
score
:
3
},
},
{
{
name
:
'
证券和投资分析
'
,
name
:
'
中国制度环境与商法
'
,
score
:
3
score
:
3
},
},
{
{
name
:
'
国际金融管理
'
,
name
:
'
Financial Planning and Management (财务规划与管理)
'
,
score
:
3
score
:
3
},
},
{
{
name
:
'
高级衍生品和固定收益模型
'
,
name
:
'
运营管理
'
,
score
:
3
score
:
3
},
},
{
{
name
:
'
金融市场策略
'
,
name
:
'
商业研究方法
'
,
score
:
3
score
:
3
},
},
{
{
name
:
'
行为金融学
'
,
name
:
'
Business Intelligence (商业智能)
'
,
score
:
1.5
score
:
1.5
},
},
{
{
name
:
'
国际货币体系
'
,
name
:
'
战略管理
'
,
score
:
1.5
score
:
1.5
},
},
{
{
name
:
'
毕业论文/毕业设计
'
,
name
:
'
管理信息系统
'
,
score
:
1.5
score
:
1.5
}
}
]
]
},
{
title
:
'选修课程'
,
item
:
[
{
name
:
'创业金融系列'
,
score
:
0
},
{
name
:
'财富管理系列'
,
score
:
0
},
{
name
:
'企业理财系列'
,
score
:
0
},
{
name
:
'互联网金融系列'
,
score
:
0
},
{
name
:
'ABS系列'
,
score
:
0
},
{
name
:
'利率市场化系列'
,
score
:
0
},
{
name
:
'转型与发展:金融科技系列等'
,
score
:
0
}
]
},
{
title
:
'美国访学'
,
item
:
[
{
name
:
'机器学习和商业应用'
,
score
:
1.5
},
{
name
:
'职业发展规划'
,
score
:
0
},
{
name
:
'毕业典礼'
,
score
:
0
}
]
}
}
],
],
frameParams
:
{
frameParams
:
{
...
...
pages/alumni/outstanding.vue
浏览文件 @
6aafd061
<
template
>
<
template
>
<div
class=
"outstanding"
>
<div
class=
"outstanding"
>
<app-frame
:data=
"frameParams"
>
<app-frame
:data=
"frameParams"
>
<div
class=
"alumni"
>
<div
class=
"alumni"
v-if=
"false"
>
<h5>
KELLEY商学院杰出校友
</h5>
<h5>
KELLEY商学院杰出校友
</h5>
<ul
class=
"card-list"
>
<ul
class=
"card-list"
>
<li
v-for=
"(item, index) in alumniList"
:key=
"index"
>
<li
v-for=
"(item, index) in alumniList"
:key=
"index"
>
...
@@ -133,7 +133,7 @@ export default {
...
@@ -133,7 +133,7 @@ export default {
}
}
],
],
frameParams
:
{
frameParams
:
{
banner
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
kelley/alumni-outstanding-banner.pn
g'
,
banner
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
marywood/alumni_banner.jp
g'
,
slider
:
[
slider
:
[
{
{
name
:
'杰出校友'
,
name
:
'杰出校友'
,
...
...
pages/alumni/sharing/index.vue
浏览文件 @
6aafd061
...
@@ -29,7 +29,7 @@ export default {
...
@@ -29,7 +29,7 @@ export default {
return
{
return
{
newsList
:
[],
newsList
:
[],
frameParams
:
{
frameParams
:
{
banner
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
kelley/alumni-sharing-banner.pn
g'
,
banner
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
marywood/alumni_banner.jp
g'
,
slider
:
[
slider
:
[
{
{
name
:
'杰出校友'
,
name
:
'杰出校友'
,
...
...
pages/apply/problem.vue
浏览文件 @
6aafd061
<
template
>
<
template
>
<div
class=
"problem-content-box"
>
<div
class=
"problem-content-box"
>
<app-frame
:data=
"frameParams"
>
<app-frame
:data=
"frameParams"
>
<div
class=
"content-box"
>
<div
class=
"content-box"
v-if=
"false"
>
<template
v-for=
"(item, index) in problemList"
>
<template
v-for=
"(item, index) in problemList"
>
<div
class=
"problem-item-box"
:key=
"index"
>
<div
class=
"problem-item-box"
:key=
"index"
>
<div
class=
"title"
>
{{
item
.
title
}}
</div>
<div
class=
"title"
>
{{
item
.
title
}}
</div>
...
@@ -33,7 +33,7 @@ export default {
...
@@ -33,7 +33,7 @@ export default {
title
:
'申请和面试相关问题'
,
title
:
'申请和面试相关问题'
,
problem
:
[
problem
:
[
{
{
tit
:
'Q:如何申请美国印第安纳大学
Kelley商学院
金融学硕士?大概流程是什么?'
,
tit
:
'Q:如何申请美国印第安纳大学
本项目
金融学硕士?大概流程是什么?'
,
answer
:
'A: 请参考网页招生简章。'
answer
:
'A: 请参考网页招生简章。'
},
},
{
{
...
@@ -64,14 +64,14 @@ export default {
...
@@ -64,14 +64,14 @@ export default {
title
:
'费用相关问题'
,
title
:
'费用相关问题'
,
problem
:
[
problem
:
[
{
{
tit
:
'Q:美国印第安纳大学
Kelley商学院金融学硕士
项目学费是多少? 可以分期吗?'
,
tit
:
'Q:美国印第安纳大学
紫荆-玛丽伍德工商管理硕士(MBA)学位项目
项目学费是多少? 可以分期吗?'
,
answer
:
'A: 目前本项目的学费为24.98万元人民币,由学生在入学前向紫荆教育缴清(不可选择分期)。'
answer
:
'A: 目前本项目的学费为24.98万元人民币,由学生在入学前向紫荆教育缴清(不可选择分期)。'
}
}
]
]
}
}
],
],
frameParams
:
{
frameParams
:
{
banner
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
kelley/apply-banner3.pn
g'
,
banner
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
marywood/apply_banner.jp
g'
,
slider
:
[
slider
:
[
{
{
name
:
'有关申请'
,
name
:
'有关申请'
,
...
...
pages/apply/relevant.vue
浏览文件 @
6aafd061
...
@@ -3,17 +3,16 @@
...
@@ -3,17 +3,16 @@
<app-frame
:data=
"frameParams"
>
<app-frame
:data=
"frameParams"
>
<div
class=
"content-box"
>
<div
class=
"content-box"
>
<div
class=
"text-content"
>
<div
class=
"text-content"
>
<div
class=
"title"
>
申请条件
</div>
<
!--
<
div
class=
"title"
>
申请条件
</div>
<div
class=
"con-txt"
>
已获得本科或以上学位
<br
/>
有一定工作经验
<br
/>
托福79分/雅思6分以上
</div>
<div
class=
"con-txt"
>
已获得本科或以上学位
<br
/>
有一定工作经验
<br
/>
托福79分/雅思6分以上
</div>
-->
<div
class=
"title mar-t55"
>
招生对象
</div>
<div
class=
"title mar-t55"
>
招生对象
</div>
<div
class=
"con-txt"
>
<div
class=
"con-txt"
>
证劵、基金、银行、财富管理等相关行业人士
<br
/>
本科及以上学历学位
<br
/>
金融相关行业有丰富工作经验的专业人士
<br
/>
企业中高层管理人员
<br
/>
所从事的金融业务具有国际化需求的人士
<br
/>
大专学历(需满足5年管理经验且择优录取)
其他对本项目有兴趣并自身优异者
</div>
</div>
</div>
</div>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
kelley/apply-img
.png"
alt=
""
/>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
marywood/apply-img-x
.png"
alt=
""
/>
</div>
</div>
</app-frame>
</app-frame>
</div>
</div>
...
@@ -29,7 +28,7 @@ export default {
...
@@ -29,7 +28,7 @@ export default {
return
{
return
{
newsList
:
[],
newsList
:
[],
frameParams
:
{
frameParams
:
{
banner
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
kelley/apply-banner.pn
g'
,
banner
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
marywood/apply_banner.jp
g'
,
slider
:
[
slider
:
[
{
{
name
:
'有关申请'
,
name
:
'有关申请'
,
...
@@ -59,7 +58,7 @@ export default {
...
@@ -59,7 +58,7 @@ export default {
.content-box
{
.content-box
{
img
{
img
{
width
:
900px
;
width
:
900px
;
margin
:
58px
auto
0
;
margin
:
0
auto
;
display
:
block
;
display
:
block
;
}
}
padding-top
:
46px
;
padding-top
:
46px
;
...
@@ -79,7 +78,7 @@ export default {
...
@@ -79,7 +78,7 @@ export default {
font-size
:
16px
;
font-size
:
16px
;
line-height
:
34px
;
line-height
:
34px
;
color
:
#424242
;
color
:
#424242
;
margin-top
:
20px
;
//
margin-top: 20px;
}
}
}
}
}
}
...
...
pages/apply/support.vue
浏览文件 @
6aafd061
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<div
class=
"text-content"
>
<div
class=
"text-content"
>
<div
class=
"title"
>
学费
</div>
<div
class=
"title"
>
学费
</div>
<div
class=
"con-txt"
>
<div
class=
"con-txt"
>
本项目学费
24.98
万元,
<br
/>
本项目学费
6.9
万元,
<br
/>
由学生向清华控股旗下紫荆教育一次性缴纳。
由学生向清华控股旗下紫荆教育一次性缴纳。
</div>
</div>
<div
class=
"title mar-t55"
>
贷款
</div>
<div
class=
"title mar-t55"
>
贷款
</div>
...
@@ -30,7 +30,7 @@ export default {
...
@@ -30,7 +30,7 @@ export default {
return
{
return
{
newsList
:
[],
newsList
:
[],
frameParams
:
{
frameParams
:
{
banner
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
kelley/apply-banner2.pn
g'
,
banner
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
marywood/apply_banner.jp
g'
,
slider
:
[
slider
:
[
{
{
name
:
'有关申请'
,
name
:
'有关申请'
,
...
...
pages/news/hot/index.vue
浏览文件 @
6aafd061
...
@@ -29,7 +29,7 @@ export default {
...
@@ -29,7 +29,7 @@ export default {
return
{
return
{
newsList
:
[],
newsList
:
[],
frameParams
:
{
frameParams
:
{
banner
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
kelley/news-banner.pn
g'
,
banner
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
marywood/new_banner.jp
g'
,
slider
:
[
slider
:
[
{
{
name
:
'热点新闻'
,
name
:
'热点新闻'
,
...
...
pages/news/interview/index.vue
浏览文件 @
6aafd061
...
@@ -30,7 +30,7 @@ export default {
...
@@ -30,7 +30,7 @@ export default {
return
{
return
{
newsList
:
[],
newsList
:
[],
frameParams
:
{
frameParams
:
{
banner
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
kelley/news-banner2.pn
g'
,
banner
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
marywood/new_banner.jp
g'
,
slider
:
[
slider
:
[
{
{
name
:
'热点新闻'
,
name
:
'热点新闻'
,
...
...
pages/project-intro/bg.vue
浏览文件 @
6aafd061
...
@@ -46,16 +46,10 @@
...
@@ -46,16 +46,10 @@
</div>
</div>
<div
class=
"text"
>
<div
class=
"text"
>
<p>
<p>
印第安纳大学伯明顿分校是美国公立常春藤名校,成立于1820年,有近200年历史,是著名的研究型大学,拥有9位诺贝尔奖得主
。
美国玛丽伍德大学(Marywood University)创办于 1915 年,有超过100年的历史。学校位于斯克兰顿市,宾夕法尼亚州,占地115英亩。学校地理位置优越,距离美国金融中心纽约和美国最古老师城市之一的费城均约2.5小时车程。玛丽伍德大学是一所拥有128名全职教授、超过 3,000 名在校学生的综合性大学,大学设置超过100个本科、硕士及博士专业
。
</p>
</p>
<p>
<p>
印第安纳大学Kelley商学院是印第安纳大学伯明顿分校的明星学院,也是世界上历史最悠久和领先的商学院之一,成立于1920年,有近100年历史。
美国玛丽伍德大学服务来自各种学习背景的学生,并且率先通过对道德的推动来丰富人生,为学生全面发展并掌握专业技能和领导能力创建一套完美的教育系统。
</p>
<p>
Kelley商学院是印第安纳大学的商科研究生院,前身为Indiana University School of Commerce and Finance.
Kelley自1920年创立以来一直被认为是美国顶尖的商学院之一,在Business Week, U.S.News
&
World Report, 和The
Economist Intelligence
Unit等权威杂志的商学院排名中更是名列前茅,Kelley的校友在世界各地的企业,非盈利性组织,政府和学术机构中扮演着领导者的角色。
</p>
</p>
</div>
</div>
</div>
</div>
...
@@ -65,17 +59,13 @@
...
@@ -65,17 +59,13 @@
</div>
</div>
<div
class=
"text"
>
<div
class=
"text"
>
<p>
<p>
本项目为紫荆教育与美国印第安纳大学Kelley商学院联合推出的金融学硕士项目,同时结合Kelley商学院金融学硕士的全球领先地位,引领中国金融教育实践,旨在培养具有国际视野、具备金融专业能力与实践创新能力,通晓国际金融规则和行业实践经验的金融专业人才。
紫荆-玛丽伍德工商管理硕士(MBA)学位项目通过学习战略管理、设计思维、商务智能、信息时代领导力、市场营销、运营管理等创新MBA核心课程体系,让学员掌握与国际同步的管理领域的最新趋势与管理技能,提升学员在各个职能领域分析和解决问题的能力,培养具备创新能力、科技智慧、兼具国际视野和中国本土实践的商界领袖。
</p>
<p>
项目采用中英双语授课,学制为在职15个月(学籍最长可保留5年)。共设有三大模块近20余门学位课程,并结合访学、论文、实践等丰富多彩的教学形式。中美双方各负责50%的教学内容。项目采用线上学习和线下面授的教学方式,学习期间安排一次集中强化式赴美访学。
</p>
</p>
<p>
<p>
项目学习结束后,满足毕业条件的学员将获得美国印第安纳大学Kelley商学院授予的金融学硕士学位证书,该证书与印第安纳大学Kelley商学院本校生所获得的学位证书具有完全相同的形式和效力。
紫荆-玛丽伍德工商管理硕士(MBA)学位项目(中文项目)已获得美国教育部中部地区认证委员会认证,官网可查
<a
href=
"https://www.msche.org/institution/0531/"
>
https://www.msche.org/institution/0531/
</a>
</p>
</p>
<p>
<p>
世界最发达经济体与世界最大新兴经济体互相合作与学习,美国顶级商学院Kelley School of
紫荆-玛丽伍德工商管理硕士(MBA)学位项目(中文项目)玛丽伍德大学官网可查:
<a
href=
"http://www.marywood.edu/business/graduate/zijing-marywood-mba.html"
>
http://www.marywood.edu/business/graduate/zijing-marywood-mba.html
</a>
Business与清华控股旗下紫荆教育紧密携手,依托清华大学五道口金融学院和美国印第安纳大学Kelley商学院的优质教学资源,打造最原汁原味、最接近实战的金融学硕士学位课程。
</p>
</p>
</div>
</div>
</div>
</div>
...
@@ -91,7 +81,7 @@ export default {
...
@@ -91,7 +81,7 @@ export default {
tabActive
:
'zjjy'
,
tabActive
:
'zjjy'
,
list
:
[
list
:
[
{
name
:
'zjjy'
,
label
:
'紫荆教育'
},
{
name
:
'zjjy'
,
label
:
'紫荆教育'
},
{
name
:
'kelley'
,
label
:
'
KELLEY商学院
'
},
{
name
:
'kelley'
,
label
:
'
玛丽伍德大学
'
},
{
name
:
'lhbx'
,
label
:
'联合办学背景'
}
{
name
:
'lhbx'
,
label
:
'联合办学背景'
}
],
],
tags
:
[
tags
:
[
...
...
pages/project-intro/certificate.vue
浏览文件 @
6aafd061
...
@@ -3,15 +3,15 @@
...
@@ -3,15 +3,15 @@
<app-frame
:data=
"frameParams"
>
<app-frame
:data=
"frameParams"
>
<div
class=
"certificate-main"
>
<div
class=
"certificate-main"
>
<div
class=
"checkbox"
>
<div
class=
"checkbox"
>
<p><i></i>
修满33个学分
</p>
<
!--
<
p><i></i>
修满33个学分
</p>
<p><i></i>
完成毕业报告
</p>
<p><i></i>
完成毕业报告
</p>
-->
</div>
</div>
<p
class=
"text"
>
达到毕业条件的学员将被授予
美国印第安纳大学KELLEY商学院金融硕士学位
</p>
<p
class=
"text"
>
达到毕业条件的学员将被授予
</p>
<img
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/project-intro-certificate-pic.png"
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/project-intro-certificate-pic.png"
alt=
""
alt=
""
/>
/>
<p
class=
"certificate-title"
>
KELLEY商学院学位证书
</p>
<p
class=
"certificate-title"
>
紫荆-玛丽伍德工商管理硕士(MBA)学位
</p>
<p
class=
"certificate-des"
>
*本学位和美国本校生所获学位相同
</p>
<p
class=
"certificate-des"
>
*本学位和美国本校生所获学位相同
</p>
</div>
</div>
</app-frame>
</app-frame>
...
...
pages/project-intro/charac.vue
浏览文件 @
6aafd061
...
@@ -24,20 +24,20 @@ export default {
...
@@ -24,20 +24,20 @@ export default {
{
{
img
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/project-intro-charac-icon1.png'
,
img
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/project-intro-charac-icon1.png'
,
title
:
'线上线下结合灵活的授课学习方式'
,
title
:
'线上线下结合灵活的授课学习方式'
,
texts
:
[
'线上+线下教学模式'
,
'在职学习、无需出国、入读名校'
,
'最短1
5个月最长5年拿到学位
'
]
texts
:
[
'线上+线下教学模式'
,
'在职学习、无需出国、入读名校'
,
'最短1
6个月拿到学位
'
]
},
},
{
{
img
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/project-intro-charac-icon2.png'
,
img
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/project-intro-charac-icon2.png'
,
title
:
'高性价比享超高品质教学服务体验'
,
title
:
'高性价比享超高品质教学服务体验'
,
texts
:
[
'专业
金融在线教育品牌'
,
'无需联考、快速入门的学习模式'
,
'全方位的金融职业教育
课程体系'
]
texts
:
[
'专业
在线教育品牌'
,
'无需联考、快速入门的学习模式'
,
'全方位的管理
课程体系'
]
},
},
{
{
img
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/project-intro-charac-icon3.png'
,
img
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/project-intro-charac-icon3.png'
,
title
:
'国际视野结合中国本土的实践课程'
,
title
:
'国际视野结合中国本土的实践课程'
,
texts
:
[
texts
:
[
'
先修课程+必修课程+选
修课程+美国访学'
,
'
必
修课程+美国访学'
,
'全球排名顶尖师资+中国金融界权威专家'
,
'全球排名顶尖师资+中国金融
业
界权威专家'
,
'多次被 U.S. News & World Report
评为全美第一
'
'多次被 U.S. News & World Report
最佳大学排名多年上榜
'
]
]
}
}
],
],
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论