Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
ea2ab225
提交
ea2ab225
authored
5月 10, 2024
作者:
lhh
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
97e4682b
隐藏空白字符变更
内嵌
并排
正在显示
21 个修改的文件
包含
150 行增加
和
96 行删除
+150
-96
.env
.env
+2
-2
.env.dev
.env.dev
+2
-2
RightAside.vue
components/base/h5/RightAside.vue
+1
-1
Video.vue
components/home/Video.vue
+7
-7
banners.vue
components/home/banners.vue
+2
-2
projectFeatures.vue
components/home/projectFeatures.vue
+3
-3
schoolIntroduce.vue
components/home/schoolIntroduce.vue
+1
-1
Header.vue
components/layout/h5/Header.vue
+1
-1
Foot.vue
components/layout/pc/Foot.vue
+30
-8
Head.vue
components/layout/pc/Head.vue
+9
-3
rightAside.vue
components/rightAside.vue
+21
-5
form.js
modules/my/interview/form/form.js
+1
-1
ywjl.js
modules/my/interview/form/ywjl.js
+1
-1
school.vue
pages/about/school.vue
+12
-12
academic.vue
pages/academic/academic.vue
+2
-2
dataDownload.vue
pages/dataDownload/dataDownload.vue
+3
-3
process.vue
pages/enroll/process.vue
+2
-2
index.vue
pages/news/hot/index.vue
+1
-1
introduce.vue
pages/project-intro/introduce.vue
+1
-1
salary.vue
pages/returnPolicy/salary.vue
+20
-10
school.vue
pages/school/school.vue
+28
-28
没有找到文件。
.env
浏览文件 @
ea2ab225
...
...
@@ -4,4 +4,4 @@ newProjectId=283899817594765312
baseURL=https://project-api.ezijing.com
loginURL=https://login.ezijing.com/park-plus
\ No newline at end of file
loginURL=https://login.ezijing.com/xmn-plus
\ No newline at end of file
.env.dev
浏览文件 @
ea2ab225
...
...
@@ -4,4 +4,4 @@ newProjectId=283899817594765312
baseURL=https://project-api.ezijing.com
loginURL=https://login.ezijing.com/park-plus
\ No newline at end of file
loginURL=https://login.ezijing.com/xmn-plus
\ No newline at end of file
components/base/h5/RightAside.vue
浏览文件 @
ea2ab225
...
...
@@ -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/
park
-plus/sit_wechat.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/
xmn
-plus/sit_wechat.png"
/>
<p>
扫码关注 了解更多
</p>
</div>
</div>
...
...
components/home/Video.vue
浏览文件 @
ea2ab225
...
...
@@ -58,22 +58,22 @@ export default {
isShow
:
false
,
list
:
[
{
poster
:
'https://webapp-pub.ezijing.com/project/
park
-plus/video_poster1.png'
poster
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/video_poster1.png'
},
{
poster
:
'https://webapp-pub.ezijing.com/project/
park
-plus/video_poster2.png'
poster
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/video_poster2.png'
},
{
poster
:
'https://webapp-pub.ezijing.com/project/
park
-plus/video_poster3.png'
poster
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/video_poster3.png'
},
{
poster
:
'https://webapp-pub.ezijing.com/project/
park
-plus/video_poster4.png'
poster
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/video_poster4.png'
},
{
poster
:
'https://webapp-pub.ezijing.com/project/
park
-plus/video_poster5.png'
poster
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/video_poster5.png'
},
{
poster
:
'https://webapp-pub.ezijing.com/project/
park
-plus/video_poster6.png'
poster
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/video_poster6.png'
}
],
// 当前播放的视频
...
...
@@ -202,7 +202,7 @@ export default {
.is-pc
{
margin-top
:
56px
;
.video-wrapper
{
background
:
url(https://webapp-pub.ezijing.com/project/
park
-plus/video_bg.png)
no-repeat
center
center
;
background
:
url(https://webapp-pub.ezijing.com/project/
xmn
-plus/video_bg.png)
no-repeat
center
center
;
background-size
:
cover
;
}
.content
{
...
...
components/home/banners.vue
浏览文件 @
ea2ab225
...
...
@@ -2,7 +2,7 @@
<div
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<div
class=
"banner-content"
>
<a
href=
"/my"
>
<img
class=
"img"
src=
"https://webapp-pub.ezijing.com/project/
park
-plus/banner.png"
/>
<img
class=
"img"
src=
"https://webapp-pub.ezijing.com/project/
xmn
-plus/banner.png"
/>
</a>
<!--
<div
class=
"content_desc"
>
<div
class=
"desc_cn"
>
美国帕克大学本升硕项目
</div>
...
...
@@ -72,7 +72,7 @@ export default {
this
.
$router
.
push
(
'/my/account'
)
}
else
if
(
item
.
tag
===
'2'
)
{
window
.
open
(
'https://webapp-pub.ezijing.com/project/
park
-plus/%E6%96%AF%E8%92%82%E6%96%87%E6%96%AF%E7%90%86%E5%B7%A5%E5%AD%A6%E9%99%A2%E5%B7%A5%E7%A8%8B%E7%AE%A1%E7%90%86%E7%A1%95%E5%A3%AB%E4%BF%9D%E7%A0%94%E9%A1%B9%E7%9B%AE%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf?v=1'
'https://webapp-pub.ezijing.com/project/
xmn
-plus/%E6%96%AF%E8%92%82%E6%96%87%E6%96%AF%E7%90%86%E5%B7%A5%E5%AD%A6%E9%99%A2%E5%B7%A5%E7%A8%8B%E7%AE%A1%E7%90%86%E7%A1%95%E5%A3%AB%E4%BF%9D%E7%A0%94%E9%A1%B9%E7%9B%AE%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf?v=1'
)
}
else
if
(
item
.
tag
===
'3'
)
{
this
.
$router
.
push
(
'/about/school'
)
...
...
components/home/projectFeatures.vue
浏览文件 @
ea2ab225
...
...
@@ -26,17 +26,17 @@ export default {
return
{
listData
:
[
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
park
-plus/feature_1.png'
,
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/feature_1.png'
,
item_desc_tit
:
'校方直录'
,
item_desc_con
:
'点对点直录<br/>硕士学分国内提前修'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
park
-plus/feature_2.png'
,
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/feature_2.png'
,
item_desc_tit
:
'免标准化考试'
,
item_desc_con
:
'校方考试替代托福/GRE/GMAT'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
park
-plus/feature_3.png'
,
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/feature_3.png'
,
item_desc_tit
:
'超高性价比留学项目'
,
item_desc_con
:
'国内、国外学费不超过18万人民币'
}
...
...
components/home/schoolIntroduce.vue
浏览文件 @
ea2ab225
...
...
@@ -2,7 +2,7 @@
<div
class=
"service-content max-width-center"
>
<card
title=
"学校简介"
>
<div
class=
"desc"
>
<img
src=
"https://webapp-pub.ezijing.com/project/
park
-plus/school_desc.png"
class=
"desc-img"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/
xmn
-plus/school_desc.png"
class=
"desc-img"
/>
<p>
美国帕克大学成立于1875年,至今已有149年的历史,是一所历史悠久、学科齐全、多元化的综合性大学,帕克大学一直被家长和其他学校评为国内私立大学中的顶级大学。帕克大学是美国中北部高等教育委员会及中北部学院和大学协会认可的大学,也是中国教育部涉外监管信息网认证的大学。
</p>
...
...
components/layout/h5/Header.vue
浏览文件 @
ea2ab225
...
...
@@ -3,7 +3,7 @@
<header
class=
"main-header"
>
<template
v-if=
"!searchVisible"
>
<div
class=
"logo-box"
>
<img
@
click=
"goWebsite"
src=
"https://webapp-pub.ezijing.com/project/
park
-plus/logo.png"
/>
<img
@
click=
"goWebsite"
src=
"https://webapp-pub.ezijing.com/project/
xmn
-plus/logo.png"
/>
<div
class=
"line"
></div>
<nuxt-link
to=
"/"
class=
"logo"
>
<div
class=
"title"
>
美国帕克大学本升硕项目
</div>
...
...
components/layout/pc/Foot.vue
浏览文件 @
ea2ab225
...
...
@@ -4,7 +4,7 @@
<div
class=
"foot-content"
>
<div
class=
"left-content"
>
<div
class=
"logo-title"
>
<img
src=
"https://webapp-pub.ezijing.com/project/
park
-plus/logo_white.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/
xmn
-plus/logo_white.png"
/>
<h1>
美国帕克大学本升硕项目
</h1>
</div>
...
...
@@ -40,12 +40,14 @@
<div
class=
"bottom"
>
<div
class=
"address"
v-html=
"$t('foot.address')"
></div>
<div
class=
"phone"
v-html=
"$t('foot.contact')"
></div>
<a
class=
"mail"
href=
"mailto:admission_park@ezijing.com"
>
邮
箱:admission_park@ezijing.com
</a>
<a
class=
"mail"
href=
"mailto:admission_park@ezijing.com"
>
邮
箱:admission_park@ezijing.com
</a>
<!--
<div
class=
"mail"
v-html=
"$t('foot.email')"
></div>
-->
</div>
</div>
<div
class=
"right-content"
>
<img
src=
"https://webapp-pub.ezijing.com/project/
park
-plus/sit_wechat.png"
class=
"code"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/
xmn
-plus/sit_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>
...
...
@@ -58,19 +60,39 @@
</div>
<div
class=
"copyright"
style=
"height: 40px; line-height: 40px; color: rgba(153, 153, 153, 1); background: #fff"
>
<div
class=
"inner"
style=
"width: 100%; justify-content: center; display: flex"
>
<p
style=
"font-size: 12px"
>
Copyright © 2017 Zijing Education. All rights reserved. 清控紫荆(北京)教育科技股份有限公司
</p>
<a
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"
>
Copyright © 2017 Zijing Education. All rights reserved. 清控紫荆(北京)教育科技股份有限公司
</p>
<a
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>
</a>
<a
target=
"_blank"
class=
"record"
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"
>
<img
src=
"https://zws-imgs-pub.ezijing.com/e0a0ec47dfdfc1e0797b1d5254021d00.png"
style=
"width: 20px; height: 20px; margin: 0 6px; display: block"
/>
style=
"
color: rgba(153, 153, 153, 1);
text-decoration: none;
align-items: center;
display: flex;
margin-right: 5px;
"
>
<img
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>
</a>
<a
target=
"_blank"
href=
"https://beian.miit.gov.cn/#/Integrated/index"
style=
"color: rgba(153, 153, 153, 1); text-decoration: none"
>
<a
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>
</a>
</div>
...
...
components/layout/pc/Head.vue
浏览文件 @
ea2ab225
...
...
@@ -7,7 +7,7 @@
<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/
park
-plus/logo.png"
/>
<img
@
click=
"goWebsite"
src=
"https://webapp-pub.ezijing.com/project/
xmn
-plus/logo.png"
/>
<div
class=
"line"
></div>
<nuxt-link
to=
"/"
>
<div
class=
"title"
>
美国帕克大学本升硕项目
</div>
...
...
@@ -67,10 +67,16 @@ export default {
return
this
.
$store
.
state
.
user
||
{}
},
loginURL
()
{
return
process
.
client
?
`
${
process
.
env
.
loginURL
}
/login/index?redirect_uri=
${
encodeURIComponent
(
location
.
origin
+
this
.
$route
.
fullPath
)}
`
:
''
return
process
.
client
?
`
${
process
.
env
.
loginURL
}
/login/index?redirect_uri=
${
encodeURIComponent
(
location
.
origin
+
this
.
$route
.
fullPath
)}
`
:
''
},
registerURL
()
{
return
process
.
client
?
`
${
process
.
env
.
loginURL
}
/register?redirect_uri=
${
encodeURIComponent
(
location
.
origin
+
this
.
$route
.
fullPath
)}
`
:
''
return
process
.
client
?
`
${
process
.
env
.
loginURL
}
/register?redirect_uri=
${
encodeURIComponent
(
location
.
origin
+
this
.
$route
.
fullPath
)}
`
:
''
}
}
}
...
...
components/rightAside.vue
浏览文件 @
ea2ab225
...
...
@@ -16,7 +16,11 @@
</li>
-->
<div
class=
"line"
></div>
<li
:class=
"
{ wx: true, active: tabBtnActive
&&
tabBtnTarget === 'wx' }" @mouseenter="handleMsOver('wx')" @mouseleave="handleMsOut">
<li
:class=
"
{ wx: true, active: tabBtnActive
&&
tabBtnTarget === 'wx' }"
@mouseenter="handleMsOver('wx')"
@mouseleave="handleMsOut"
>
<!--
<p>
{{
$t
(
'aside.follow'
)
}}
</p>
-->
</li>
<div
class=
"line"
></div>
...
...
@@ -25,8 +29,18 @@
<!--
<p>
^
</p>
-->
</li>
</ul>
<transition
name=
"custom-classes-transition"
enter-active-class=
"animated tada"
leave-active-class=
"animated bounceOutRight"
>
<div
id=
"show-enroll"
v-show=
"tabBtnActive"
class=
"tab_cont"
@
mouseover=
"handleMsOver('')"
@
mouseout=
"handleMsOut"
>
<transition
name=
"custom-classes-transition"
enter-active-class=
"animated tada"
leave-active-class=
"animated bounceOutRight"
>
<div
id=
"show-enroll"
v-show=
"tabBtnActive"
class=
"tab_cont"
@
mouseover=
"handleMsOver('')"
@
mouseout=
"handleMsOut"
>
<div
class=
"enroll_cont"
id=
"show-enroll-content"
v-show=
"tabBtnTarget === 'enroll'"
>
<h5>
{{
$t
(
'aside.apply1'
)
}}
</h5>
<p><el-input
v-model=
"formInfo.name"
:placeholder=
"$t('aside.name')"
size=
"small"
></el-input></p>
...
...
@@ -48,7 +62,9 @@
</p>
<p
class=
"sendcode"
>
<el-input
v-model=
"sendCode"
:placeholder=
"$t('aside.code')"
size=
"small"
></el-input
><el-button
class=
"btn"
:disabled=
"isBtnDisabled"
id=
"checkedCode"
@
click=
"getSendCode"
>
{{
$t
(
'aside.codeBtn'
)
}}
</el-button>
><el-button
class=
"btn"
:disabled=
"isBtnDisabled"
id=
"checkedCode"
@
click=
"getSendCode"
>
{{
$t
(
'aside.codeBtn'
)
}}
</el-button>
</p>
<p>
<el-button
style=
"width: 100%"
@
click=
"submitEnroll"
>
{{
$t
(
'aside.formBtn'
)
}}
</el-button>
...
...
@@ -56,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/
park
-plus/sit_wechat.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/
xmn
-plus/sit_wechat.png"
/>
</div>
</div>
</transition>
...
...
modules/my/interview/form/form.js
浏览文件 @
ea2ab225
...
...
@@ -32,7 +32,7 @@ export default function (_this) {
limit
:
1
},
rules
:
[{
required
:
true
,
message
:
'请上传'
,
trigger
:
'change'
}],
prepend
:
`<p>请下载填写申请表格(First Year Application Form)模板后上传 <a href="https://webapp-pub.ezijing.com/project/
park
-plus/First%20Year%20Application.docx" target="_blank" download="申请表格" style="color:#aa1941;">[下载模板]</a></p>`
prepend
:
`<p>请下载填写申请表格(First Year Application Form)模板后上传 <a href="https://webapp-pub.ezijing.com/project/
xmn
-plus/First%20Year%20Application.docx" target="_blank" download="申请表格" style="color:#aa1941;">[下载模板]</a></p>`
}
]
}
...
...
modules/my/interview/form/ywjl.js
浏览文件 @
ea2ab225
...
...
@@ -23,7 +23,7 @@ export default function (_this) {
data
:
{
file_type
:
'RESUME_EN'
}
},
append
:
`
<p>请下载填写英文简历模板后上传 [<a href="https://webapp-pub.ezijing.com/project/
park
-plus/英文简历模板.doc" target="_blank" download="英文简历模板">下载模板</a>]</p>
<p>请下载填写英文简历模板后上传 [<a href="https://webapp-pub.ezijing.com/project/
xmn
-plus/英文简历模板.doc" target="_blank" download="英文简历模板">下载模板</a>]</p>
<p>请将英文简历填写完存为"pdf"格式上传,文件小于10MB。</p>`
}
]
...
...
pages/about/school.vue
浏览文件 @
ea2ab225
<
template
>
<div>
<div
class=
"banner"
>
<img
class=
"img_banner"
src=
"https://webapp-pub.ezijing.com/project/
park
-plus/project_banner.png"
/>
<img
class=
"img_banner"
src=
"https://webapp-pub.ezijing.com/project/
xmn
-plus/project_banner.png"
/>
</div>
<section
class=
"section"
>
<h2
class=
"title"
>
项目介绍
</h2>
<div
class=
"info"
>
<img
src=
"https://webapp-pub.ezijing.com/project/
park
-plus/project_desc.png"
class=
"project-info__img"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/
xmn
-plus/project_desc.png"
class=
"project-info__img"
/>
<p>
该项目是美国帕克大学硕士项目的特别录取通道。项目通过对学生的综合素质进行全面个性化评估,鼓励学生以增强综合能力替代应试,减少研究生入学考试以及英语考试对学生学习和成长的干扰。
</p>
...
...
@@ -53,7 +53,7 @@
<section
class=
"section"
>
<h2
class=
"title"
>
学习安排
</h2>
<div
class=
"content_list"
>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
park
-plus/study_arrange.png"
/>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
xmn
-plus/study_arrange.png"
/>
<!--
<p>
该保研项目总体教学安排为20周,开学时间一般在每年12月中旬。
</p>
-->
<p>
注:以上学习安排可能会根据实际情况略有调整。
</p>
</div>
...
...
@@ -86,12 +86,12 @@
</section>
<!-- 院校荣誉 -->
<img
src=
"https://webapp-pub.ezijing.com/project/
park
-plus/h5/project_honor.png"
src=
"https://webapp-pub.ezijing.com/project/
xmn
-plus/h5/project_honor.png"
style=
"width: 100%"
v-if=
"isMobile"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/
park
-plus/project_honor.png"
src=
"https://webapp-pub.ezijing.com/project/
xmn
-plus/project_honor.png"
style=
"width: 100%; min-width: 1200px"
v-else
/>
...
...
@@ -107,35 +107,35 @@ export default {
{
title
:
'学制安排'
,
desc
:
'<b>国内+国外</b>'
,
image_url
:
'https://webapp-pub.ezijing.com/project/
park
-plus/pc-school-img11.png'
image_url
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/pc-school-img11.png'
},
{
title
:
'学分设置'
,
desc
:
'<b>36</b>学分'
,
image_url
:
'https://webapp-pub.ezijing.com/project/
park
-plus/pc-school-img22.png'
image_url
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/pc-school-img22.png'
},
{
title
:
'语言强化课'
,
desc
:
'硕士学分课<b>3</b>门<b>9</b>学分'
,
image_url
:
'https://webapp-pub.ezijing.com/project/
park
-plus/pc-school-img33.png'
image_url
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/pc-school-img33.png'
},
{
title
:
'国外授课'
,
desc
:
'硕士学分课<b>9</b>门课<b>27</b>学分'
,
image_url
:
'https://webapp-pub.ezijing.com/project/
park
-plus/pc-school-img44.png'
image_url
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/pc-school-img44.png'
}
],
certList
:
[
{
image_url
:
'https://webapp-pub.ezijing.com/project/
park
-plus/project_cert_1.png'
,
image_url
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/project_cert_1.png'
,
title
:
'美国高等教育<br/>委员会认证'
},
{
image_url
:
'https://webapp-pub.ezijing.com/project/
park
-plus/project_cert_2.png'
,
image_url
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/project_cert_2.png'
,
title
:
'中国教育部涉外<br/>监管信息网认证'
},
{
image_url
:
'https://webapp-pub.ezijing.com/project/
park
-plus/project_cert_3.png'
,
image_url
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/project_cert_3.png'
,
title
:
'美国商学院与项目认证<br/>委员会认证'
}
]
...
...
pages/academic/academic.vue
浏览文件 @
ea2ab225
...
...
@@ -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/
park
-plus/pc-cert-en.png'
,
url2
:
'https://webapp-pub.ezijing.com/project/
park
-plus/pc-cert-cn.png'
,
url1
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/pc-cert-en.png'
,
url2
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/pc-cert-cn.png'
,
frameParams
:
{
slider
:
[]
...
...
pages/dataDownload/dataDownload.vue
浏览文件 @
ea2ab225
...
...
@@ -31,16 +31,16 @@ export default {
fileList
:
[
{
name
:
'招生简章'
,
url
:
'https://webapp-pub.ezijing.com/project/
park
-plus/admission.pdf'
url
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/admission.pdf'
},
{
name
:
'硕士学分模块介绍'
,
url
:
'https://webapp-pub.ezijing.com/project/
park
-plus/硕士学分模块介绍.pdf'
,
url
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/硕士学分模块介绍.pdf'
,
disabled
:
true
},
{
name
:
'语言强化模块介绍'
,
url
:
'https://webapp-pub.ezijing.com/project/
park
-plus/语言强化模块介绍.pdf'
url
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/语言强化模块介绍.pdf'
}
]
}
...
...
pages/enroll/process.vue
浏览文件 @
ea2ab225
...
...
@@ -8,10 +8,10 @@
<div
class=
"apply-item-hd"
>
申请
</div>
<div
class=
"apply-item-bd"
>
<p>
申请者需登录项目官网
<a
href=
"https://
park-plus.ezijing.com/"
>
https://park
-plus.ezijing.com
</a
申请者需登录项目官网
<a
href=
"https://
xmn-plus.ezijing.com/"
>
https://xmn
-plus.ezijing.com
</a
>
进行在线报名,按项目报名系统的要求在线填写基本信息并提交以下材料:
<!-- 申请者需登录项目官网
<a
href=
"https://
park-plus.ezijing.com/"
>
https://park
-plus.ezijing.com/
</a
<!-- 申请者需登录项目官网
<a
href=
"https://
xmn-plus.ezijing.com/"
>
https://xmn
-plus.ezijing.com/
</a
>
进行在线报名,按项目报名系统的要求在线填写基本信息并提交以下材料: -->
</p>
<!--
<p>
另请提供纸质材料:
</p>
-->
...
...
pages/news/hot/index.vue
浏览文件 @
ea2ab225
...
...
@@ -13,7 +13,7 @@ export default {
data
()
{
return
{
frameParams
:
{
banner
:
'https://webapp-pub.ezijing.com/project/
park
-plus/news_banner.jpeg?v=1'
,
banner
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/news_banner.jpeg?v=1'
,
slider
:
[
{
name
:
this
.
$t
(
'menu.projectChild.bg'
),
...
...
pages/project-intro/introduce.vue
浏览文件 @
ea2ab225
<
template
>
<app-frame
:data=
"frameParams"
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<img
src=
"https://webapp-pub.ezijing.com/project/
park
-plus/project-intro_banner.png"
class=
"banner"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/
xmn
-plus/project-intro_banner.png"
class=
"banner"
/>
<div
class=
"part_content"
>
<div
class=
"part_item"
>
美国帕克大学本升硕项目是清控紫荆教育联合美国多所知名院校推出的国际硕士保研项目之一。清控紫荆教育为美国帕克大学本升硕项目官方授权中国招生与教学中心。
...
...
pages/returnPolicy/salary.vue
浏览文件 @
ea2ab225
<
template
>
<app-frame
:data=
"frameParams"
>
<div
style=
"padding: 30px"
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<p>
工程管理专业是一门包含了工程和管理两个方面的交叉学科,一般是由工程学院和商学院联合授课,旨在拓展学生在商业、技术管理等方面的技能。
</p>
<p>
工程管理专业是一门包含了工程和管理两个方面的交叉学科,一般是由工程学院和商学院联合授课,旨在拓展学生在商业、技术管理等方面的技能。
</p>
<p>
</p>
<p
class=
"title"
>
工程管理MEM就业前景
</p>
<p>
...
...
@@ -9,7 +11,9 @@
</p>
<p>
</p>
<p
class=
"title"
>
1.精打细算的经济师
</p>
<p>
MEM=工程+管理,旨在运用系统分析、工程设计、建模仿真等方法,改进效率、提高质量、降低成本,使项目最快、最经济地执行落地。
</p>
<p>
MEM=工程+管理,旨在运用系统分析、工程设计、建模仿真等方法,改进效率、提高质量、降低成本,使项目最快、最经济地执行落地。
</p>
<p>
</p>
<p
class=
"title"
>
2.术业专攻的技术将才
——
CTO
</p>
<p>
CTO需要技术有前瞻性,对产业格局有判断,对管理有心得。
</p>
...
...
@@ -31,7 +35,9 @@
</p>
<p>
</p>
<p
class=
"title"
>
5.强矩阵组织架构中的项目总监
——
PML
</p>
<p>
强调项目经理为核心角色的公司,就属于强矩阵的组织架构。在项目管理新潮流下,MEM助攻技术基层-项目经理-项目总监的成长路径,足够明晰。
</p>
<p>
强调项目经理为核心角色的公司,就属于强矩阵的组织架构。在项目管理新潮流下,MEM助攻技术基层-项目经理-项目总监的成长路径,足够明晰。
</p>
<p>
</p>
<p
class=
"title"
>
6.把控产品战略和走向
——
产品总监
</p>
<p>
...
...
@@ -50,8 +56,8 @@
<p>
</p>
<p
class=
"title"
>
就业薪资水平
</p>
<p>
美国大学和雇主协会(National Association of Colleges and
Employers)发布了2021毕业生薪资最高的美国大学排名,美国大学毕业生薪资最高的十所院校中,
<span
class=
"title"
美国大学和雇主协会(National Association of Colleges and
Employers)发布了2021毕业生薪资最高的美国大学排名,美国大学毕业生薪资最高的十所院校中,
<span
class=
"title"
>
美国帕克大学位列第七位
</span
>
。
</p>
...
...
@@ -60,23 +66,27 @@
<p>
起薪中位数: $67,000
</p>
<p>
2021-2022学费: $56,920
</p>
<p>
美国帕克大学坐落于新泽西州的霍博肯市,属于纽约大都会区,
<span
class=
"title"
>
与世界500强企业聚集的纽约曼哈顿岛隔河相望
</span
>
,是世界上地理位置最佳的学校之一。USA Today将其评选全美TOP七工程学院之一。作为一所理工院校,自然非常重视工程,其是设计中心Maker
美国帕克大学坐落于新泽西州的霍博肯市,属于纽约大都会区,
<span
class=
"title"
>
与世界500强企业聚集的纽约曼哈顿岛隔河相望
</span
>
,是世界上地理位置最佳的学校之一。USA
Today将其评选全美TOP七工程学院之一。作为一所理工院校,自然非常重视工程,其是设计中心Maker
Center的所在地,其中包括3D打印、激光切割和焊接设施。该学院最受欢迎的专业是机械工程、工程管理、工商管理、计算机科学、计算机工程和化学工程,毕业生享有极高声誉。
</p>
<p>
</p>
<p>
在就业方面,得益于SIT严格的的课程以及与实际生活中相结合的教育方式,学生可以在当今复杂多样、高技术性的市场中占据优势。根据数据显示,
<span
class=
"title"
在就业方面,得益于SIT严格的的课程以及与实际生活中相结合的教育方式,学生可以在当今复杂多样、高技术性的市场中占据优势。根据数据显示,
<span
class=
"title"
>
96%的斯蒂文斯大学毕业生在毕业后6个月内达到了他们预期薪水
</span
>
。
</p>
<p>
</p>
<p>
根据SIT 2021就业发展成果报告显示,该校毕业生就业企业统计,就职企业包括BMW, Exxon, Goldman Sachs, IBM, Johnson
&
Johnson, and Lockheed
根据SIT 2021就业发展成果报告显示,该校毕业生就业企业统计,就职企业包括BMW, Exxon, Goldman Sachs, IBM, Johnson
&
Johnson, and Lockheed
Martin等,而学校的就业中心也致力于为学生提供更多的服务,学校每年有300多家雇主在校园里招聘,为SIT毕业生在当今竞争激励的就业市场增加更多的机会。
</p>
<p>
</p>
<img
src=
"https://webapp-pub.ezijing.com/project/
park
-plus/sit_work.png"
style=
"width: 100%"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/
xmn
-plus/sit_work.png"
style=
"width: 100%"
/>
<p>
</p>
<p>
</p>
</div>
...
...
pages/school/school.vue
浏览文件 @
ea2ab225
<
template
>
<div
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<div
class=
"banner"
>
<img
class=
"img_banner"
src=
"https://webapp-pub.ezijing.com/project/
park
-plus/pc-index-banner.png"
/>
<img
class=
"img_banner"
src=
"https://webapp-pub.ezijing.com/project/
xmn
-plus/pc-index-banner.png"
/>
<div
class=
"banner_con"
>
<div
class=
"con_tit"
>
美国帕克大学简介
</div>
<p
class=
"con_desc"
>
...
...
@@ -84,28 +84,28 @@ export default {
popupVisible
:
false
,
videoData
:
[
{
img
:
'https://webapp-pub.ezijing.com/project/
park
-plus/video_sit1.png'
,
img
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/video_sit1.png'
,
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
park
-plus/SIT%E9%A1%B9%E7%9B%AE%E7%AB%991.mp4'
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/SIT%E9%A1%B9%E7%9B%AE%E7%AB%991.mp4'
},
{
img
:
'https://webapp-pub.ezijing.com/project/
park
-plus/video_sit2.png'
,
img
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/video_sit2.png'
,
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
park
-plus/SIT%E9%A1%B9%E7%9B%AE%E7%AB%992.mp4'
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/SIT%E9%A1%B9%E7%9B%AE%E7%AB%992.mp4'
},
{
img
:
'https://webapp-pub.ezijing.com/project/
park
-plus/video_sit3.png'
,
img
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/video_sit3.png'
,
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
park
-plus/SIT%E9%A1%B9%E7%9B%AE%E7%AB%993.mp4'
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/SIT%E9%A1%B9%E7%9B%AE%E7%AB%993.mp4'
}
],
listData
:
[
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
park
-plus/school_lg1.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
park
-plus/school_lg2.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
park
-plus/school_lg3.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
park
-plus/school_lg4.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
park
-plus/school_lg5.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
park
-plus/school_lg6.png'
}
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/school_lg1.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/school_lg2.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/school_lg3.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/school_lg4.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/school_lg5.png'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/school_lg6.png'
}
],
swiperOption
:
{
observer
:
true
,
...
...
@@ -133,79 +133,79 @@ export default {
},
teacherList
:
[
// {
// img: 'https://webapp-pub.ezijing.com/project/
park
-plus/school-intro-teacher1.png',
// img: 'https://webapp-pub.ezijing.com/project/
xmn
-plus/school-intro-teacher1.png',
// tit: '肇越',
// desc: ['香港致富证券首席经济学家', '清华五道口金融学院经济学硕士']
// },
// {
// img: 'https://webapp-pub.ezijing.com/project/
park
-plus/school-intro-teacher2.png',
// img: 'https://webapp-pub.ezijing.com/project/
xmn
-plus/school-intro-teacher2.png',
// tit: '张恩忠',
// desc: ['中国人民大学市场营销系副教授', '美国普渡大学博士']
// },
// {
// img: 'https://webapp-pub.ezijing.com/project/
park
-plus/school-intro-teacher3.png',
// img: 'https://webapp-pub.ezijing.com/project/
xmn
-plus/school-intro-teacher3.png',
// tit: '章铮',
// desc: ['北京大学应用经济学系副教授', '北京大学经济学博士']
// },
{
img
:
'https://webapp-pub.ezijing.com/project/
park
-plus/school-intro-teacher4.png'
,
img
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/school-intro-teacher4.png'
,
tit
:
'Yang Sun'
,
desc
:
[
'管理学院院长'
,
'亚利桑那州立大学博士'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/
park
-plus/school-intro-teacher5.png'
,
img
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/school-intro-teacher5.png'
,
tit
:
'Jolene A. Lampton'
,
desc
:
[
'教授'
,
'圣路易斯大学博士'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/
park
-plus/school-intro-teacher6.png'
,
img
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/school-intro-teacher6.png'
,
tit
:
'Hank Charles Roehrich'
,
desc
:
[
'教授'
,
'北达科他大学博士'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/
park
-plus/school-intro-teacher7.png'
,
img
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/school-intro-teacher7.png'
,
tit
:
'Clarine Jacobs'
,
desc
:
[
'教授'
,
'北方中央大学博士'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/
park
-plus/school-intro-teacher8.jpg'
,
img
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/school-intro-teacher8.jpg'
,
tit
:
'Adrian James'
,
desc
:
[
'助理教授'
,
'得克萨斯农工大学博士'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/
park
-plus/school-intro-teacher9.jpg'
,
img
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/school-intro-teacher9.jpg'
,
tit
:
'Lacey Finley'
,
desc
:
[
'助理教授'
,
'堪萨斯州立大学博士'
]
}
],
alumnusList
:
[
{
img
:
'https://webapp-pub.ezijing.com/project/
park
-plus/school-intro-academic1.png'
,
img
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/school-intro-academic1.png'
,
tit
:
'蒋廷黻'
,
desc
:
[
'中国史学家、外交家'
,
'南开历史系的创建者'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/
park
-plus/school-intro-academic2.png'
,
img
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/school-intro-academic2.png'
,
tit
:
'Michael Collins'
,
desc
:
[
'格雷森资本创始人兼首席执行官'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/
park
-plus/school-intro-academic3.png'
,
img
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/school-intro-academic3.png'
,
tit
:
'Emmitt K. Hayes'
,
desc
:
[
'海斯房地产公司首席执行官'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/
park
-plus/school-intro-academic4.png'
,
img
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/school-intro-academic4.png'
,
tit
:
'April Tessmer'
,
desc
:
[
'泰斯默企业创始人'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/
park
-plus/school-intro-academic5.png'
,
img
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/school-intro-academic5.png'
,
tit
:
'Joseph McKibben'
,
desc
:
[
'世界著名科学家,曼哈顿计划参与者'
]
},
{
img
:
'https://webapp-pub.ezijing.com/project/
park
-plus/school-intro-academic6.png'
,
img
:
'https://webapp-pub.ezijing.com/project/
xmn
-plus/school-intro-academic6.png'
,
tit
:
'Behzod Abduraimov'
,
desc
:
[
'世界著名钢琴演奏家'
]
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论