Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
14685586
提交
14685586
authored
9月 08, 2022
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: 新增cbu-online 项目站
上级
1670be7f
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
38 个修改的文件
包含
154 行增加
和
93 行删除
+154
-93
.env
.env
+1
-1
.env.dev
.env.dev
+1
-1
.env.test
.env.test
+1
-1
ApplyForm.vue
components/base/h5/ApplyForm.vue
+2
-2
Menu.vue
components/base/h5/Menu.vue
+8
-8
RightAside.vue
components/base/h5/RightAside.vue
+1
-1
Video.vue
components/home/Video.vue
+47
-11
banners.vue
components/home/banners.vue
+2
-2
projectFeatures.vue
components/home/projectFeatures.vue
+8
-8
projectPosition.vue
components/home/projectPosition.vue
+12
-6
Footer.vue
components/layout/h5/Footer.vue
+1
-1
Header.vue
components/layout/h5/Header.vue
+2
-2
Foot.vue
components/layout/pc/Foot.vue
+4
-4
Head.vue
components/layout/pc/Head.vue
+2
-2
Menu.vue
components/layout/pc/Menu.vue
+8
-8
rightAside.vue
components/rightAside.vue
+3
-3
zh-CN.js
langs/zh-CN.js
+1
-1
index.vue
modules/letter/index.vue
+1
-1
xy.js
modules/my/admission/form/xy.js
+11
-2
ywjl.js
modules/my/admission/form/ywjl.js
+1
-1
qrcodePay.vue
modules/my/application/components/qrcodePay.vue
+1
-1
declare.js
modules/my/application/form/declare.js
+1
-1
answer.js
modules/my/application/form/info/answer.js
+2
-2
ywjl.js
modules/my/interview/form/ywjl.js
+11
-2
indexPay.vue
modules/my/welcome/indexPay.vue
+1
-1
indexWelcome.vue
modules/my/welcome/indexWelcome.vue
+1
-1
nuxt.config.js
nuxt.config.js
+1
-1
school.vue
pages/about/school.vue
+0
-0
academic.vue
pages/academic/academic.vue
+2
-2
campusList.vue
pages/campusList/campusList.vue
+0
-0
dataDownload.vue
pages/dataDownload/dataDownload.vue
+2
-2
apply.vue
pages/enroll/apply.vue
+2
-2
process.vue
pages/enroll/process.vue
+7
-6
index.vue
pages/news/hot/index.vue
+1
-1
index.vue
pages/news/interview/index.vue
+1
-1
introduce.vue
pages/project-intro/introduce.vue
+2
-2
school3.vue
pages/school/school3.vue
+0
-0
vue-lazyload.js
plugins/vue-lazyload.js
+2
-2
没有找到文件。
.env
浏览文件 @
14685586
projectId=10
17
projectId=10
23
newProjectId=25634964940156928
...
...
.env.dev
浏览文件 @
14685586
projectId=10
17
projectId=10
23
newProjectId=25634964940156928
...
...
.env.test
浏览文件 @
14685586
projectId
=
10
17
projectId
=
10
23
newProjectId
=
25634964940156928
...
...
components/base/h5/ApplyForm.vue
浏览文件 @
14685586
...
...
@@ -36,7 +36,7 @@ import * as api from '@/api'
export
default
{
data
()
{
return
{
ruleForm
:
{
name
:
''
,
phone
:
''
,
project_id
:
'10
17
'
,
channel
:
localStorage
.
getItem
(
'channel_num'
)
||
19960
},
ruleForm
:
{
name
:
''
,
phone
:
''
,
project_id
:
'10
23
'
,
channel
:
localStorage
.
getItem
(
'channel_num'
)
||
19960
},
projectList
:
[
{
label
:
'金融工商管理硕士'
,
value
:
'1000'
},
{
label
:
'酒店及旅游业工商管理硕士'
,
value
:
'1008'
},
...
...
@@ -45,7 +45,7 @@ export default {
{
label
:
'教育学硕士'
,
value
:
'1005'
},
{
label
:
'中国未来金融领袖计划'
,
value
:
'1007'
},
{
label
:
'1+1 国际硕士'
,
value
:
'1016'
},
{
label
:
'
工商管理博士DBA'
,
value
:
'1017
'
}
{
label
:
'
在线工商管理博士DBA'
,
value
:
'1023
'
}
],
phoneCode
:
''
,
codeButtonDisabled
:
false
,
...
...
components/base/h5/Menu.vue
浏览文件 @
14685586
...
...
@@ -30,10 +30,10 @@ export default {
// // { name: '师资介绍', path: '/about/teacher' }
// ]
// },
{
name
:
'学历认证'
,
path
:
'/academic/academic'
},
//
{
//
name: '学历认证',
//
path: '/academic/academic'
//
},
{
name
:
'报名流程'
,
children
:
[
...
...
@@ -45,10 +45,10 @@ export default {
name
:
'资料下载'
,
path
:
'/dataDownload/dataDownload'
},
{
name
:
'归国政策'
,
path
:
'/returnPolicy/returnPolicy'
},
//
{
//
name: '归国政策',
//
path: '/returnPolicy/returnPolicy'
//
},
// {
// name: '常见问题',
// path: '/question/question'
...
...
components/base/h5/RightAside.vue
浏览文件 @
14685586
...
...
@@ -29,7 +29,7 @@
<div
class=
"dialog-box"
@
click
.
stop
>
<h2
class=
"title"
>
招办官方微信
</h2>
<div
class=
"follow"
>
<img
src=
"https://webapp-pub.ezijing.com/project/cbu-
plus
/cbu_wechat.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/cbu-
online
/cbu_wechat.png"
/>
<p>
扫码关注 了解更多
</p>
</div>
</div>
...
...
components/home/Video.vue
浏览文件 @
14685586
<
template
>
<div
class=
"video-wrapper"
:class=
"className"
>
<div
v-if=
"!isMobile"
class=
"content"
@
mouseenter=
"handleMouseEnter"
@
mouseleave=
"showType = ''"
@
mousemove=
"handleMouseEnter"
@
click=
"handleClick"
ref=
"target"
:style=
"
{ cursor: mouseCursor }">
<div
v-if=
"!isMobile"
class=
"content"
@
mouseenter=
"handleMouseEnter"
@
mouseleave=
"showType = ''"
@
mousemove=
"handleMouseEnter"
@
click=
"handleClick"
ref=
"target"
:style=
"
{ cursor: mouseCursor }"
>
<!--
<ul
class=
"video-list"
>
<li
class=
"video-item"
v-for=
"(item, index) in list"
:key=
"index"
>
<div
class=
"video-poster"
>
...
...
@@ -18,7 +27,12 @@
<div
class=
"swiper-slide"
v-for=
"(item, index) in list"
:key=
"index"
>
<div
class=
"item-media"
>
<img
:src=
"item.poster"
/>
<div
class=
"video-play"
@
click
.
stop=
"open(item)"
@
mouseenter
.
stop=
"handleVideoMouseEnter"
@
mousemove
.
stop=
"handleVideoMouseEnter"
></div>
<div
class=
"video-play"
@
click
.
stop=
"open(item)"
@
mouseenter
.
stop=
"handleVideoMouseEnter"
@
mousemove
.
stop=
"handleVideoMouseEnter"
></div>
</div>
<div
class=
"item-text"
>
<div
class=
"item-text-tit"
>
{{
item
.
title
}}
</div>
...
...
@@ -37,7 +51,12 @@
<div
class=
"swiper-slide"
v-for=
"(item, index) in list"
:key=
"index"
>
<div
class=
"item-media"
>
<img
:src=
"item.poster"
/>
<div
class=
"video-play"
@
click
.
stop=
"open(item)"
@
mouseenter
.
stop=
"handleVideoMouseEnter"
@
mousemove
.
stop=
"handleVideoMouseEnter"
></div>
<div
class=
"video-play"
@
click
.
stop=
"open(item)"
@
mouseenter
.
stop=
"handleVideoMouseEnter"
@
mousemove
.
stop=
"handleVideoMouseEnter"
></div>
</div>
<div
class=
"item-text"
>
<div
class=
"item-text-tit"
>
{{
item
.
title
}}
</div>
...
...
@@ -48,7 +67,18 @@
<div
class=
"swiper-pagination swiper-pagination-bullets"
></div>
</div>
</div>
<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>
<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>
</
template
>
...
...
@@ -63,25 +93,29 @@ export default {
title
:
'CBU校长欢迎致词'
,
desc
:
'Welcome speech from the president of CBU'
,
src
:
'https://webapp-pub.ezijing.com/project/sbu-plus/video7.mp4'
,
poster
:
'https://webapp-pub.ezijing.com/project/sbu-plus/video1.mp4?x-oss-process=video/snapshot,t_35700,f_jpg,m_fast'
poster
:
'https://webapp-pub.ezijing.com/project/sbu-plus/video1.mp4?x-oss-process=video/snapshot,t_35700,f_jpg,m_fast'
},
{
title
:
'线上项目'
,
desc
:
'CBU Online Programs'
,
src
:
'https://webapp-pub.ezijing.com/project/sbu-plus/video2.mp4'
,
poster
:
'https://webapp-pub.ezijing.com/project/sbu-plus/video2.mp4?x-oss-process=video/snapshot,t_35700,f_jpg,m_fast'
poster
:
'https://webapp-pub.ezijing.com/project/sbu-plus/video2.mp4?x-oss-process=video/snapshot,t_35700,f_jpg,m_fast'
},
{
title
:
'商学院'
,
desc
:
'School of Business'
,
src
:
'https://webapp-pub.ezijing.com/project/sbu-plus/video3.mp4'
,
poster
:
'https://webapp-pub.ezijing.com/project/sbu-plus/video3.mp4?x-oss-process=video/snapshot,t_27000,f_jpg,m_fast'
poster
:
'https://webapp-pub.ezijing.com/project/sbu-plus/video3.mp4?x-oss-process=video/snapshot,t_27000,f_jpg,m_fast'
},
{
title
:
'丰富多彩的校园活动'
,
desc
:
'So much to do at CBU'
,
src
:
'https://webapp-pub.ezijing.com/project/sbu-plus/video4.mp4'
,
poster
:
'https://webapp-pub.ezijing.com/project/sbu-plus/video4.mp4?x-oss-process=video/snapshot,t_6000,f_jpg,m_fast'
poster
:
'https://webapp-pub.ezijing.com/project/sbu-plus/video4.mp4?x-oss-process=video/snapshot,t_6000,f_jpg,m_fast'
}
],
// 当前播放的视频
...
...
@@ -116,7 +150,8 @@ export default {
const
target
=
this
.
$refs
.
target
.
getBoundingClientRect
()
if
(
e
.
clientX
-
target
.
left
<
(
target
.
right
-
target
.
left
)
/
2
)
{
if
(
this
.
showIndex
>
0
)
{
this
.
mouseCursor
=
'url(https://www.harvard.edu/wp-content/themes/core/assets/img/theme/featured-stories/arrow-left-dark.svg) 30 30, e-resize'
this
.
mouseCursor
=
'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'
}
else
{
this
.
mouseCursor
=
'default'
...
...
@@ -124,7 +159,8 @@ export default {
}
}
else
{
if
(
this
.
showIndex
<
this
.
list
.
length
-
1
)
{
this
.
mouseCursor
=
'url(https://www.harvard.edu/wp-content/themes/core/assets/img/theme/featured-stories/arrow-right-dark.svg) 30 30, e-resize'
this
.
mouseCursor
=
'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'
}
else
{
this
.
mouseCursor
=
'default'
...
...
@@ -187,7 +223,7 @@ export default {
.is-pc
{
margin-top
:
56px
;
.video-wrapper
{
background
:
url(https://webapp-pub.ezijing.com/project/cbu-
plus
/video_bg.png?v=1)
no-repeat
center
center
;
background
:
url(https://webapp-pub.ezijing.com/project/cbu-
online
/video_bg.png?v=1)
no-repeat
center
center
;
background-size
:
cover
;
}
.content
{
...
...
components/home/banners.vue
浏览文件 @
14685586
<
template
>
<div
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<div
class=
"banner-content"
>
<img
class=
"img"
src=
"https://webapp-pub.ezijing.com/project/cbu-
plus
/banner.png?v=4"
/>
<img
class=
"img"
src=
"https://webapp-pub.ezijing.com/project/cbu-
online
/banner.png?v=4"
/>
<div
class=
"banner_navList"
>
<div
class=
"banner_nav"
v-for=
"(item, index) in navList"
:key=
"index"
@
click=
"navClick(item)"
>
<div
class=
"nav_top"
>
...
...
@@ -67,7 +67,7 @@ export default {
if
(
item
.
tag
===
'1'
)
{
this
.
$router
.
push
(
'/my/account'
)
}
else
if
(
item
.
tag
===
'2'
)
{
window
.
open
(
'https://webapp-pub.ezijing.com/project/cbu-
plus
/%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf'
)
window
.
open
(
'https://webapp-pub.ezijing.com/project/cbu-
online
/%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf'
)
}
else
if
(
item
.
tag
===
'3'
)
{
this
.
$router
.
push
(
'/about/school'
)
}
else
if
(
item
.
tag
===
'4'
)
{
...
...
components/home/projectFeatures.vue
浏览文件 @
14685586
...
...
@@ -85,32 +85,32 @@ export default {
return
{
listData
:
[
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/cbu-
plus
/pc-index-project-intro-01.png?v=4'
,
web_img_uri
:
'https://webapp-pub.ezijing.com/project/cbu-
online
/pc-index-project-intro-01.png?v=4'
,
item_desc_tit
:
'学术领先'
,
item_desc_con
:
'工商管理学位项目加州排名TOP3<br/>ACBSP认证商学院'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/cbu-
plus
/pc-index-project-intro-02.png?v=4'
,
item_desc_tit
:
'
灵活就读
'
,
item_desc_con
:
'
可线上、线下就读
'
web_img_uri
:
'https://webapp-pub.ezijing.com/project/cbu-
online
/pc-index-project-intro-02.png?v=4'
,
item_desc_tit
:
'
线下课+线上课结合
'
,
item_desc_con
:
'
时间规划清晰可控,学习、事业,理论、实践相辅相成。
'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/cbu-
plus
/pc-index-project-intro-03.png?v=4'
,
web_img_uri
:
'https://webapp-pub.ezijing.com/project/cbu-
online
/pc-index-project-intro-03.png?v=4'
,
item_desc_tit
:
'免标准考试'
,
item_desc_con
:
'校方考试,替代托福'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/cbu-
plus
/pc-index-project-intro-04.png?v=4'
,
web_img_uri
:
'https://webapp-pub.ezijing.com/project/cbu-
online
/pc-index-project-intro-04.png?v=4'
,
item_desc_tit
:
'师资雄厚'
,
item_desc_con
:
'清华北大教授+毕业于哈佛、南加大等全美TOP20美方导师'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/cbu-
plus
/pc-index-project-intro-05.png?v=4'
,
web_img_uri
:
'https://webapp-pub.ezijing.com/project/cbu-
online
/pc-index-project-intro-05.png?v=4'
,
item_desc_tit
:
'位置优越'
,
item_desc_con
:
'距洛杉矶60英里 北邻硅谷'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/cbu-
plus
/pc-index-project-intro-06.png?v=4'
,
web_img_uri
:
'https://webapp-pub.ezijing.com/project/cbu-
online
/pc-index-project-intro-06.png?v=4'
,
item_desc_tit
:
'前沿理论+管理实践'
,
item_desc_con
:
'中美学界商界深度融合,国际视野本土实践'
}
...
...
components/home/projectPosition.vue
浏览文件 @
14685586
...
...
@@ -4,10 +4,13 @@
<card
title=
"项目简介"
v-if=
"!isMobile"
>
<div
class=
"desc"
>
<p>
加州浸会大学工商管理博士(DBA)项目是经过美国教育监管机构 WASC、BPPE、DOE等批准的正规博士项目。该项目强调课程学习与论文写作结合,以培养将管理实践和理论研究深度融合的商业领袖和学者为目标。
加州浸会大学在线工商管理博士(Online DBA)项目是经过美国教育监管机构
WASC、BPPE、DOE等批准的正规博士项目。该项目强调课程学习与论文写作结合,以培养将管理实践和理论研究深度融合的商业领袖和学者为目标。
</p>
<br
/>
<p>
为了更好的融合中国实践,清控紫荆教育是加州浸会大学在线工商管理博士项目中国唯一合作伙伴,双方共同致力于为学生提供高质量的学习体验和服务。
</p>
<br/>
<p>
为了更好的融合中国实践,清控紫荆教育是加州浸会大学工商管理博士项目中国唯一合作伙伴,双方共同致力于为学生提供高质量的学习体验和服务。
</p>
<p>
加州浸会大学位于美国加州“科技、创新之都”河滨市(Riverside, CA),
距离美国第二大城市洛杉矶仅60英里(1小时车程),北邻美国科技与科技企业的中心——硅谷。创立于1950年,
...
...
@@ -23,11 +26,14 @@
<div
class=
"tit"
>
项目简介
</div>
<div
class=
"desc"
>
<p>
加州浸会大学工商管理博士(DBA)项目是经过美国教育监管机构 WASC、BPPE、DOE等批准的正规博士项目。该项目强调课程学习与论文写作结合,以培养将管理实践和理论研究深度融合的商业领袖和学者为目标。
加州浸会大学在线工商管理博士(Online DBA)项目是经过美国教育监管机构
WASC、BPPE、DOE等批准的正规博士项目。该项目强调课程学习与论文写作结合,以培养将管理实践和理论研究深度融合的商业领袖和学者为目标。
</p>
<br/>
<br
/>
<p>
为了更好的融合中国实践,清控紫荆教育是加州浸会大学工商管理博士项目中国唯一合作伙伴,双方共同致力于为学生提供高质量的学习体验和服务。
</p>
<p>
为了更好的融合中国实践,清控紫荆教育是加州浸会大学在线工商管理博士项目中国唯一合作伙伴,双方共同致力于为学生提供高质量的学习体验和服务。
</p>
<p>
加州浸会大学位于美国加州“科技、创新之都”河滨市(Riverside, CA),
距离美国第二大城市洛杉矶仅60英里(1小时车程),北邻美国科技与科技企业的中心——硅谷。创立于1950年,
...
...
components/layout/h5/Footer.vue
浏览文件 @
14685586
...
...
@@ -5,7 +5,7 @@
<div
class=
"link-left link-con"
>
<div
class=
"tit"
><a
href=
"/about/school"
>
项目介绍
</a></div>
<!--
<div
class=
"tit"
><a
href=
"/question/question"
>
常见问题
</a></div>
-->
<!--
<div
class=
"tit"
><a
href=
"/"
>
工商管理博士DBA
</a></div>
-->
<!--
<div
class=
"tit"
><a
href=
"/"
>
在线
工商管理博士DBA
</a></div>
-->
<!--
<div
class=
"tit"
><a
href=
"https://h5.ezijing.com"
target=
"_blank"
>
清控紫荆教育
</a></div>
-->
</div>
...
...
components/layout/h5/Header.vue
浏览文件 @
14685586
...
...
@@ -3,11 +3,11 @@
<header
class=
"main-header"
>
<template
v-if=
"!searchVisible"
>
<div
class=
"logo-box"
>
<img
@
click=
"goWebsite"
src=
"https://webapp-pub.ezijing.com/project/cbu-
plus
/logo.png"
/>
<img
@
click=
"goWebsite"
src=
"https://webapp-pub.ezijing.com/project/cbu-
online
/logo.png"
/>
<div
class=
"line"
></div>
<nuxt-link
to=
"/"
class=
"logo"
>
<div
class=
"title"
>
加州浸会大学工商管理博士DBA
加州浸会大学
在线在线
工商管理博士DBA
</div>
<!--
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/marywood_logo.svg"
/>
-->
</nuxt-link>
...
...
components/layout/pc/Foot.vue
浏览文件 @
14685586
...
...
@@ -4,13 +4,13 @@
<div
class=
"foot-content"
>
<div
class=
"left-content"
>
<div
class=
"logo-title"
>
<img
src=
"https://webapp-pub.ezijing.com/project/cbu-
plus
/cbu-logo-white-new.png"
/>
<h1>
工商管理博士DBA
</h1>
<img
src=
"https://webapp-pub.ezijing.com/project/cbu-
online
/cbu-logo-white-new.png"
/>
<h1>
在线
工商管理博士DBA
</h1>
</div>
<div
class=
"bottom"
>
<div
class=
"bottom_left con"
>
<a
href=
"/about/school"
>
项目介绍
</a>
<!--
<a
href=
"/"
>
工商管理博士DBA
</a>
-->
<!--
<a
href=
"/"
>
在线
工商管理博士DBA
</a>
-->
<!--
<a
href=
"/question/question"
>
常见问题
</a>
-->
<!--
<a
href=
"https://www.ezijing.com/"
target=
"_blank"
>
清控紫荆教育
</a>
-->
</div>
...
...
@@ -39,7 +39,7 @@
</div>
</div>
<div
class=
"right-content"
>
<img
src=
"https://webapp-pub.ezijing.com/project/cbu-
plus
/cbu_wechat.png"
class=
"code"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/cbu-
online
/cbu_wechat.png"
class=
"code"
/>
<div
class=
"tips-txt"
>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/184235d9f6edbb39d52fc6f77339ff5b.png"
/>
<div
class=
"txt"
>
{{
$t
(
'foot.weChat'
)
}}
</div>
...
...
components/layout/pc/Head.vue
浏览文件 @
14685586
...
...
@@ -7,10 +7,10 @@
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/307f688850f8308a5c944bd129436fe0.png"
/>
</nuxt-link>
-->
<div
class=
"logo-box"
>
<img
@
click=
"goWebsite"
src=
"https://webapp-pub.ezijing.com/project/cbu-
plus
/logo.png"
/>
<img
@
click=
"goWebsite"
src=
"https://webapp-pub.ezijing.com/project/cbu-
online
/logo.png"
/>
<div
class=
"line"
></div>
<nuxt-link
to=
"/"
>
<div
class=
"title"
>
加州浸会大学工商管理博士DBA
</div>
<div
class=
"title"
>
加州浸会大学
在线在线
工商管理博士DBA
</div>
</nuxt-link>
<!--
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/marywood_logo.svg"
/>
-->
</div>
...
...
components/layout/pc/Menu.vue
浏览文件 @
14685586
...
...
@@ -91,10 +91,10 @@ export default {
},
// 学历认证
{
name
:
this
.
$t
(
'menu.academic'
),
path
:
'/academic/academic'
},
//
{
//
name: this.$t('menu.academic'),
//
path: '/academic/academic'
//
},
// 报名流程
{
name
:
this
.
$t
(
'menu.enroll'
),
...
...
@@ -111,10 +111,10 @@ export default {
path
:
'/dataDownload/dataDownload'
},
// 归国政策
{
name
:
this
.
$t
(
'menu.returnPolicy'
),
path
:
'/returnPolicy/returnPolicy'
},
//
{
//
name: this.$t('menu.returnPolicy'),
//
path: '/returnPolicy/returnPolicy'
//
},
// 常见问题
// {
// name: this.$t('menu.question'),
...
...
components/rightAside.vue
浏览文件 @
14685586
...
...
@@ -72,7 +72,7 @@
</div>
<div
class=
"wx_cont"
v-show=
"tabBtnTarget === 'wx'"
>
<h5>
{{
$t
(
'aside.follow'
)
}}
</h5>
<img
src=
"https://webapp-pub.ezijing.com/project/cbu-
plus
/cbu_wechat.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/cbu-
online
/cbu_wechat.png"
/>
</div>
</div>
</transition>
...
...
@@ -92,7 +92,7 @@ export default {
formInfo
:
{
name
:
''
,
phone
:
''
,
newProjectId
:
'10
17
'
newProjectId
:
'10
23
'
},
projectList
:
[
{
label
:
'金融工商管理硕士'
,
value
:
'1000'
},
...
...
@@ -102,7 +102,7 @@ export default {
{
label
:
'教育学硕士'
,
value
:
'1005'
},
{
label
:
'中国未来金融领袖计划'
,
value
:
'1007'
},
{
label
:
'1+1 国际硕士'
,
value
:
'1016'
},
{
label
:
'
工商管理博士DBA'
,
value
:
'1017
'
}
{
label
:
'
在线工商管理博士DBA'
,
value
:
'1023
'
}
]
}
},
...
...
langs/zh-CN.js
浏览文件 @
14685586
...
...
@@ -297,7 +297,7 @@ export default {
project6
:
'教育学硕士MED(儿童心理与教育)'
,
project7
:
'中国未来金融领袖计划'
,
project8
:
'1+1 国际硕士'
,
project9
:
'工商管理博士DBA'
,
project9
:
'
在线
工商管理博士DBA'
,
pay
:
'扫描关注微信公众号'
}
}
modules/letter/index.vue
浏览文件 @
14685586
...
...
@@ -9,7 +9,7 @@
</div>
</div>
</header>
<nav
class=
"nav"
><h1
class=
"title"
>
加州浸会大学工商管理博士DBA项目推荐信
</h1></nav>
<nav
class=
"nav"
><h1
class=
"title"
>
加州浸会大学
在线
工商管理博士DBA项目推荐信
</h1></nav>
<section
class=
"content"
>
<el-form
:model=
"ruleForm"
...
...
modules/my/admission/form/xy.js
浏览文件 @
14685586
...
...
@@ -6,7 +6,16 @@ export default function(_this) {
action
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/
${
process
.
env
.
projectId
}
`
,
callback
(
data
)
{
const
{
attachments
=
[],
submission_stage
:
submissionStage
=
'FILLING'
}
=
data
.
data
.
material
const
stageList
=
[
'FILLING'
,
'PREPAYMENT'
,
'INTERVIEW_APPLICATION'
,
'AUDITION'
,
'INTERVIEW'
,
'PAYMENT'
,
'REGISTRATION'
,
'CLOSED'
]
const
stageList
=
[
'FILLING'
,
'PREPAYMENT'
,
'INTERVIEW_APPLICATION'
,
'AUDITION'
,
'INTERVIEW'
,
'PAYMENT'
,
'REGISTRATION'
,
'CLOSED'
]
this
.
form
.
options
.
disabled
=
stageList
.
findIndex
(
item
=>
item
===
submissionStage
)
>
6
const
ADMISSION_AGREEMENT
=
attachments
.
filter
(
item
=>
{
return
item
.
file_type_id
===
'ADMISSION_AGREEMENT'
...
...
@@ -30,7 +39,7 @@ export default function(_this) {
data
:
{
file_type
:
'ADMISSION_AGREEMENT'
}
},
prepend
:
`
<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><a href="https://webapp-pub.ezijing.com/project/cbu-
online
/%E5%85%A5%E5%AD%A6%E5%8D%8F%E8%AE%AE.pdf" target="_blank" download="入学协议">下载入学协议</a></p>
<p>申请者可将签字后的入学协议原件扫描或拍照后提交。</p>
<p>学员应仔细阅读《入学协议》以及课程介绍,如对入学协议或课程有异议,请第一时间与课程顾问咨询确认。请用A4纸打印后,在入学协议上签上姓名和日期,内容需显示完整、格式整齐、字迹清晰可辨。上传文件仅限“jpg,jpeg,pdf,png”格式,文件小于10Mb。</p>
`
...
...
modules/my/admission/form/ywjl.js
浏览文件 @
14685586
...
...
@@ -38,7 +38,7 @@ export default {
data
:
{
file_type
:
'RESUME_EN'
}
},
append
:
`
<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>请下载填写英文简历模板后上传 [<a href="https://webapp-pub.ezijing.com/project/cbu-
online
/%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>`
}
]
...
...
modules/my/application/components/qrcodePay.vue
浏览文件 @
14685586
...
...
@@ -6,7 +6,7 @@
</div>
<h1>
欢迎您
</h1>
<p
class=
"t1"
>
申请加州浸会大学工商管理博士项目,本项目的申请费为
<span>
700
</span>
元,请扫描二维码以完成报名。
申请加州浸会大学
在线
工商管理博士项目,本项目的申请费为
<span>
700
</span>
元,请扫描二维码以完成报名。
</p>
</div>
<div
class=
"qrcode-error"
v-if=
"qrcodeError"
>
...
...
modules/my/application/form/declare.js
浏览文件 @
14685586
...
...
@@ -44,7 +44,7 @@ export default function(_this) {
values
:
[{
label
:
'同意'
,
value
:
1
}],
model
:
'isAgree'
,
rules
:
[{
required
:
true
,
message
:
'请阅读协议'
,
trigger
:
'change'
}],
prepend
:
`<p>1、本人知晓此申请表及所附文件将作为申请加州浸会大学工商管理博士DBA面试和背景评估的参考依据,一旦成功录取,有关资料将作为学生信息存档。</p>
prepend
:
`<p>1、本人知晓此申请表及所附文件将作为申请加州浸会大学
在线
工商管理博士DBA面试和背景评估的参考依据,一旦成功录取,有关资料将作为学生信息存档。</p>
<p>2、本人声明所填资料正确无误,知晓任何不真实的信息或不诚信的行为,均会影响申请结果,已取得的成绩和资格会被取消。我理解并同意所有报名材料归紫荆教育所有,无论考生录取与否均不退回。我授权紫荆教育使用报名表中的信息查询本人学习和工作记录。</p>`
}
]
...
...
modules/my/application/form/info/answer.js
浏览文件 @
14685586
...
...
@@ -19,7 +19,7 @@ export default function(_this) {
const
[
first
=
{},
second
=
{}]
=
answers
return
{
qid1
:
first
.
qid
||
'1'
,
question1
:
'您为什么要申请加州浸会大学工商管理博士DBA项目?'
,
question1
:
'您为什么要申请加州浸会大学
在线
工商管理博士DBA项目?'
,
answer1
:
first
.
answer
,
qid2
:
second
.
qid
||
'2'
,
question2
:
'您的短期和长期职业发展目标是什么?您打算如何达成此愿景?'
,
...
...
@@ -45,7 +45,7 @@ export default function(_this) {
items
:
[
{
type
:
'v-input'
,
label
:
'您为什么要申请加州浸会大学工商管理博士DBA项目?(60字以上,1000字以内)'
,
label
:
'您为什么要申请加州浸会大学
在线
工商管理博士DBA项目?(60字以上,1000字以内)'
,
model
:
'answer1'
,
attrs
:
{
type
:
'textarea'
,
rows
:
'8'
,
maxlength
:
'1000'
,
style
:
'width:100%'
},
rules
:
[
...
...
modules/my/interview/form/ywjl.js
浏览文件 @
14685586
...
...
@@ -6,7 +6,16 @@ export default function(_this) {
action
:
`
${
process
.
env
.
baseURL
}
/api/enrollment/v1.0/application-materials/
${
process
.
env
.
projectId
}
`
,
callback
(
data
)
{
const
{
attachments
=
[],
submission_stage
:
submissionStage
=
'FILLING'
}
=
data
.
data
.
material
const
stageList
=
[
'FILLING'
,
'PREPAYMENT'
,
'INTERVIEW_APPLICATION'
,
'AUDITION'
,
'INTERVIEW'
,
'PAYMENT'
,
'REGISTRATION'
,
'CLOSED'
]
const
stageList
=
[
'FILLING'
,
'PREPAYMENT'
,
'INTERVIEW_APPLICATION'
,
'AUDITION'
,
'INTERVIEW'
,
'PAYMENT'
,
'REGISTRATION'
,
'CLOSED'
]
this
.
form
.
options
.
disabled
=
stageList
.
findIndex
(
item
=>
item
===
submissionStage
)
>
2
const
RESUME_EN
=
attachments
.
filter
(
item
=>
{
return
item
.
file_type_id
===
'RESUME_EN'
...
...
@@ -43,7 +52,7 @@ export default function(_this) {
data
:
{
file_type
:
'RESUME_EN'
}
},
append
:
`
<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>请下载填写英文简历模板后上传 [<a href="https://webapp-pub.ezijing.com/project/cbu-
online
/%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>`
}
]
...
...
modules/my/welcome/indexPay.vue
浏览文件 @
14685586
...
...
@@ -4,7 +4,7 @@
<qrcode-pay
@
update=
"handleUpdateOrder"
v-else
></qrcode-pay>
<div
class=
"pay-ft"
>
<p
class=
"t2"
>
欢迎您申请加州浸会大学工商管理博士DBA
<br
/>
欢迎您申请加州浸会大学
在线在线
工商管理博士DBA
<br
/>
申请流程:①支付报名费②填写报名资料并提供相关材料(身份证扫描件、学位证书扫描件、2寸照片)③参加面试④获得录取⑤缴纳学费并签署入学协议⑥入学学习(办
理入学手续:提供成绩单、学籍注册等)
<br
/>
申请费提交后不予退还
</p>
...
...
modules/my/welcome/indexWelcome.vue
浏览文件 @
14685586
...
...
@@ -6,7 +6,7 @@
</div>
<h1>
欢迎您
</h1>
<p
class=
"t1"
>
申请加州浸会大学工商管理博士项目,请在填写以下内容并
<br
/>
申请加州浸会大学
在线
工商管理博士项目,请在填写以下内容并
<br
/>
提交报名申请后,扫码支付本项目的申请费共计
<span>
700
</span>
元。
</p>
</div>
...
...
nuxt.config.js
浏览文件 @
14685586
...
...
@@ -17,7 +17,7 @@ export default {
}),
// Global page headers: https://go.nuxtjs.dev/config-head
head
:
{
title
:
'加州浸会大学工商管理博士DBA'
,
title
:
'加州浸会大学
在线
工商管理博士DBA'
,
htmlAttrs
:
{
lang
:
'en'
},
...
...
pages/about/school.vue
浏览文件 @
14685586
差异被折叠。
点击展开。
pages/academic/academic.vue
浏览文件 @
14685586
...
...
@@ -38,8 +38,8 @@ export default {
data
()
{
return
{
// url1: 'https://webapp-pub.ezijing.com/project/marywood/academic21.png',
url1
:
'https:///webapp-pub.ezijing.com/project/cbu-
plus
/pc-cert-en.png?v=1'
,
url2
:
'https:///webapp-pub.ezijing.com/project/cbu-
plus
/pc-cert-cn.jpg'
,
url1
:
'https:///webapp-pub.ezijing.com/project/cbu-
online
/pc-cert-en.png?v=1'
,
url2
:
'https:///webapp-pub.ezijing.com/project/cbu-
online
/pc-cert-cn.jpg'
,
frameParams
:
{
slider
:
[]
}
...
...
pages/campusList/campusList.vue
浏览文件 @
14685586
差异被折叠。
点击展开。
pages/dataDownload/dataDownload.vue
浏览文件 @
14685586
...
...
@@ -30,12 +30,12 @@ export default {
fileList
:
[
{
name
:
'招生简章'
,
url
:
'https://webapp-pub.ezijing.com/project/cbu-
plus
/%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf'
,
url
:
'https://webapp-pub.ezijing.com/project/cbu-
online
/%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf'
,
icon
:
'https://webapp-pub.ezijing.com/project/marywood/pdf.png'
}
// {
// name: '常见问题',
// url: 'https://webapp-pub.ezijing.com/project/cbu-
plus
/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98.pdf',
// url: 'https://webapp-pub.ezijing.com/project/cbu-
online
/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98.pdf',
// icon: 'https://webapp-pub.ezijing.com/project/marywood/pdf.png'
// }
// {
...
...
pages/enroll/apply.vue
浏览文件 @
14685586
<
template
>
<app-frame
:data=
"frameParams"
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<img
src=
"https://webapp-pub.ezijing.com/project/cbu-
plus
/enroll-process-banner2.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/cbu-
online
/enroll-process-banner2.png"
/>
<div
class=
"content-mian"
>
<ul>
<li
class=
"applyList_con"
v-if=
"false"
>
<div
class=
"apply_name"
>
招生计划
</div>
<img
src=
"https://webapp-pub.ezijing.com/project/cbu-
plus
/apply_plan.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/project/cbu-
online
/apply_plan.png"
alt=
""
/>
<!--
<div
class=
"apply_desc"
>
入学时间:
<span
class=
"apply_desc_time"
>
2022年秋季班:2022年9月
</span
><span
class=
"apply_desc_time"
>
2023年春季班:2023年2月
</span>
>
...
...
pages/enroll/process.vue
浏览文件 @
14685586
<
template
>
<app-frame
:data=
"frameParams"
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<img
src=
"https://webapp-pub.ezijing.com/project/cbu-
plus
/enroll-process-banner.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/cbu-
online
/enroll-process-banner.png"
/>
<div
class=
"apply"
>
<div
class=
"apply-line"
></div>
<div
class=
"apply-item"
>
...
...
@@ -8,7 +8,7 @@
<div
class=
"apply-item-hd"
>
在线申请
</div>
<div
class=
"apply-item-bd"
>
<p>
申请者需登录
<a
href=
"https://cbu-
plus.ezijing.com/"
>
https://cbu-plus
.ezijing.com/
</a
申请者需登录
<a
href=
"https://cbu-
online.ezijing.com/"
>
https://cbu-online
.ezijing.com/
</a
>
在线申请并提交电子报名材料。
</p>
<ul>
...
...
@@ -20,8 +20,9 @@
<li>
6.英文简历
</li>
<li>
7.推荐信 (两封)
</li>
</ul>
<p
style=
"margin-top:30px"
>
请校方直接密封纸质成绩单至:北京市海淀区中关村东路1号清华科技园7号楼5层
<br/>
孙老师(收)18610015783
</p>
<p
style=
"margin-top:30px"
>
请校方直接邮寄密封纸质成绩单至:北京市海淀区中关村东路1号清华科技园7号楼5层
<br
/>
孙老师(收)18610015783
</p>
</div>
</div>
<!--
<div
class=
"apply-item"
>
...
...
@@ -46,11 +47,11 @@
</div>
<div
class=
"apply-item"
>
<div
class=
"apply-item-num"
>
3
</div>
<div
class=
"apply-item-hd"
>
入学
面试
</div>
<div
class=
"apply-item-hd"
>
面试
</div>
</div>
<div
class=
"apply-item"
>
<div
class=
"apply-item-num"
>
4
</div>
<div
class=
"apply-item-hd"
>
录取通知书
</div>
<div
class=
"apply-item-hd"
>
发放录取通知
</div>
</div>
<div
class=
"apply-item"
>
<div
class=
"apply-item-num"
>
5
</div>
...
...
pages/news/hot/index.vue
浏览文件 @
14685586
...
...
@@ -13,7 +13,7 @@ export default {
data
()
{
return
{
frameParams
:
{
banner
:
'https://webapp-pub.ezijing.com/project/cbu-
plus
/news_banner.jpg'
,
banner
:
'https://webapp-pub.ezijing.com/project/cbu-
online
/news_banner.jpg'
,
slider
:
[
{
name
:
this
.
$t
(
'menu.schoolChild.school3'
),
...
...
pages/news/interview/index.vue
浏览文件 @
14685586
...
...
@@ -13,7 +13,7 @@ export default {
data
()
{
return
{
frameParams
:
{
banner
:
'https://webapp-pub.ezijing.com/project/cbu-
plus
/news_banner.jpg'
,
banner
:
'https://webapp-pub.ezijing.com/project/cbu-
online
/news_banner.jpg'
,
slider
:
[
{
name
:
this
.
$t
(
'menu.newsChild.hot'
),
...
...
pages/project-intro/introduce.vue
浏览文件 @
14685586
<
template
>
<app-frame
:data=
"frameParams"
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<img
src=
"https://webapp-pub.ezijing.com/project/cbu-
plus
/project_intro_banner.png"
class=
"banner"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/cbu-
online
/project_intro_banner.png"
class=
"banner"
/>
<div
class=
"part_content"
>
<div
class=
"part_item"
>
加州浸会大学工商管理博士是经过美国教育监管机构WASC、BPPE、DOE、SEVIS等批准的正规全日制博士项目。该博士项目强调课程学习与论文写作结合,以培养将管理实践和理论研究深度融合的商业领袖和高校学者为目标。学员最快三年可以毕业,中国学生按照学校要求毕业获得博士学位回国后,可向中国(教育部)留学服务中心申请认证为博士研究生学历。紫荆教育是加州浸会大学该项目在中国的唯一合作伙伴。
加州浸会大学
在线
工商管理博士是经过美国教育监管机构WASC、BPPE、DOE、SEVIS等批准的正规全日制博士项目。该博士项目强调课程学习与论文写作结合,以培养将管理实践和理论研究深度融合的商业领袖和高校学者为目标。学员最快三年可以毕业,中国学生按照学校要求毕业获得博士学位回国后,可向中国(教育部)留学服务中心申请认证为博士研究生学历。紫荆教育是加州浸会大学该项目在中国的唯一合作伙伴。
</div>
</div>
</app-frame>
...
...
pages/school/school3.vue
浏览文件 @
14685586
差异被折叠。
点击展开。
plugins/vue-lazyload.js
浏览文件 @
14685586
...
...
@@ -3,8 +3,8 @@ import VueLazyload from 'vue-lazyload'
// or with options
Vue
.
use
(
VueLazyload
,
{
preLoad
:
1.3
,
// 预加载的宽高比
error
:
'https://webapp-pub.ezijing.com/project/cbu-
plus
/img_default.png'
,
// 图片加载失败时使用的图片源
loading
:
'https://webapp-pub.ezijing.com/project/cbu-
plus
/img_default.png'
,
// 图片加载的路径
error
:
'https://webapp-pub.ezijing.com/project/cbu-
online
/img_default.png'
,
// 图片加载失败时使用的图片源
loading
:
'https://webapp-pub.ezijing.com/project/cbu-
online
/img_default.png'
,
// 图片加载的路径
attempt
:
1
,
// 尝试加载次数
throttleWait
:
100
,
//加载时间快些,不然时间有点久
observer
:
true
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论