Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
166afcf9
提交
166afcf9
authored
6月 15, 2022
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: 修改静态资源地址
上级
831fd7e1
隐藏空白字符变更
内嵌
并排
正在显示
19 个修改的文件
包含
291 行增加
和
424 行删除
+291
-424
Video.vue
components/home/Video.vue
+15
-51
banners.vue
components/home/banners.vue
+2
-2
projectFeatures.vue
components/home/projectFeatures.vue
+12
-18
Header.vue
components/layout/h5/Header.vue
+1
-1
Foot.vue
components/layout/pc/Foot.vue
+4
-15
Head.vue
components/layout/pc/Head.vue
+3
-9
xy.js
modules/my/admission/form/xy.js
+2
-11
ywjl.js
modules/my/admission/form/ywjl.js
+2
-11
ywjl.js
modules/my/interview/form/ywjl.js
+2
-11
nuxt.config.js
nuxt.config.js
+9
-9
academic.vue
pages/academic/academic.vue
+2
-2
campusList.vue
pages/campusList/campusList.vue
+180
-190
dataDownload.vue
pages/dataDownload/dataDownload.vue
+2
-2
apply.vue
pages/enroll/apply.vue
+5
-9
process.vue
pages/enroll/process.vue
+2
-3
introduce.vue
pages/project-intro/introduce.vue
+3
-5
returnPolicy.vue
pages/returnPolicy/returnPolicy.vue
+9
-17
school3.vue
pages/school/school3.vue
+34
-56
vue-lazyload.js
plugins/vue-lazyload.js
+2
-2
没有找到文件。
components/home/Video.vue
浏览文件 @
166afcf9
<
template
>
<
template
>
<div
class=
"video-wrapper"
:class=
"className"
>
<div
class=
"video-wrapper"
:class=
"className"
>
<div
<div
v-if=
"!isMobile"
class=
"content"
@
mouseenter=
"handleMouseEnter"
@
mouseleave=
"showType = ''"
@
mousemove=
"handleMouseEnter"
@
click=
"handleClick"
ref=
"target"
:style=
"
{ cursor: mouseCursor }">
v-if=
"!isMobile"
class=
"content"
@
mouseenter=
"handleMouseEnter"
@
mouseleave=
"showType = ''"
@
mousemove=
"handleMouseEnter"
@
click=
"handleClick"
ref=
"target"
:style=
"
{ cursor: mouseCursor }"
>
<!--
<ul
class=
"video-list"
>
<!--
<ul
class=
"video-list"
>
<li
class=
"video-item"
v-for=
"(item, index) in list"
:key=
"index"
>
<li
class=
"video-item"
v-for=
"(item, index) in list"
:key=
"index"
>
<div
class=
"video-poster"
>
<div
class=
"video-poster"
>
...
@@ -27,12 +18,7 @@
...
@@ -27,12 +18,7 @@
<div
class=
"swiper-slide"
v-for=
"(item, index) in list"
:key=
"index"
>
<div
class=
"swiper-slide"
v-for=
"(item, index) in list"
:key=
"index"
>
<div
class=
"item-media"
>
<div
class=
"item-media"
>
<img
:src=
"item.poster"
/>
<img
:src=
"item.poster"
/>
<div
<div
class=
"video-play"
@
click
.
stop=
"open(item)"
@
mouseenter
.
stop=
"handleVideoMouseEnter"
@
mousemove
.
stop=
"handleVideoMouseEnter"
></div>
class=
"video-play"
@
click
.
stop=
"open(item)"
@
mouseenter
.
stop=
"handleVideoMouseEnter"
@
mousemove
.
stop=
"handleVideoMouseEnter"
></div>
</div>
</div>
<div
class=
"item-text"
>
<div
class=
"item-text"
>
<div
class=
"item-text-tit"
>
{{
item
.
title
}}
</div>
<div
class=
"item-text-tit"
>
{{
item
.
title
}}
</div>
...
@@ -51,12 +37,7 @@
...
@@ -51,12 +37,7 @@
<div
class=
"swiper-slide"
v-for=
"(item, index) in list"
:key=
"index"
>
<div
class=
"swiper-slide"
v-for=
"(item, index) in list"
:key=
"index"
>
<div
class=
"item-media"
>
<div
class=
"item-media"
>
<img
:src=
"item.poster"
/>
<img
:src=
"item.poster"
/>
<div
<div
class=
"video-play"
@
click
.
stop=
"open(item)"
@
mouseenter
.
stop=
"handleVideoMouseEnter"
@
mousemove
.
stop=
"handleVideoMouseEnter"
></div>
class=
"video-play"
@
click
.
stop=
"open(item)"
@
mouseenter
.
stop=
"handleVideoMouseEnter"
@
mousemove
.
stop=
"handleVideoMouseEnter"
></div>
</div>
</div>
<div
class=
"item-text"
>
<div
class=
"item-text"
>
<div
class=
"item-text-tit"
>
{{
item
.
title
}}
</div>
<div
class=
"item-text-tit"
>
{{
item
.
title
}}
</div>
...
@@ -67,18 +48,7 @@
...
@@ -67,18 +48,7 @@
<div
class=
"swiper-pagination swiper-pagination-bullets"
></div>
<div
class=
"swiper-pagination swiper-pagination-bullets"
></div>
</div>
</div>
</div>
</div>
<video
<video
v-if=
"isShow === true"
class=
"video"
:src=
"playVideo.src"
controls=
"controls"
preload=
"auto"
autoplay=
"autoplay"
x5-playsinline=
""
playsinline
webkit-playsinline=
"true"
ref=
"video"
></video>
v-if=
"isShow === true"
class=
"video"
:src=
"playVideo.src"
controls=
"controls"
preload=
"auto"
autoplay=
"autoplay"
x5-playsinline=
""
playsinline
webkit-playsinline=
"true"
ref=
"video"
></video>
<div
class=
"overlay"
v-if=
"isShow === true"
@
click=
"close"
></div>
<div
class=
"overlay"
v-if=
"isShow === true"
@
click=
"close"
></div>
</div>
</div>
</
template
>
</
template
>
...
@@ -92,30 +62,26 @@ export default {
...
@@ -92,30 +62,26 @@ export default {
{
{
title
:
'CBU校长欢迎致词'
,
title
:
'CBU校长欢迎致词'
,
desc
:
'Welcome speech from the president of CBU'
,
desc
:
'Welcome speech from the president of CBU'
,
src
:
'https://webapp-pub.ezijing.com/project_online_pc/sub_plus/video7.mp4'
,
src
:
'https://webapp-pub.ezijing.com/project/sbu-plus/video7.mp4'
,
poster
:
poster
:
'https://webapp-pub.ezijing.com/project/sbu-plus/video1.mp4?x-oss-process=video/snapshot,t_35700,f_jpg,m_fast'
'https://webapp-pub.ezijing.com/project_online_pc/sub_plus/video1.mp4?x-oss-process=video/snapshot,t_35700,f_jpg,m_fast'
},
},
{
{
title
:
'线上项目'
,
title
:
'线上项目'
,
desc
:
'CBU Online Programs'
,
desc
:
'CBU Online Programs'
,
src
:
'https://webapp-pub.ezijing.com/project_online_pc/sub_plus/video2.mp4'
,
src
:
'https://webapp-pub.ezijing.com/project/sbu-plus/video2.mp4'
,
poster
:
poster
:
'https://webapp-pub.ezijing.com/project/sbu-plus/video2.mp4?x-oss-process=video/snapshot,t_35700,f_jpg,m_fast'
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project_online_pc/sub_plus/video2.mp4?x-oss-process=video/snapshot,t_35700,f_jpg,m_fast'
},
},
{
{
title
:
'商学院'
,
title
:
'商学院'
,
desc
:
'School of Business'
,
desc
:
'School of Business'
,
src
:
'https://webapp-pub.ezijing.com/project_online_pc/sub_plus/video3.mp4'
,
src
:
'https://webapp-pub.ezijing.com/project/sbu-plus/video3.mp4'
,
poster
:
poster
:
'https://webapp-pub.ezijing.com/project/sbu-plus/video3.mp4?x-oss-process=video/snapshot,t_27000,f_jpg,m_fast'
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project_online_pc/sub_plus/video3.mp4?x-oss-process=video/snapshot,t_27000,f_jpg,m_fast'
},
},
{
{
title
:
'丰富多彩的校园活动'
,
title
:
'丰富多彩的校园活动'
,
desc
:
'So much to do at CBU'
,
desc
:
'So much to do at CBU'
,
src
:
'https://webapp-pub.ezijing.com/project_online_pc/sub_plus/video4.mp4'
,
src
:
'https://webapp-pub.ezijing.com/project/sbu-plus/video4.mp4'
,
poster
:
poster
:
'https://webapp-pub.ezijing.com/project/sbu-plus/video4.mp4?x-oss-process=video/snapshot,t_6000,f_jpg,m_fast'
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project_online_pc/sub_plus/video4.mp4?x-oss-process=video/snapshot,t_6000,f_jpg,m_fast'
}
}
],
],
// 当前播放的视频
// 当前播放的视频
...
@@ -150,8 +116,7 @@ export default {
...
@@ -150,8 +116,7 @@ export default {
const
target
=
this
.
$refs
.
target
.
getBoundingClientRect
()
const
target
=
this
.
$refs
.
target
.
getBoundingClientRect
()
if
(
e
.
clientX
-
target
.
left
<
(
target
.
right
-
target
.
left
)
/
2
)
{
if
(
e
.
clientX
-
target
.
left
<
(
target
.
right
-
target
.
left
)
/
2
)
{
if
(
this
.
showIndex
>
0
)
{
if
(
this
.
showIndex
>
0
)
{
this
.
mouseCursor
=
this
.
mouseCursor
=
'url(https://www.harvard.edu/wp-content/themes/core/assets/img/theme/featured-stories/arrow-left-dark.svg) 30 30, e-resize'
'url(https://www.harvard.edu/wp-content/themes/core/assets/img/theme/featured-stories/arrow-left-dark.svg) 30 30, e-resize'
this
.
showType
=
'left'
this
.
showType
=
'left'
}
else
{
}
else
{
this
.
mouseCursor
=
'default'
this
.
mouseCursor
=
'default'
...
@@ -159,8 +124,7 @@ export default {
...
@@ -159,8 +124,7 @@ export default {
}
}
}
else
{
}
else
{
if
(
this
.
showIndex
<
this
.
list
.
length
-
1
)
{
if
(
this
.
showIndex
<
this
.
list
.
length
-
1
)
{
this
.
mouseCursor
=
this
.
mouseCursor
=
'url(https://www.harvard.edu/wp-content/themes/core/assets/img/theme/featured-stories/arrow-right-dark.svg) 30 30, e-resize'
'url(https://www.harvard.edu/wp-content/themes/core/assets/img/theme/featured-stories/arrow-right-dark.svg) 30 30, e-resize'
this
.
showType
=
'right'
this
.
showType
=
'right'
}
else
{
}
else
{
this
.
mouseCursor
=
'default'
this
.
mouseCursor
=
'default'
...
@@ -223,7 +187,7 @@ export default {
...
@@ -223,7 +187,7 @@ export default {
.is-pc
{
.is-pc
{
margin-top
:
120px
;
margin-top
:
120px
;
.video-wrapper
{
.video-wrapper
{
background
:
url(https://webapp-pub.ezijing.com/project
_online_pc/edd
/video_bg.png?v=1)
no-repeat
center
center
;
background
:
url(https://webapp-pub.ezijing.com/project
/cbu-plus
/video_bg.png?v=1)
no-repeat
center
center
;
background-size
:
cover
;
background-size
:
cover
;
}
}
.content
{
.content
{
...
...
components/home/banners.vue
浏览文件 @
166afcf9
<
template
>
<
template
>
<div
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<div
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<div
class=
"banner-content"
>
<div
class=
"banner-content"
>
<img
class=
"img"
src=
"https://webapp-pub.ezijing.com/project
_online_pc/edd
/banner.png?v=4"
/>
<img
class=
"img"
src=
"https://webapp-pub.ezijing.com/project
/cbu-plus
/banner.png?v=4"
/>
<div
class=
"banner_navList"
>
<div
class=
"banner_navList"
>
<div
class=
"banner_nav"
v-for=
"(item, index) in navList"
:key=
"index"
@
click=
"navClick(item)"
>
<div
class=
"banner_nav"
v-for=
"(item, index) in navList"
:key=
"index"
@
click=
"navClick(item)"
>
<div
class=
"nav_top"
>
<div
class=
"nav_top"
>
...
@@ -67,7 +67,7 @@ export default {
...
@@ -67,7 +67,7 @@ export default {
if
(
item
.
tag
===
'1'
)
{
if
(
item
.
tag
===
'1'
)
{
this
.
$router
.
push
(
'/my/account'
)
this
.
$router
.
push
(
'/my/account'
)
}
else
if
(
item
.
tag
===
'2'
)
{
}
else
if
(
item
.
tag
===
'2'
)
{
window
.
open
(
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf'
)
window
.
open
(
'https://webapp-pub.ezijing.com/project
/cbu-plus
/%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf'
)
}
else
if
(
item
.
tag
===
'3'
)
{
}
else
if
(
item
.
tag
===
'3'
)
{
this
.
$router
.
push
(
'/project-intro/introduce'
)
this
.
$router
.
push
(
'/project-intro/introduce'
)
}
else
if
(
item
.
tag
===
'4'
)
{
}
else
if
(
item
.
tag
===
'4'
)
{
...
...
components/home/projectFeatures.vue
浏览文件 @
166afcf9
...
@@ -85,40 +85,34 @@ export default {
...
@@ -85,40 +85,34 @@ export default {
return
{
return
{
listData
:
[
listData
:
[
{
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/pc-index-project-intro-01.png?v=4'
,
web_img_uri
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/pc-index-project-intro-01.png?v=4'
,
item_desc_tit
:
'国际名校、权威可靠'
,
item_desc_tit
:
'国际名校、权威可靠'
,
item_desc_con
:
item_desc_con
:
'清控紫荆教育是以清华五道口相关知识产权创设而成,自成立以来与多所国际名校合作且实现课程学分互认,所获文凭均受中国教育部与国际认证,具有很强的国际化办学经验和教学水平。'
'清控紫荆教育是以清华五道口相关知识产权创设而成,自成立以来与多所国际名校合作且实现课程学分互认,所获文凭均受中国教育部与国际认证,具有很强的国际化办学经验和教学水平。'
},
},
{
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/pc-index-project-intro-02.png?v=4'
,
web_img_uri
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/pc-index-project-intro-02.png?v=4'
,
item_desc_tit
:
'无需联考、灵活录取'
,
item_desc_tit
:
'无需联考、灵活录取'
,
item_desc_con
:
item_desc_con
:
'无需参加国内竞争激烈的研究生联考,没有托福成绩的学生可以完成紫荆英语强化项目替代语言成绩。该课程以及考核成绩被美国大学认可,达到录取标准即可直接入读相应硕士课程。'
'无需参加国内竞争激烈的研究生联考,没有托福成绩的学生可以完成紫荆英语强化项目替代语言成绩。该课程以及考核成绩被美国大学认可,达到录取标准即可直接入读相应硕士课程。'
},
},
{
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/pc-index-project-intro-03.png?v=4'
,
web_img_uri
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/pc-index-project-intro-03.png?v=4'
,
item_desc_tit
:
'前沿专业、就业广阔'
,
item_desc_tit
:
'前沿专业、就业广阔'
,
item_desc_con
:
item_desc_con
:
'项目提供当前数字经济领域前沿专业,使毕业生具有国际背景和全球化竞争力。此外毕业生享受国家为留学归国人员提供的落户指标、创业支持、购买免税汽车等待遇。'
'项目提供当前数字经济领域前沿专业,使毕业生具有国际背景和全球化竞争力。此外毕业生享受国家为留学归国人员提供的落户指标、创业支持、购买免税汽车等待遇。'
},
},
{
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/pc-index-project-intro-04.png?v=4'
,
web_img_uri
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/pc-index-project-intro-04.png?v=4'
,
item_desc_tit
:
'省时省费、性价比优'
,
item_desc_tit
:
'省时省费、性价比优'
,
item_desc_con
:
item_desc_con
:
'经过在国内学习一年后,学生只需再在国外学习一年即可获得中国教育部和国际认可的硕士学历学位,既节省时间成本又节约经济花销。'
'经过在国内学习一年后,学生只需再在国外学习一年即可获得中国教育部和国际认可的硕士学历学位,既节省时间成本又节约经济花销。'
},
},
{
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/pc-index-project-intro-05.png?v=4'
,
web_img_uri
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/pc-index-project-intro-05.png?v=4'
,
item_desc_tit
:
'国际视野、本土实践'
,
item_desc_tit
:
'国际视野、本土实践'
,
item_desc_con
:
item_desc_con
:
'本项目全部采用双语教学、小班授课,帮助学生提前适应美国教学模式;授课师资由清北人资深教授和优秀外教组成,保证国际化同时兼具本土实践,为留学归国工作建立无缝连接。'
'本项目全部采用双语教学、小班授课,帮助学生提前适应美国教学模式;授课师资由清北人资深教授和优秀外教组成,保证国际化同时兼具本土实践,为留学归国工作建立无缝连接。'
},
},
{
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/pc-index-project-intro-06.png?v=4'
,
web_img_uri
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/pc-index-project-intro-06.png?v=4'
,
item_desc_tit
:
'全额退款、安心无忧'
,
item_desc_tit
:
'全额退款、安心无忧'
,
item_desc_con
:
item_desc_con
:
'就读期间,因个人原因中途放弃或因外部不可抗力因素(如签证不通过等)无法出国学习,个人缴纳的第1学年费用全额退还。'
'就读期间,因个人原因中途放弃或因外部不可抗力因素(如签证不通过等)无法出国学习,个人缴纳的第1学年费用全额退还。'
}
}
],
],
swiperOption
:
{
swiperOption
:
{
...
...
components/layout/h5/Header.vue
浏览文件 @
166afcf9
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<div
class=
"title"
>
<div
class=
"title"
>
工商管理博士DBA
工商管理博士DBA
</div>
</div>
<!--
<img
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/marywood_logo.svg"
/>
-->
<!--
<img
src=
"https://webapp-pub.
ezijing
.com/project/marywood/marywood_logo.svg"
/>
-->
</nuxt-link>
</nuxt-link>
</div>
</div>
<!--
<nuxt-link
to=
"/"
class=
"logo"
></nuxt-link>
-->
<!--
<nuxt-link
to=
"/"
class=
"logo"
></nuxt-link>
-->
...
...
components/layout/pc/Foot.vue
浏览文件 @
166afcf9
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<div
class=
"foot-box"
>
<div
class=
"foot-box"
>
<div
class=
"foot-content"
>
<div
class=
"foot-content"
>
<div
class=
"left-content"
>
<div
class=
"left-content"
>
<img
src=
"https://webapp-pub.ezijing.com/project
_online_pc/edd
/bottom_logo1.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project
/cbu-plus
/bottom_logo1.png"
/>
<div
class=
"bottom"
>
<div
class=
"bottom"
>
<div
class=
"bottom_left con"
>
<div
class=
"bottom_left con"
>
<a
href=
"/project-intro/introduce"
>
关于项目
</a>
<a
href=
"/project-intro/introduce"
>
关于项目
</a>
...
@@ -50,11 +50,7 @@
...
@@ -50,11 +50,7 @@
<p
style=
"font-size: 12px;"
>
<p
style=
"font-size: 12px;"
>
Copyright © 2017 Zijing Education. All rights reserved. 清控紫荆(北京)教育科技股份有限公司
Copyright © 2017 Zijing Education. All rights reserved. 清控紫荆(北京)教育科技股份有限公司
</p>
</p>
<a
<a
target=
"_blank"
href=
"https://tsm.miit.gov.cn/dxxzsp/"
style=
"color: rgba(153, 153, 153, 1);text-decoration:none;margin-left: 10px;"
>
target=
"_blank"
href=
"https://tsm.miit.gov.cn/dxxzsp/"
style=
"color: rgba(153, 153, 153, 1);text-decoration:none;margin-left: 10px;"
>
<p
style=
"font-size: 12px;"
>
京ICP证150431号
</p>
<p
style=
"font-size: 12px;"
>
京ICP证150431号
</p>
</a>
</a>
<a
<a
...
@@ -63,17 +59,10 @@
...
@@ -63,17 +59,10 @@
href=
"http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010802023681"
href=
"http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010802023681"
style=
"color: rgba(153, 153, 153, 1);text-decoration:none;align-items: center;display: flex;margin-right: 5px;"
style=
"color: rgba(153, 153, 153, 1);text-decoration:none;align-items: center;display: flex;margin-right: 5px;"
>
>
<img
<img
src=
"https://zws-imgs-pub.ezijing.com/e0a0ec47dfdfc1e0797b1d5254021d00.png"
style=
"width: 20px;height: 20px;margin: 0 6px;display: block;"
/>
src=
"https://zws-imgs-pub.ezijing.com/e0a0ec47dfdfc1e0797b1d5254021d00.png"
style=
"width: 20px;height: 20px;margin: 0 6px;display: block;"
/>
<p
style=
"font-size: 12px;"
>
安备 11010802023681号
</p>
<p
style=
"font-size: 12px;"
>
安备 11010802023681号
</p>
</a>
</a>
<a
<a
target=
"_blank"
href=
"https://beian.miit.gov.cn/#/Integrated/index"
style=
"color: rgba(153, 153, 153, 1);text-decoration:none;"
>
target=
"_blank"
href=
"https://beian.miit.gov.cn/#/Integrated/index"
style=
"color: rgba(153, 153, 153, 1);text-decoration:none;"
>
<p
style=
"font-size: 12px;"
>
京ICP备15016866号-1
</p>
<p
style=
"font-size: 12px;"
>
京ICP备15016866号-1
</p>
</a>
</a>
</div>
</div>
...
...
components/layout/pc/Head.vue
浏览文件 @
166afcf9
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<nuxt-link
to=
"/"
>
<nuxt-link
to=
"/"
>
<div
class=
"title"
>
工商管理博士DBA
</div>
<div
class=
"title"
>
工商管理博士DBA
</div>
</nuxt-link>
</nuxt-link>
<!--
<img
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/marywood_logo.svg"
/>
-->
<!--
<img
src=
"https://webapp-pub.
ezijing
.com/project/marywood/marywood_logo.svg"
/>
-->
</div>
</div>
<div
class=
"user"
v-if=
"user.id"
>
<div
class=
"user"
v-if=
"user.id"
>
...
@@ -65,16 +65,10 @@ export default {
...
@@ -65,16 +65,10 @@ export default {
return
this
.
$store
.
state
.
user
||
{}
return
this
.
$store
.
state
.
user
||
{}
},
},
loginURL
()
{
loginURL
()
{
return
process
.
client
return
process
.
client
?
`
${
process
.
env
.
loginURL
}
/login/index?redirect_uri=
${
encodeURIComponent
(
location
.
origin
+
this
.
$route
.
fullPath
)}
`
:
''
?
`
${
process
.
env
.
loginURL
}
/login/index?redirect_uri=
${
encodeURIComponent
(
location
.
origin
+
this
.
$route
.
fullPath
)}
`
:
''
},
},
registerURL
()
{
registerURL
()
{
return
process
.
client
return
process
.
client
?
`
${
process
.
env
.
loginURL
}
/register?redirect_uri=
${
encodeURIComponent
(
location
.
origin
+
this
.
$route
.
fullPath
)}
`
:
''
?
`
${
process
.
env
.
loginURL
}
/register?redirect_uri=
${
encodeURIComponent
(
location
.
origin
+
this
.
$route
.
fullPath
)}
`
:
''
}
}
}
}
}
}
...
...
modules/my/admission/form/xy.js
浏览文件 @
166afcf9
...
@@ -6,16 +6,7 @@ export default function(_this) {
...
@@ -6,16 +6,7 @@ export default function(_this) {
action
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/
${
process
.
env
.
projectId
}
`
,
action
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/
${
process
.
env
.
projectId
}
`
,
callback
(
data
)
{
callback
(
data
)
{
const
{
attachments
=
[],
submission_stage
:
submissionStage
=
'FILLING'
}
=
data
.
data
.
material
const
{
attachments
=
[],
submission_stage
:
submissionStage
=
'FILLING'
}
=
data
.
data
.
material
const
stageList
=
[
const
stageList
=
[
'FILLING'
,
'PREPAYMENT'
,
'INTERVIEW_APPLICATION'
,
'AUDITION'
,
'INTERVIEW'
,
'PAYMENT'
,
'REGISTRATION'
,
'CLOSED'
]
'FILLING'
,
'PREPAYMENT'
,
'INTERVIEW_APPLICATION'
,
'AUDITION'
,
'INTERVIEW'
,
'PAYMENT'
,
'REGISTRATION'
,
'CLOSED'
]
this
.
form
.
options
.
disabled
=
stageList
.
findIndex
(
item
=>
item
===
submissionStage
)
>
6
this
.
form
.
options
.
disabled
=
stageList
.
findIndex
(
item
=>
item
===
submissionStage
)
>
6
const
ADMISSION_AGREEMENT
=
attachments
.
filter
(
item
=>
{
const
ADMISSION_AGREEMENT
=
attachments
.
filter
(
item
=>
{
return
item
.
file_type_id
===
'ADMISSION_AGREEMENT'
return
item
.
file_type_id
===
'ADMISSION_AGREEMENT'
...
@@ -39,7 +30,7 @@ export default function(_this) {
...
@@ -39,7 +30,7 @@ export default function(_this) {
data
:
{
file_type
:
'ADMISSION_AGREEMENT'
}
data
:
{
file_type
:
'ADMISSION_AGREEMENT'
}
},
},
prepend
:
`
prepend
:
`
<p><a href="https://
zws-imgs-pub.ezijing.com/pc/marywood
/%E5%85%A5%E5%AD%A6%E5%8D%8F%E8%AE%AE.pdf" target="_blank" download="入学协议">下载入学协议</a></p>
<p><a href="https://
webapp-pub.ezijing.com/project/cbu-plus
/%E5%85%A5%E5%AD%A6%E5%8D%8F%E8%AE%AE.pdf" target="_blank" download="入学协议">下载入学协议</a></p>
<p>申请者可将签字后的入学协议原件扫描或拍照后提交。</p>
<p>申请者可将签字后的入学协议原件扫描或拍照后提交。</p>
<p>学员应仔细阅读《入学协议》以及课程介绍,如对入学协议或课程有异议,请第一时间与课程顾问咨询确认。请用A4纸打印后,在入学协议上签上姓名和日期,内容需显示完整、格式整齐、字迹清晰可辨。上传文件仅限“jpg,jpeg,pdf,png”格式,文件小于10Mb。</p>
<p>学员应仔细阅读《入学协议》以及课程介绍,如对入学协议或课程有异议,请第一时间与课程顾问咨询确认。请用A4纸打印后,在入学协议上签上姓名和日期,内容需显示完整、格式整齐、字迹清晰可辨。上传文件仅限“jpg,jpeg,pdf,png”格式,文件小于10Mb。</p>
`
`
...
...
modules/my/admission/form/ywjl.js
浏览文件 @
166afcf9
...
@@ -5,16 +5,7 @@ export default {
...
@@ -5,16 +5,7 @@ export default {
action
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/
${
process
.
env
.
projectId
}
`
,
action
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/
${
process
.
env
.
projectId
}
`
,
callback
(
data
)
{
callback
(
data
)
{
const
{
attachments
=
[],
submission_stage
:
submissionStage
=
'FILLING'
}
=
data
.
data
.
material
const
{
attachments
=
[],
submission_stage
:
submissionStage
=
'FILLING'
}
=
data
.
data
.
material
const
stageList
=
[
const
stageList
=
[
'FILLING'
,
'PREPAYMENT'
,
'INTERVIEW_APPLICATION'
,
'AUDITION'
,
'INTERVIEW'
,
'PAYMENT'
,
'REGISTRATION'
,
'CLOSED'
]
'FILLING'
,
'PREPAYMENT'
,
'INTERVIEW_APPLICATION'
,
'AUDITION'
,
'INTERVIEW'
,
'PAYMENT'
,
'REGISTRATION'
,
'CLOSED'
]
this
.
form
.
options
.
disabled
=
stageList
.
findIndex
(
item
=>
item
===
submissionStage
)
>
6
this
.
form
.
options
.
disabled
=
stageList
.
findIndex
(
item
=>
item
===
submissionStage
)
>
6
const
RESUME_EN
=
attachments
.
filter
(
item
=>
{
const
RESUME_EN
=
attachments
.
filter
(
item
=>
{
return
item
.
file_type_id
===
'RESUME_EN'
return
item
.
file_type_id
===
'RESUME_EN'
...
@@ -38,7 +29,7 @@ export default {
...
@@ -38,7 +29,7 @@ export default {
data
:
{
file_type
:
'RESUME_EN'
}
data
:
{
file_type
:
'RESUME_EN'
}
},
},
append
:
`
append
:
`
<p>请下载填写英文简历模板后上传 [<a href="https://webapp-pub.ezijing.com/project
_online_pc/edd
/%E8%8B%B1%E6%96%87%E7%AE%80%E5%8E%86%E6%A8%A1%E6%9D%BF.doc" target="_blank" download="英文简历模板">下载模板</a>]</p>
<p>请下载填写英文简历模板后上传 [<a href="https://webapp-pub.ezijing.com/project
/cbu-plus
/%E8%8B%B1%E6%96%87%E7%AE%80%E5%8E%86%E6%A8%A1%E6%9D%BF.doc" target="_blank" download="英文简历模板">下载模板</a>]</p>
<p>请将英文简历填写完存为"pdf"格式上传,文件小于10MB。</p>`
<p>请将英文简历填写完存为"pdf"格式上传,文件小于10MB。</p>`
}
}
]
]
...
...
modules/my/interview/form/ywjl.js
浏览文件 @
166afcf9
...
@@ -6,16 +6,7 @@ export default function(_this) {
...
@@ -6,16 +6,7 @@ export default function(_this) {
action
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/
${
process
.
env
.
projectId
}
`
,
action
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/
${
process
.
env
.
projectId
}
`
,
callback
(
data
)
{
callback
(
data
)
{
const
{
attachments
=
[],
submission_stage
:
submissionStage
=
'FILLING'
}
=
data
.
data
.
material
const
{
attachments
=
[],
submission_stage
:
submissionStage
=
'FILLING'
}
=
data
.
data
.
material
const
stageList
=
[
const
stageList
=
[
'FILLING'
,
'PREPAYMENT'
,
'INTERVIEW_APPLICATION'
,
'AUDITION'
,
'INTERVIEW'
,
'PAYMENT'
,
'REGISTRATION'
,
'CLOSED'
]
'FILLING'
,
'PREPAYMENT'
,
'INTERVIEW_APPLICATION'
,
'AUDITION'
,
'INTERVIEW'
,
'PAYMENT'
,
'REGISTRATION'
,
'CLOSED'
]
this
.
form
.
options
.
disabled
=
stageList
.
findIndex
(
item
=>
item
===
submissionStage
)
>
2
this
.
form
.
options
.
disabled
=
stageList
.
findIndex
(
item
=>
item
===
submissionStage
)
>
2
const
RESUME_EN
=
attachments
.
filter
(
item
=>
{
const
RESUME_EN
=
attachments
.
filter
(
item
=>
{
return
item
.
file_type_id
===
'RESUME_EN'
return
item
.
file_type_id
===
'RESUME_EN'
...
@@ -52,7 +43,7 @@ export default function(_this) {
...
@@ -52,7 +43,7 @@ export default function(_this) {
data
:
{
file_type
:
'RESUME_EN'
}
data
:
{
file_type
:
'RESUME_EN'
}
},
},
append
:
`
append
:
`
<p>请下载填写英文简历模板后上传 [<a href="https://webapp-pub.ezijing.com/project
_online_pc/edd
/%E8%8B%B1%E6%96%87%E7%AE%80%E5%8E%86%E6%A8%A1%E6%9D%BF.doc" target="_blank" download="英文简历模板">下载模板</a>]</p>
<p>请下载填写英文简历模板后上传 [<a href="https://webapp-pub.ezijing.com/project
/cbu-plus
/%E8%8B%B1%E6%96%87%E7%AE%80%E5%8E%86%E6%A8%A1%E6%9D%BF.doc" target="_blank" download="英文简历模板">下载模板</a>]</p>
<p>请将英文简历填写完存为"pdf"格式上传,文件小于10MB。</p>`
<p>请将英文简历填写完存为"pdf"格式上传,文件小于10MB。</p>`
}
}
]
]
...
...
nuxt.config.js
浏览文件 @
166afcf9
...
@@ -6,15 +6,15 @@ export default {
...
@@ -6,15 +6,15 @@ export default {
ssr
:
false
,
ssr
:
false
,
env
:
process
.
env
,
env
:
process
.
env
,
server
:
{
port
:
2048
,
host
:
'0.0.0.0'
},
server
:
{
port
:
2048
,
host
:
'0.0.0.0'
},
//
...(process.env.NODE_ENV === 'development' && {
...(
process
.
env
.
NODE_ENV
===
'development'
&&
{
//
server: {
server
:
{
//
host: 'dev.ezijing.com',
host
:
'dev.ezijing.com'
,
//
https: {
https
:
{
//
key: fs.readFileSync(path.resolve(__dirname, 'dev.ezijing.com.key')),
key
:
fs
.
readFileSync
(
path
.
resolve
(
__dirname
,
'dev.ezijing.com.key'
)),
//
cert: fs.readFileSync(path.resolve(__dirname, 'dev.ezijing.com.pem'))
cert
:
fs
.
readFileSync
(
path
.
resolve
(
__dirname
,
'dev.ezijing.com.pem'
))
//
}
}
//
}
}
//
}),
}),
// Global page headers: https://go.nuxtjs.dev/config-head
// Global page headers: https://go.nuxtjs.dev/config-head
head
:
{
head
:
{
title
:
'紫荆教育-加州浸会大学工商管理博士DBA'
,
title
:
'紫荆教育-加州浸会大学工商管理博士DBA'
,
...
...
pages/academic/academic.vue
浏览文件 @
166afcf9
...
@@ -38,8 +38,8 @@ export default {
...
@@ -38,8 +38,8 @@ export default {
data
()
{
data
()
{
return
{
return
{
// url1: 'https://webapp-pub.ezijing.com/project/marywood/academic21.png',
// url1: 'https://webapp-pub.ezijing.com/project/marywood/academic21.png',
url1
:
'https:///webapp-pub.ezijing.com/project
_online_pc/edd
/pc-cert-en.png?v=1'
,
url1
:
'https:///webapp-pub.ezijing.com/project
/cbu-plus
/pc-cert-en.png?v=1'
,
url2
:
'https:///webapp-pub.ezijing.com/project
_online_pc/edd
/pc-cert-cn.jpg'
,
url2
:
'https:///webapp-pub.ezijing.com/project
/cbu-plus
/pc-cert-cn.jpg'
,
frameParams
:
{
frameParams
:
{
slider
:
[]
slider
:
[]
}
}
...
...
pages/campusList/campusList.vue
浏览文件 @
166afcf9
...
@@ -11,18 +11,8 @@
...
@@ -11,18 +11,8 @@
<div
class=
"swiper-wrapper"
>
<div
class=
"swiper-wrapper"
>
<div
class=
"swiper-slide"
v-for=
"(item, indexItem) in swiperList"
:key=
"indexItem"
>
<div
class=
"swiper-slide"
v-for=
"(item, indexItem) in swiperList"
:key=
"indexItem"
>
<img
v-lazy=
"item.img_big"
class=
"img_big"
/>
<img
v-lazy=
"item.img_big"
class=
"img_big"
/>
<img
<img
src=
"https://webapp-pub.ezijing.com/project/cbu-plus/swiper_next.png"
alt=
""
class=
"swiper_next"
@
click=
"handleNext(indexItem)"
/>
src=
"https://webapp-pub.ezijing.com/project_online_pc/edd/swiper_next.png"
<img
src=
"https://webapp-pub.ezijing.com/project/cbu-plus/swiper_prev.png"
alt=
""
class=
"swiper_prev"
@
click=
"handlePrev(indexItem)"
/>
alt=
""
class=
"swiper_next"
@
click=
"handleNext(indexItem)"
/>
<img
src=
"https://webapp-pub.ezijing.com/project_online_pc/edd/swiper_prev.png"
alt=
""
class=
"swiper_prev"
@
click=
"handlePrev(indexItem)"
/>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -48,394 +38,394 @@ export default {
...
@@ -48,394 +38,394 @@ export default {
{
{
list
:
[
list
:
[
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/library15_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/library15_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/library15_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/library15_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/library16_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/library16_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/library16_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/library16_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/library1_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/library1_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/library1_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/library1_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/library2_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/library2_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/library2_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/library2_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/library12_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/library12_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/library12_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/library12_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/library13_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/library13_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/library11_2.jpeg'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/library11_2.jpeg'
},
},
// {
// {
// img_small: 'https://webapp-pub.ezijing.com/project
_online_pc/edd
/library3_1.png',
// img_small: 'https://webapp-pub.ezijing.com/project
/cbu-plus
/library3_1.png',
// img_big: 'https://webapp-pub.ezijing.com/project
_online_pc/edd
/library3_2.png'
// img_big: 'https://webapp-pub.ezijing.com/project
/cbu-plus
/library3_2.png'
// },
// },
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/library4_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/library4_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/library4_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/library4_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/library5_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/library5_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/library5_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/library5_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/library6_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/library6_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/library6_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/library6_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/library7_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/library7_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/library7_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/library7_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/library8_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/library8_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/library8_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/library8_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/library9_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/library9_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/library9_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/library9_2.png'
}
}
]
]
},
},
{
{
list
:
[
list
:
[
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/laboratory2_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/laboratory2_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/laboratory2_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/laboratory2_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/laboratory1_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/laboratory1_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/laboratory1_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/laboratory1_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/laboratory3_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/laboratory3_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/laboratory3_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/laboratory3_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/laboratory4_1.jpeg'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/laboratory4_1.jpeg'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/laboratory4_2.jpeg'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/laboratory4_2.jpeg'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/laboratory5_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/laboratory5_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/laboratory5_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/laboratory5_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/laboratory6_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/laboratory6_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/laboratory6_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/laboratory6_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/laboratory7_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/laboratory7_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/laboratory7_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/laboratory7_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/laboratory8_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/laboratory8_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/laboratory8_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/laboratory8_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/laboratory10_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/laboratory10_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/laboratory10_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/laboratory10_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/laboratory11_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/laboratory11_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/laboratory11_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/laboratory11_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/laboratory12_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/laboratory12_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/laboratory12_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/laboratory12_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/laboratory9_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/laboratory9_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/laboratory9_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/laboratory9_2.png'
}
}
]
]
},
},
{
{
list
:
[
list
:
[
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/restaurant3_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/restaurant3_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/restaurant3_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/restaurant3_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/restaurant1_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/restaurant1_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/restaurant1_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/restaurant1_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/restaurant5_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/restaurant5_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/restaurant5_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/restaurant5_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/restaurant7_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/restaurant7_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/restaurant7_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/restaurant7_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/restaurant2_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/restaurant2_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/restaurant2_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/restaurant2_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/restaurant4_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/restaurant4_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/restaurant4_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/restaurant4_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/restaurant6_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/restaurant6_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/restaurant6_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/restaurant6_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/restaurant8_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/restaurant8_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/restaurant8_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/restaurant8_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/restaurant9_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/restaurant9_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/restaurant9_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/restaurant9_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/restaurant10_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/restaurant10_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/restaurant10_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/restaurant10_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/restaurant11_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/restaurant11_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/restaurant11_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/restaurant11_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/restaurant12_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/restaurant12_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/restaurant12_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/restaurant12_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/restaurant13_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/restaurant13_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/restaurant13_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/restaurant13_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/restaurant14_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/restaurant14_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/restaurant14_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/restaurant14_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/restaurant15_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/restaurant15_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/restaurant15_2.jpeg'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/restaurant15_2.jpeg'
}
}
]
]
},
},
{
{
list
:
[
list
:
[
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/playField1_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/playField1_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/playField1_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/playField1_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/playField2_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/playField2_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/playField2_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/playField2_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/playField3_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/playField3_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/playField3_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/playField3_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/playField4_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/playField4_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/playField4_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/playField4_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/playField5_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/playField5_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/playField5_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/playField5_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/playField7_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/playField7_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/playField7_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/playField7_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/playField8_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/playField8_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/playField8_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/playField8_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/playField9_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/playField9_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/playField9_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/playField9_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/playField10_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/playField10_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/playField10_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/playField10_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/playField11_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/playField11_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/playField11_2.jpeg'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/playField11_2.jpeg'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/playField12_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/playField12_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/playField12_2.jpeg'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/playField12_2.jpeg'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/playField13_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/playField13_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/playField13_2.jpeg'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/playField13_2.jpeg'
}
}
]
]
},
},
{
{
list
:
[
list
:
[
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/schoolSenery13_1.jpeg'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/schoolSenery13_1.jpeg'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/schoolSenery13_2.jpeg'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/schoolSenery13_2.jpeg'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/schoolSenery1_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/schoolSenery1_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/schoolSenery1_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/schoolSenery1_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/schoolSenery2_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/schoolSenery2_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/schoolSenery2_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/schoolSenery2_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/schoolSenery3_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/schoolSenery3_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/schoolSenery3_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/schoolSenery3_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/schoolSenery4_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/schoolSenery4_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/schoolSenery4_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/schoolSenery4_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/schoolSenery5_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/schoolSenery5_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/schoolSenery5_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/schoolSenery5_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/schoolSenery6_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/schoolSenery6_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/schoolSenery6_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/schoolSenery6_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/schoolSenery7_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/schoolSenery7_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/schoolSenery7_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/schoolSenery7_2.png'
},
},
// {
// {
// img_small: 'https://webapp-pub.ezijing.com/project
_online_pc/edd
/schoolSenery8_1.png',
// img_small: 'https://webapp-pub.ezijing.com/project
/cbu-plus
/schoolSenery8_1.png',
// img_big: 'https://webapp-pub.ezijing.com/project
_online_pc/edd
/schoolSenery8_2.png'
// img_big: 'https://webapp-pub.ezijing.com/project
/cbu-plus
/schoolSenery8_2.png'
// },
// },
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/schoolSenery9_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/schoolSenery9_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/schoolSenery9_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/schoolSenery9_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/schoolSenery10_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/schoolSenery10_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/schoolSenery10_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/schoolSenery10_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/schoolSenery11_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/schoolSenery11_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/schoolSenery11_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/schoolSenery11_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/schoolSenery14_1.jpeg'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/schoolSenery14_1.jpeg'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/schoolSenery14_2.jpeg'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/schoolSenery14_2.jpeg'
}
}
]
]
},
},
{
{
list
:
[
list
:
[
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/activity1_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/activity1_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/activity1_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/activity1_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/activity2_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/activity2_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/activity2_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/activity2_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/activity3_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/activity3_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/activity3_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/activity3_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/activity4_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/activity4_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/activity4_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/activity4_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/activity5_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/activity5_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/activity5_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/activity5_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/activity7_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/activity7_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/activity7_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/activity7_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/activity8_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/activity8_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/activity8_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/activity8_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/activity9_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/activity9_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/activity9_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/activity9_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/activity10_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/activity10_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/activity10_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/activity10_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/activity11_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/activity11_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/activity11_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/activity11_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/activity12_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/activity12_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/activity12_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/activity12_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/activity13_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/activity13_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/activity13_2.jpeg'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/activity13_2.jpeg'
}
}
]
]
},
},
{
{
list
:
[
list
:
[
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/graduation1_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/graduation1_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/graduation1_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/graduation1_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/graduation2_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/graduation2_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/graduation2_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/graduation2_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/graduation3_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/graduation3_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/graduation3_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/graduation3_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/graduation4_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/graduation4_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/graduation4_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/graduation4_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/graduation5_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/graduation5_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/graduation5_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/graduation5_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/graduation6_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/graduation6_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/graduation6_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/graduation6_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/graduation7_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/graduation7_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/graduation7_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/graduation7_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/graduation8_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/graduation8_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/graduation8_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/graduation8_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/graduation9_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/graduation9_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/graduation9_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/graduation9_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/graduation10_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/graduation10_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/graduation10_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/graduation10_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/graduation11_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/graduation11_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/graduation11_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/graduation11_2.png'
},
},
{
{
img_small
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/graduation12_1.png'
,
img_small
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/graduation12_1.png'
,
img_big
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/graduation12_2.png'
img_big
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/graduation12_2.png'
}
}
]
]
}
}
...
...
pages/dataDownload/dataDownload.vue
浏览文件 @
166afcf9
...
@@ -33,12 +33,12 @@ export default {
...
@@ -33,12 +33,12 @@ export default {
fileList
:
[
fileList
:
[
{
{
name
:
'招生简章'
,
name
:
'招生简章'
,
url
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf'
,
url
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf'
,
icon
:
'https://webapp-pub.ezijing.com/project/marywood/pdf.png'
icon
:
'https://webapp-pub.ezijing.com/project/marywood/pdf.png'
},
},
{
{
name
:
'常见问题'
,
name
:
'常见问题'
,
url
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98.pdf'
,
url
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98.pdf'
,
icon
:
'https://webapp-pub.ezijing.com/project/marywood/pdf.png'
icon
:
'https://webapp-pub.ezijing.com/project/marywood/pdf.png'
}
}
// {
// {
...
...
pages/enroll/apply.vue
浏览文件 @
166afcf9
<
template
>
<
template
>
<app-frame
:data=
"frameParams"
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<app-frame
:data=
"frameParams"
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<img
src=
"https://webapp-pub.ezijing.com/project
_online_pc/edd
/enroll-process-banner2.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project
/cbu-plus
/enroll-process-banner2.png"
/>
<div
class=
"content-mian"
>
<div
class=
"content-mian"
>
<ul>
<ul>
<li
class=
"applyList_con"
>
<li
class=
"applyList_con"
>
<div
class=
"apply_name"
>
招生计划
</div>
<div
class=
"apply_name"
>
招生计划
</div>
<img
src=
"https://webapp-pub.ezijing.com/project
_online_pc/edd
/apply_plan.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/project
/cbu-plus
/apply_plan.png"
alt=
""
/>
<!--
<div
class=
"apply_desc"
>
<!--
<div
class=
"apply_desc"
>
入学时间:
<span
class=
"apply_desc_time"
>
2022年秋季班:2022年9月
</span
入学时间:
<span
class=
"apply_desc_time"
>
2022年秋季班:2022年9月
</span
><span
class=
"apply_desc_time"
>
2023年春季班:2023年2月
</span>
>
><span
class=
"apply_desc_time"
>
2023年春季班:2023年2月
</span>
>
...
@@ -28,14 +28,11 @@
...
@@ -28,14 +28,11 @@
</div>
</div>
<div
class=
"apply_desc"
>
<div
class=
"apply_desc"
>
·拥有工商管理硕士(MBA)学位的申请者可直接申请。
<br
/>
·拥有工商管理硕士(MBA)学位的申请者可直接申请。
<br
/>
<span
style=
"color:#999;font-size:14px;"
v-if=
"!isMobile"
<span
style=
"color:#999;font-size:14px;"
v-if=
"!isMobile"
>
(通过在线方式取得海外MBA学位的需要单独审核)
</span>
>
(通过在线方式取得海外MBA学位的需要单独审核)
</span
>
<span
style=
"color:#999;font-size:0.08rem;"
v-else
>
(通过在线方式取得海外MBA学位的需要单独审核)
</span>
<span
style=
"color:#999;font-size:0.08rem;"
v-else
>
(通过在线方式取得海外MBA学位的需要单独审核)
</span>
</div>
</div>
<div
class=
"apply_desc"
>
<div
class=
"apply_desc"
>
·拥有MBA以外专业硕士学位的申请者需证明具有5年以上的管理工作经验或者相关领域研究经验,
·拥有MBA以外专业硕士学位的申请者需证明具有5年以上的管理工作经验或者相关领域研究经验, 可直接申请。申请通过后,须完成紫荆教育提供的MBA先修课程,才可进入正式的博士项目课程学习。
可直接申请。申请通过后,须完成紫荆教育提供的MBA先修课程,才可进入正式的博士项目课程学习。
</div>
</div>
</li>
</li>
<li
class=
"applyList_con"
>
<li
class=
"applyList_con"
>
...
@@ -51,8 +48,7 @@
...
@@ -51,8 +48,7 @@
托福79分以上或者雅思6.0分以上
托福79分以上或者雅思6.0分以上
</div>
</div>
<div
class=
"apply_desc"
>
<div
class=
"apply_desc"
>
·未达到上述语言要求者,申请通过后,须参加紫荆教育提供的英语强化课程(Intensive English
·未达到上述语言要求者,申请通过后,须参加紫荆教育提供的英语强化课程(Intensive English Program),测试成绩合格后才可进入博士项目课程学习。
Program),测试成绩合格后才可进入博士项目课程学习。
</div>
</div>
</li>
</li>
</ul>
</ul>
...
...
pages/enroll/process.vue
浏览文件 @
166afcf9
<
template
>
<
template
>
<app-frame
:data=
"frameParams"
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<app-frame
:data=
"frameParams"
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<img
src=
"https://webapp-pub.ezijing.com/project
_online_pc/edd
/enroll-process-banner.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project
/cbu-plus
/enroll-process-banner.png"
/>
<div
class=
"apply"
>
<div
class=
"apply"
>
<div
class=
"apply-line"
></div>
<div
class=
"apply-line"
></div>
<div
class=
"apply-item"
>
<div
class=
"apply-item"
>
...
@@ -9,8 +9,7 @@
...
@@ -9,8 +9,7 @@
<div
class=
"apply-item-bd"
>
<div
class=
"apply-item-bd"
>
<p>
<p>
申请者需登录
<a
href=
"https://cbu-plus.ezijing.com/my/account"
>
https://cbu-plus.ezijing.com/my/account
</a
申请者需登录
<a
href=
"https://cbu-plus.ezijing.com/my/account"
>
https://cbu-plus.ezijing.com/my/account
</a
>
在线申请,申请费缴纳完成后将如下纸质材料邮寄至:北京市海淀区中关村东路1号院清华科技园威盛大厦5层紫荆教育
>
在线申请,申请费缴纳完成后将如下纸质材料邮寄至:北京市海淀区中关村东路1号院清华科技园威盛大厦5层紫荆教育 邮编100084。
邮编100084。
</p>
</p>
<ul>
<ul>
<li>
1、身份证复印件
</li>
<li>
1、身份证复印件
</li>
...
...
pages/project-intro/introduce.vue
浏览文件 @
166afcf9
<
template
>
<
template
>
<app-frame
:data=
"frameParams"
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<app-frame
:data=
"frameParams"
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<img
src=
"https://webapp-pub.ezijing.com/project
_online_pc/edd
/project_intro_banner.png"
class=
"banner"
/>
<img
src=
"https://webapp-pub.ezijing.com/project
/cbu-plus
/project_intro_banner.png"
class=
"banner"
/>
<div
class=
"part_content"
>
<div
class=
"part_content"
>
<div
class=
"part_item"
>
<div
class=
"part_item"
>
加州浸会大学工商管理博士是经过美国教育监管机构WASC、BPPE、DOE、SEVIS等批准的正规全日制博士项
加州浸会大学工商管理博士是经过美国教育监管机构WASC、BPPE、DOE、SEVIS等批准的正规全日制博士项 目。该博士项目强调课程学习与论文写作结合,以培养将管理实践和理论研究深度融合的商业领袖和高校
目。该博士项目强调课程学习与论文写作结合,以培养将管理实践和理论研究深度融合的商业领袖和高校
学者为目标。学员最快三年可以毕业,中国学生按照学校要求毕业获得博士学位回国后,可向中国(教育 部)留学服务中心申请认证为博士研究生学历。紫荆教育是加州浸会大学该项目在中国的唯一合作伙伴。
学者为目标。学员最快三年可以毕业,中国学生按照学校要求毕业获得博士学位回国后,可向中国(教育
部)留学服务中心申请认证为博士研究生学历。紫荆教育是加州浸会大学该项目在中国的唯一合作伙伴。
</div>
</div>
</div>
</div>
</app-frame>
</app-frame>
...
...
pages/returnPolicy/returnPolicy.vue
浏览文件 @
166afcf9
...
@@ -33,8 +33,7 @@
...
@@ -33,8 +33,7 @@
<h1
class=
"com_title"
>
留学回国人员福利政策
</h1>
<h1
class=
"com_title"
>
留学回国人员福利政策
</h1>
<h2
class=
"com_title_dec"
>
中华人民共和国教育部:“鼓励留学,支持回国”
</h2>
<h2
class=
"com_title_dec"
>
中华人民共和国教育部:“鼓励留学,支持回国”
</h2>
<div
class=
"com_con"
>
<div
class=
"com_con"
>
中国教育部思想政治工作司司长魏士强2021年12月7日的新闻发布会中发表评论:“支持留学、鼓励回国、来去自由、发挥作用”
中国教育部思想政治工作司司长魏士强2021年12月7日的新闻发布会中发表评论:“支持留学、鼓励回国、来去自由、发挥作用” 是我国多年来奉行的留学政策,即使是进入新时代,我们依然要一以贯之地实行。
是我国多年来奉行的留学政策,即使是进入新时代,我们依然要一以贯之地实行。
<br
/>
我国各省市、地区针对留学生回国颁布了人才引流福利政策,留学已经成为越来越多学生的升学选择。
<br
/>
我国各省市、地区针对留学生回国颁布了人才引流福利政策,留学已经成为越来越多学生的升学选择。
</div>
</div>
</div>
</div>
...
@@ -59,7 +58,7 @@
...
@@ -59,7 +58,7 @@
<!--
<img
<!--
<img
class=
"bottom"
class=
"bottom"
v-else
v-else
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/h5/return_con.png"
src=
"https://webapp-pub.
ezijing
.com/project/marywood/h5/return_con.png"
/>
-->
/>
-->
</app-frame>
</app-frame>
</
template
>
</
template
>
...
@@ -82,44 +81,37 @@ export default {
...
@@ -82,44 +81,37 @@ export default {
{
{
id
:
1
,
id
:
1
,
title
:
'积分落户'
,
title
:
'积分落户'
,
desc
:
desc
:
'北京、上海、广州、深圳、天津等地为取得教育部学历认证的海外留学人员提供落户便利,符合条件者可提出申请,办理落户。'
'北京、上海、广州、深圳、天津等地为取得教育部学历认证的海外留学人员提供落户便利,符合条件者可提出申请,办理落户。'
},
},
{
{
id
:
2
,
id
:
2
,
title
:
'人才补助'
,
title
:
'人才补助'
,
desc
:
desc
:
'上海、广州、深圳、杭州等地为海归人才提供最高6万的生活补贴。获得北京市“特聘专家”称号可直接获得100万奖励。'
'上海、广州、深圳、杭州等地为海归人才提供最高6万的生活补贴。获得北京市“特聘专家”称号可直接获得100万奖励。'
},
},
{
{
id
:
3
,
id
:
3
,
title
:
'创业扶持'
,
title
:
'创业扶持'
,
desc
:
desc
:
'朝阳区“凤凰计划”、海淀区青年英才资助计划、上海浦江人才计划等为符合条件的回国创业海归人员提供15万到50万的创业补贴。'
'朝阳区“凤凰计划”、海淀区青年英才资助计划、上海浦江人才计划等为符合条件的回国创业海归人员提供15万到50万的创业补贴。'
},
},
{
{
id
:
4
,
id
:
4
,
title
:
'百人计划'
,
title
:
'百人计划'
,
desc
:
desc
:
'中科院百人计划,引进国外杰出博士人才,以每人200万元的资助力度从国外吸引并培养百余名优秀青年学术带头人。一旦入选,除获得一次性启动经费外还可获得中科院特殊津贴。'
'中科院百人计划,引进国外杰出博士人才,以每人200万元的资助力度从国外吸引并培养百余名优秀青年学术带头人。一旦入选,除获得一次性启动经费外还可获得中科院特殊津贴。'
},
},
{
{
id
:
5
,
id
:
5
,
title
:
'学术研究'
,
title
:
'学术研究'
,
desc
:
desc
:
'评职称时,海归申报可不受工作年限的限制。在外留学一年以上,年龄四十五周岁以下,回国后在科研单位从事教学、科研工作的可申请留学回国人员科研启动资金。'
'评职称时,海归申报可不受工作年限的限制。在外留学一年以上,年龄四十五周岁以下,回国后在科研单位从事教学、科研工作的可申请留学回国人员科研启动资金。'
},
},
{
{
id
:
6
,
id
:
6
,
title
:
'购房购车'
,
title
:
'购房购车'
,
desc
:
desc
:
'符合条件的留学归国人员可以购买国产免税轿车,每人限享受一个免税指标。部分地区对留学落户人员购房予以一次性3-5万优惠。'
'符合条件的留学归国人员可以购买国产免税轿车,每人限享受一个免税指标。部分地区对留学落户人员购房予以一次性3-5万优惠。'
},
},
{
{
id
:
7
,
id
:
7
,
title
:
'子女入学'
,
title
:
'子女入学'
,
desc
:
desc
:
'有些地区对于留学人员子女入学有优惠政策,通常由教育部门统一安排,择校入学;在国外生活5年以上,在语言文字适应期内入学,给予加分优惠,区内设有教授外语的学校供留学生自由选择。'
'有些地区对于留学人员子女入学有优惠政策,通常由教育部门统一安排,择校入学;在国外生活5年以上,在语言文字适应期内入学,给予加分优惠,区内设有教授外语的学校供留学生自由选择。'
}
}
]
]
}
}
...
...
pages/school/school3.vue
浏览文件 @
166afcf9
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<div>
<div>
<div
v-if=
"!isMobile"
class=
"is-pc"
>
<div
v-if=
"!isMobile"
class=
"is-pc"
>
<div
class=
"banner"
>
<div
class=
"banner"
>
<img
class=
"img_banner"
src=
"https://webapp-pub.ezijing.com/project
_online_pc/edd
/school_banner.png"
/>
<img
class=
"img_banner"
src=
"https://webapp-pub.ezijing.com/project
/cbu-plus
/school_banner.png"
/>
</div>
</div>
<!-- 学校介绍 -->
<!-- 学校介绍 -->
<div
class=
"content_school"
>
<div
class=
"content_school"
>
...
@@ -17,12 +17,12 @@
...
@@ -17,12 +17,12 @@
素以一流的学术及卓越的师资而闻名的CBU被2022年“美国新闻与世界报道”评为全美顶尖大学之一,也是南加州顶尖的研究生学位授予大学之一。除了高质量的学术课程以外,学校还拥有WASC、ACBSP、CTC、NASM、BRN、CCNE、ABET等多重权威认证。
素以一流的学术及卓越的师资而闻名的CBU被2022年“美国新闻与世界报道”评为全美顶尖大学之一,也是南加州顶尖的研究生学位授予大学之一。除了高质量的学术课程以外,学校还拥有WASC、ACBSP、CTC、NASM、BRN、CCNE、ABET等多重权威认证。
</div>
</div>
</div>
</div>
<img
class=
"content_right"
src=
"https://webapp-pub.ezijing.com/project
_online_pc/edd
/pc-school-img.png?v=2"
/>
<img
class=
"content_right"
src=
"https://webapp-pub.ezijing.com/project
/cbu-plus
/pc-school-img.png?v=2"
/>
</div>
</div>
<!-- 专业介绍 -->
<!-- 专业介绍 -->
<div
class=
"content_part"
>
<div
class=
"content_part"
>
<div
class=
"img-box"
style=
"height:600px"
>
<div
class=
"img-box"
style=
"height:600px"
>
<img
class=
"img2"
src=
"https://webapp-pub.ezijing.com/project
_online_pc/edd
/pc-school-img81.png"
/>
<img
class=
"img2"
src=
"https://webapp-pub.ezijing.com/project
/cbu-plus
/pc-school-img81.png"
/>
</div>
</div>
<div
class=
"content_desc"
>
<div
class=
"content_desc"
>
<div
class=
"content_tit"
>
<div
class=
"content_tit"
>
...
@@ -30,8 +30,7 @@
...
@@ -30,8 +30,7 @@
<div
class=
"tit_desc"
>
专业介绍
</div>
<div
class=
"tit_desc"
>
专业介绍
</div>
</div>
</div>
<div
class=
"content_intro"
>
<div
class=
"content_intro"
>
<span
style=
"color:#424242 !important;font-weight:bold !important"
<span
style=
"color:#424242 !important;font-weight:bold !important"
>
加州浸会大学在线与专业研究的在线工商管理博士(DBA)项目:
</span
>
加州浸会大学在线与专业研究的在线工商管理博士(DBA)项目:
</span
>
旨在培养创新型领导者,寻求在公共、私人和非营利组织中发挥最大影响力。这项为在职成年人设立的56个单元的工商管理在线博士学位,包括论文,可以在三年内完成。学生们将每八周集中学习一门在线课程。课程和课程旨在满足负责应对当今全球商业环境的专业人士的需求。
>
旨在培养创新型领导者,寻求在公共、私人和非营利组织中发挥最大影响力。这项为在职成年人设立的56个单元的工商管理在线博士学位,包括论文,可以在三年内完成。学生们将每八周集中学习一门在线课程。课程和课程旨在满足负责应对当今全球商业环境的专业人士的需求。
</div>
</div>
</div>
</div>
...
@@ -56,7 +55,7 @@
...
@@ -56,7 +55,7 @@
<!--
</div>
-->
<!--
</div>
-->
</div>
</div>
<!--
<img
src=
"https://webapp-pub.ezijing.com/project
_online_pc/edd
/school-apply-img.png"
/>
-->
<!--
<img
src=
"https://webapp-pub.ezijing.com/project
/cbu-plus
/school-apply-img.png"
/>
-->
</div>
</div>
<!-- 学制安排 -->
<!-- 学制安排 -->
<div
class=
"content_tit"
>
<div
class=
"content_tit"
>
...
@@ -82,26 +81,20 @@
...
@@ -82,26 +81,20 @@
<div
class=
"img7 img55"
>
<div
class=
"img7 img55"
>
<div
class=
"mask"
></div>
<div
class=
"mask"
></div>
<div
class=
"desc"
>
<div
class=
"desc"
>
<div
class=
"desc_detail"
>
<div
class=
"desc_detail"
><span
class=
"num"
>
6
</span><span
class=
"fen fen1"
>
门课
</span><span
class=
"num"
>
18
</span><span
class=
"fen"
>
学分
</span></div>
<span
class=
"num"
>
6
</span><span
class=
"fen fen1"
>
门课
</span><span
class=
"num"
>
18
</span
><span
class=
"fen"
>
学分
</span>
</div>
<div
class=
"desc_tit"
>
美国授课
</div>
<div
class=
"desc_tit"
>
美国授课
</div>
</div>
</div>
</div>
</div>
<div
class=
"img8 img55"
>
<div
class=
"img8 img55"
>
<div
class=
"mask"
></div>
<div
class=
"mask"
></div>
<div
class=
"desc"
>
<div
class=
"desc"
>
<div
class=
"desc_detail"
>
<div
class=
"desc_detail"
><span
class=
"num"
>
6
</span><span
class=
"fen fen1"
>
门课
</span><span
class=
"num"
>
18
</span><span
class=
"fen"
>
学分
</span></div>
<span
class=
"num"
>
6
</span><span
class=
"fen fen1"
>
门课
</span><span
class=
"num"
>
18
</span
><span
class=
"fen"
>
学分
</span>
</div>
<div
class=
"desc_tit"
>
中国授课
</div>
<div
class=
"desc_tit"
>
中国授课
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- 院校荣誉 -->
<!-- 院校荣誉 -->
<img
class=
"img4"
src=
"https://webapp-pub.ezijing.com/project
_online_pc/edd
/pc-school-img9.png"
/>
<img
class=
"img4"
src=
"https://webapp-pub.ezijing.com/project
/cbu-plus
/pc-school-img9.png"
/>
<!-- 课程设置 -->
<!-- 课程设置 -->
<div
class=
"content_tit"
>
<div
class=
"content_tit"
>
...
@@ -109,42 +102,38 @@
...
@@ -109,42 +102,38 @@
<div
class=
"tit_desc"
>
课程设置
</div>
<div
class=
"tit_desc"
>
课程设置
</div>
</div>
</div>
<div
class=
"course-set"
>
<div
class=
"course-set"
>
<img
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project_online_pc/edd/school-course-img.png?v=1"
/>
<img
src=
"https://webapp-pub.
ezijing
.com/project_online_pc/edd/school-course-img.png?v=1"
/>
</div>
</div>
</div>
</div>
<div
v-else
class=
"is-h5"
>
<div
v-else
class=
"is-h5"
>
<div
class=
"banner"
>
<div
class=
"banner"
>
<img
<img
class=
"img_banner"
src=
"https://webapp-pub.ezijing.com/project/cbu-plus/h5/marywood_banner_01.png"
width=
"100%"
/>
class=
"img_banner"
src=
"https://webapp-pub.ezijing.com/project_online_pc/edd/h5/marywood_banner_01.png"
width=
"100%"
/>
</div>
</div>
<div
class=
"h5-content"
>
<div
class=
"h5-content"
>
<div
class=
"h5-title"
>
加州浸会大学介绍
</div>
<div
class=
"h5-title"
>
加州浸会大学介绍
</div>
<img
src=
"https://webapp-pub.ezijing.com/project
_online_pc/edd
/h5/school-img1.png?v=2"
/>
<img
src=
"https://webapp-pub.ezijing.com/project
/cbu-plus
/h5/school-img1.png?v=2"
/>
<p>
<p>
加州浸会大学(California Baptist
加州浸会大学(California Baptist
University,简称CBU)是位于美国加利福尼亚州里弗赛德(加利福尼亚州南部,河滨市)的一所创立于1950年的综合性私立大学。CBU位于加州河滨市,距离洛杉矶60英里。目前拥有8500余名本科生和研究生,提供超过150多种本科专业及
University,简称CBU)是位于美国加利福尼亚州里弗赛德(加利福尼亚州南部,河滨市)的一所创立于1950年的综合性私立大学。CBU位于加州河滨市,距离洛杉矶60英里。目前拥有8500余名本科生和研究生,提供超过150多种本科专业及
40多种硕士学位和证书课程。CBU开设会计、建筑、航空、生物化学、商务、工程、平面设计、市场营销、音乐、护理学、工程学等150余种专业。“Live
40多种硕士学位和证书课程。CBU开设会计、建筑、航空、生物化学、商务、工程、平面设计、市场营销、音乐、护理学、工程学等150余种专业。“Live
your purpose.”这句话不仅仅是个口号 ,也传递了 CBU
your purpose.”这句话不仅仅是个口号 ,也传递了 CBU
教育经验的精髓。
教育经验的精髓。
</p>
</p>
<p>
<p>
素以一流的学术及卓越的师资而闻名的CBU被2022年“美国新闻与世界报道”评为全美顶尖大学之一,也是南加州顶尖的研究生学位授予大学之一。除了高质量的学术课程以外,学校还拥有WASC、ACBSP、CTC、NASM、BRN、CCNE、ABET等多重权威认证。
素以一流的学术及卓越的师资而闻名的CBU被2022年“美国新闻与世界报道”评为全美顶尖大学之一,也是南加州顶尖的研究生学位授予大学之一。除了高质量的学术课程以外,学校还拥有WASC、ACBSP、CTC、NASM、BRN、CCNE、ABET等多重权威认证。
</p>
</p>
<div
class=
"h5-title m-t-10"
>
专业介绍
</div>
<div
class=
"h5-title m-t-10"
>
专业介绍
</div>
<img
src=
"https://webapp-pub.ezijing.com/project
_online_pc/edd
/h5/school-img2.png?v=2"
/>
<img
src=
"https://webapp-pub.ezijing.com/project
/cbu-plus
/h5/school-img2.png?v=2"
/>
<p>
<p>
<span
class=
"desc"
>
加州浸会大学在线与专业研究的在线工商管理博士(DBA)项目:
</span>
<span
class=
"desc"
>
加州浸会大学在线与专业研究的在线工商管理博士(DBA)项目:
</span>
旨在培养创新型领导者,寻求在公共、私人和非营利组织中发挥最大影响力。这项为在职成年人设立的56个单元的工商管理在线博士学位,包括论文,可以在三年内完成。学生们将每八周集中学习一门在线课程。课程和课程旨在满足负责应对当今全球商业环境的专业人士的需求。
旨在培养创新型领导者,寻求在公共、私人和非营利组织中发挥最大影响力。这项为在职成年人设立的56个单元的工商管理在线博士学位,包括论文,可以在三年内完成。学生们将每八周集中学习一门在线课程。课程和课程旨在满足负责应对当今全球商业环境的专业人士的需求。
</p>
</p>
<div
class=
"h5-title m-t-10"
>
申请条件
</div>
<div
class=
"h5-title m-t-10"
>
申请条件
</div>
<div
class=
"h5-list"
>
<div
class=
"h5-list"
>
<img
src=
"https://webapp-pub.ezijing.com/project
_online_pc/edd
/h5/school-img3.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project
/cbu-plus
/h5/school-img3.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project
_online_pc/edd
/h5/school-img4.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project
/cbu-plus
/h5/school-img4.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project
_online_pc/edd
/h5/school-img5.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project
/cbu-plus
/h5/school-img5.png"
/>
</div>
</div>
<img
src=
"https://webapp-pub.ezijing.com/project
_online_pc/edd
/h5/school-img6.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project
/cbu-plus
/h5/school-img6.png"
/>
<div
class=
"h5-title m-t-10"
>
学制安排
</div>
<div
class=
"h5-title m-t-10"
>
学制安排
</div>
<div
class=
"img-list"
>
<div
class=
"img-list"
>
...
@@ -166,20 +155,14 @@
...
@@ -166,20 +155,14 @@
<div
class=
"xz-item xz3"
>
<div
class=
"xz-item xz3"
>
<div
class=
"mask"
></div>
<div
class=
"mask"
></div>
<div
class=
"desc"
>
<div
class=
"desc"
>
<div
class=
"desc_detail"
>
<div
class=
"desc_detail"
><span
class=
"num"
>
6
</span><span
class=
"fen fen1"
>
门课
</span><span
class=
"num"
>
18
</span><span
class=
"fen"
>
学分
</span></div>
<span
class=
"num"
>
6
</span><span
class=
"fen fen1"
>
门课
</span><span
class=
"num"
>
18
</span
><span
class=
"fen"
>
学分
</span>
</div>
<div
class=
"desc_tit"
>
国内授课
</div>
<div
class=
"desc_tit"
>
国内授课
</div>
</div>
</div>
</div>
</div>
<div
class=
"xz-item xz4"
>
<div
class=
"xz-item xz4"
>
<div
class=
"mask"
></div>
<div
class=
"mask"
></div>
<div
class=
"desc"
>
<div
class=
"desc"
>
<div
class=
"desc_detail"
>
<div
class=
"desc_detail"
><span
class=
"num"
>
6
</span><span
class=
"fen fen1"
>
门课
</span><span
class=
"num"
>
18
</span><span
class=
"fen"
>
学分
</span></div>
<span
class=
"num"
>
6
</span><span
class=
"fen fen1"
>
门课
</span><span
class=
"num"
>
18
</span
><span
class=
"fen"
>
学分
</span>
</div>
<div
class=
"desc_tit"
>
国外授课
</div>
<div
class=
"desc_tit"
>
国外授课
</div>
</div>
</div>
</div>
</div>
...
@@ -188,10 +171,7 @@
...
@@ -188,10 +171,7 @@
<div
class=
"h5-title m-t-10"
>
课程设置
</div>
<div
class=
"h5-title m-t-10"
>
课程设置
</div>
<div
class=
"h5-course-set"
>
<div
class=
"h5-course-set"
>
<img
<img
src=
"https://webapp-pub.ezijing.com/project/cbu-plus/h5/school-img7.png"
style=
"margin-bottom:0.3rem"
/>
src=
"https://webapp-pub.ezijing.com/project_online_pc/edd/h5/school-img7.png"
style=
"margin-bottom:0.3rem"
/>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -207,24 +187,22 @@ export default {
...
@@ -207,24 +187,22 @@ export default {
return
{
return
{
applyList
:
[
applyList
:
[
{
{
img
:
'https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project_online_pc/edd/apply_step1.png'
,
img
:
'https://webapp-pub.
ezijing
.com/project_online_pc/edd/apply_step1.png'
,
tit
:
'学历'
,
tit
:
'学历'
,
desc
:
`申请者需持有硕士学位<br/>·拥有工商管理硕士(MBA)学位的申请者可直接申请。<span style="font-size:14px;color:#999999">(通过在线方式取得海外MBA学位的需要单独审核)</span><br/>·拥有MBA以外专业硕士学位的申请者需证明具有5年以上的管理工作经验或者相关领域研究经验,可直接申请。申请通过后,须完成紫荆教育提供的MBA先修课程,才可进入正式的博士项目课程学习。`
desc
:
`申请者需持有硕士学位<br/>·拥有工商管理硕士(MBA)学位的申请者可直接申请。<span style="font-size:14px;color:#999999">(通过在线方式取得海外MBA学位的需要单独审核)</span><br/>·拥有MBA以外专业硕士学位的申请者需证明具有5年以上的管理工作经验或者相关领域研究经验,可直接申请。申请通过后,须完成紫荆教育提供的MBA先修课程,才可进入正式的博士项目课程学习。`
// tips: ''
// tips: ''
},
},
{
{
img
:
'https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project_online_pc/edd/apply_step2.png'
,
img
:
'https://webapp-pub.
ezijing
.com/project_online_pc/edd/apply_step2.png'
,
tit
:
'语言'
,
tit
:
'语言'
,
desc
:
desc
:
'托福79分以上或者雅思6.0分以上<br/>·未达到上述语言要求者,申请通过后,须参加紫荆教育提供的英语强化课程(IntensiveEnglishProgram),测试成绩合格后才可进入博士项目课程学习。'
'托福79分以上或者雅思6.0分以上<br/>·未达到上述语言要求者,申请通过后,须参加紫荆教育提供的英语强化课程(IntensiveEnglishProgram),测试成绩合格后才可进入博士项目课程学习。'
// tips: ''
// tips: ''
},
},
{
{
img
:
'https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project_online_pc/edd/apply_step3.png'
,
img
:
'https://webapp-pub.
ezijing
.com/project_online_pc/edd/apply_step3.png'
,
tit
:
'GPA'
,
tit
:
'GPA'
,
desc
:
desc
:
'硕士阶段GPA不低于3.0<br/>·GPA低于3.0的申请者需证明具有8年以上的管理工作或者相关领域研究经验,经紫荆教育和CBU教职人员面试后,可直接申请。'
'硕士阶段GPA不低于3.0<br/>·GPA低于3.0的申请者需证明具有8年以上的管理工作或者相关领域研究经验,经紫荆教育和CBU教职人员面试后,可直接申请。'
// tips: ''
// tips: ''
}
}
],
],
...
@@ -597,16 +575,16 @@ export default {
...
@@ -597,16 +575,16 @@ export default {
}
}
.img5
{
.img5
{
background
:
url('https://webapp-pub.ezijing.com/project
_online_pc/edd
/pc-school-img4.png')
;
background
:
url('https://webapp-pub.ezijing.com/project
/cbu-plus
/pc-school-img4.png')
;
}
}
.img6
{
.img6
{
background
:
url('https://webapp-pub.ezijing.com/project
_online_pc/edd
/pc-school-img5.png')
;
background
:
url('https://webapp-pub.ezijing.com/project
/cbu-plus
/pc-school-img5.png')
;
}
}
.img7
{
.img7
{
background
:
url('https://webapp-pub.ezijing.com/project
_online_pc/edd
/pc-school-img6.png')
;
background
:
url('https://webapp-pub.ezijing.com/project
/cbu-plus
/pc-school-img6.png')
;
}
}
.img8
{
.img8
{
background
:
url('https://webapp-pub.ezijing.com/project
_online_pc/edd
/pc-school-img7.png')
;
background
:
url('https://webapp-pub.ezijing.com/project
/cbu-plus
/pc-school-img7.png')
;
}
}
}
}
.img4
{
.img4
{
...
@@ -797,16 +775,16 @@ export default {
...
@@ -797,16 +775,16 @@ export default {
}
}
}
}
.xz1
{
.xz1
{
background
:
url('https://webapp-pub.ezijing.com/project
_online_pc/edd
/h5/h5-school-img1.png')
;
background
:
url('https://webapp-pub.ezijing.com/project
/cbu-plus
/h5/h5-school-img1.png')
;
}
}
.xz2
{
.xz2
{
background
:
url('https://webapp-pub.ezijing.com/project
_online_pc/edd
/h5/h5-school-img2.png')
;
background
:
url('https://webapp-pub.ezijing.com/project
/cbu-plus
/h5/h5-school-img2.png')
;
}
}
.xz3
{
.xz3
{
background
:
url('https://webapp-pub.ezijing.com/project
_online_pc/edd
/h5/h5-school-img3.png')
;
background
:
url('https://webapp-pub.ezijing.com/project
/cbu-plus
/h5/h5-school-img3.png')
;
}
}
.xz4
{
.xz4
{
background
:
url('https://webapp-pub.ezijing.com/project
_online_pc/edd
/h5/h5-school-img4.png')
;
background
:
url('https://webapp-pub.ezijing.com/project
/cbu-plus
/h5/h5-school-img4.png')
;
}
}
}
}
}
}
...
...
plugins/vue-lazyload.js
浏览文件 @
166afcf9
...
@@ -3,8 +3,8 @@ import VueLazyload from 'vue-lazyload'
...
@@ -3,8 +3,8 @@ import VueLazyload from 'vue-lazyload'
// or with options
// or with options
Vue
.
use
(
VueLazyload
,
{
Vue
.
use
(
VueLazyload
,
{
preLoad
:
1.3
,
// 预加载的宽高比
preLoad
:
1.3
,
// 预加载的宽高比
error
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/img_default.png'
,
// 图片加载失败时使用的图片源
error
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/img_default.png'
,
// 图片加载失败时使用的图片源
loading
:
'https://webapp-pub.ezijing.com/project
_online_pc/edd
/img_default.png'
,
// 图片加载的路径
loading
:
'https://webapp-pub.ezijing.com/project
/cbu-plus
/img_default.png'
,
// 图片加载的路径
attempt
:
1
,
// 尝试加载次数
attempt
:
1
,
// 尝试加载次数
throttleWait
:
100
,
//加载时间快些,不然时间有点久
throttleWait
:
100
,
//加载时间快些,不然时间有点久
observer
:
true
observer
:
true
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论