Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
91b3ec81
提交
91b3ec81
authored
4月 01, 2024
作者:
lhh
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
3f69424a
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
36 个修改的文件
包含
173 行增加
和
165 行删除
+173
-165
.env
.env
+4
-4
.env.dev
.env.dev
+4
-4
.env.test
.env.test
+4
-4
ApplyForm.vue
components/base/h5/ApplyForm.vue
+2
-2
Menu.vue
components/base/h5/Menu.vue
+1
-1
RightAside.vue
components/base/h5/RightAside.vue
+2
-2
Video.vue
components/home/Video.vue
+8
-8
banners.vue
components/home/banners.vue
+3
-3
projectFeatures.vue
components/home/projectFeatures.vue
+21
-21
projectPosition.vue
components/home/projectPosition.vue
+4
-4
schoolIntroduce.vue
components/home/schoolIntroduce.vue
+4
-9
Header.vue
components/layout/h5/Header.vue
+3
-4
Foot.vue
components/layout/pc/Foot.vue
+23
-17
Head.vue
components/layout/pc/Head.vue
+5
-6
rightAside.vue
components/rightAside.vue
+4
-4
index.vue
modules/letter/index.vue
+19
-4
qrcodePay.vue
modules/my/application/components/qrcodePay.vue
+2
-4
answer.js
modules/my/application/form/info/answer.js
+2
-2
qrcodePay.vue
modules/my/interview/components/qrcodePay.vue
+2
-4
form.js
modules/my/interview/form/form.js
+1
-1
ywjl.js
modules/my/interview/form/ywjl.js
+1
-1
qrcodePay.vue
modules/my/review/components/qrcodePay.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
+6
-6
dataDownload.vue
pages/dataDownload/dataDownload.vue
+2
-2
apply.vue
pages/enroll/apply.vue
+2
-2
process.vue
pages/enroll/process.vue
+20
-14
index.vue
pages/index.vue
+1
-1
index.vue
pages/news/hot/index.vue
+1
-1
introduce.vue
pages/project-intro/introduce.vue
+2
-2
returnPolicy.vue
pages/returnPolicy/returnPolicy.vue
+14
-22
salary.vue
pages/returnPolicy/salary.vue
+3
-3
school.vue
pages/school/school.vue
+0
-0
swiper1.vue
pages/school/swiper1.vue
+0
-0
没有找到文件。
.env
浏览文件 @
91b3ec81
projectId=10
20
projectId=10
31
newProjectId=
62110451281973248
newProjectId=
283899968950415360
baseURL=https://project-api.ezijing.com
baseURL=https://project-api.ezijing.com
loginURL=https://login.ezijing.com/sit-plus
loginURL=https://login.ezijing.com
\ No newline at end of file
\ No newline at end of file
.env.dev
浏览文件 @
91b3ec81
projectId=10
20
projectId=10
31
newProjectId=
62110451281973248
newProjectId=
283899968950415360
baseURL=https://project-api.ezijing.com
baseURL=https://project-api.ezijing.com
loginURL=https://login.ezijing.com/sit-plus
loginURL=https://login.ezijing.com
\ No newline at end of file
\ No newline at end of file
.env.test
浏览文件 @
91b3ec81
projectId
=
10
20
projectId
=
10
31
newProjectId
=
62110451281973248
newProjectId
=
283899968950415360
baseURL
=
https
://
project
-
api2
.
ezijing
.
com
baseURL
=
https
://
project
-
api2
.
ezijing
.
com
loginURL
=
https
://
login2
.
ezijing
.
com
/
sbu
-
plus
loginURL
=
https
://
login2
.
ezijing
.
com
\ No newline at end of file
\ No newline at end of file
components/base/h5/ApplyForm.vue
浏览文件 @
91b3ec81
...
@@ -36,7 +36,7 @@ import * as api from '@/api'
...
@@ -36,7 +36,7 @@ import * as api from '@/api'
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
ruleForm
:
{
name
:
''
,
phone
:
''
,
project_id
:
'10
20
'
,
channel
:
localStorage
.
getItem
(
'channel_num'
)
||
19960
},
ruleForm
:
{
name
:
''
,
phone
:
''
,
project_id
:
'10
31
'
,
channel
:
localStorage
.
getItem
(
'channel_num'
)
||
19960
},
projectList
:
[
projectList
:
[
{
label
:
'金融工商管理硕士'
,
value
:
'1000'
},
{
label
:
'金融工商管理硕士'
,
value
:
'1000'
},
{
label
:
'酒店及旅游业工商管理硕士'
,
value
:
'1008'
},
{
label
:
'酒店及旅游业工商管理硕士'
,
value
:
'1008'
},
...
@@ -46,7 +46,7 @@ export default {
...
@@ -46,7 +46,7 @@ export default {
{
label
:
'中国未来金融领袖计划'
,
value
:
'1007'
},
{
label
:
'中国未来金融领袖计划'
,
value
:
'1007'
},
{
label
:
'国际硕士保研项目'
,
value
:
'1016'
},
{
label
:
'国际硕士保研项目'
,
value
:
'1016'
},
{
label
:
'金融学硕士保研项目'
,
value
:
'1018'
},
{
label
:
'金融学硕士保研项目'
,
value
:
'1018'
},
{
label
:
'
工程管理硕士保研项目'
,
value
:
'1020
'
}
{
label
:
'
美国帕克大学专升硕项目'
,
value
:
'1031
'
}
],
],
phoneCode
:
''
,
phoneCode
:
''
,
codeButtonDisabled
:
false
,
codeButtonDisabled
:
false
,
...
...
components/base/h5/Menu.vue
浏览文件 @
91b3ec81
...
@@ -45,7 +45,7 @@ export default {
...
@@ -45,7 +45,7 @@ export default {
name
:
'就业福利'
,
name
:
'就业福利'
,
path
:
'/returnPolicy/returnPolicy'
,
path
:
'/returnPolicy/returnPolicy'
,
children
:
[
children
:
[
{
name
:
'高薪就业'
,
path
:
'/returnPolicy/salary'
},
//
{ name: '高薪就业', path: '/returnPolicy/salary' },
{
name
:
'归国政策'
,
path
:
'/returnPolicy/returnPolicy'
}
{
name
:
'归国政策'
,
path
:
'/returnPolicy/returnPolicy'
}
]
]
},
},
...
...
components/base/h5/RightAside.vue
浏览文件 @
91b3ec81
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<div
class=
"rigth-aside"
>
<div
class=
"rigth-aside"
>
<ul
class=
"right-aside-btns"
>
<ul
class=
"right-aside-btns"
>
<a
href=
"/my"
>
<a
href=
"/my"
>
<li
style=
"border-bottom: 1px solid #999
;
"
>
<li
style=
"border-bottom: 1px solid #999"
>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/d434fa0ffd77892273e63e6d694cff0a.png"
/>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/d434fa0ffd77892273e63e6d694cff0a.png"
/>
<p>
报名申请
</p>
<p>
报名申请
</p>
</li>
</li>
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
<div
class=
"dialog-box"
@
click
.
stop
>
<div
class=
"dialog-box"
@
click
.
stop
>
<h2
class=
"title"
>
关注我们
</h2>
<h2
class=
"title"
>
关注我们
</h2>
<div
class=
"follow"
>
<div
class=
"follow"
>
<img
src=
"https://webapp-pub.ezijing.com/project/
sit-plus
/sit_wechat.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/
park
/sit_wechat.png"
/>
<p>
扫码关注 了解更多
</p>
<p>
扫码关注 了解更多
</p>
</div>
</div>
</div>
</div>
...
...
components/home/Video.vue
浏览文件 @
91b3ec81
...
@@ -58,22 +58,22 @@ export default {
...
@@ -58,22 +58,22 @@ export default {
isShow
:
false
,
isShow
:
false
,
list
:
[
list
:
[
{
{
poster
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/video_poster1.png'
poster
:
'https://webapp-pub.ezijing.com/project/
park
/video_poster1.png'
},
},
{
{
poster
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/video_poster2.png'
poster
:
'https://webapp-pub.ezijing.com/project/
park
/video_poster2.png'
},
},
{
{
poster
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/video_poster3.png'
poster
:
'https://webapp-pub.ezijing.com/project/
park
/video_poster3.png'
},
},
{
{
poster
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/video_poster4.png'
poster
:
'https://webapp-pub.ezijing.com/project/
park
/video_poster4.png'
},
},
{
{
poster
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/video_poster5.png'
poster
:
'https://webapp-pub.ezijing.com/project/
park
/video_poster5.png'
},
},
{
{
poster
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/video_poster6.png'
poster
:
'https://webapp-pub.ezijing.com/project/
park
/video_poster6.png'
}
}
],
],
// 当前播放的视频
// 当前播放的视频
...
@@ -93,7 +93,7 @@ export default {
...
@@ -93,7 +93,7 @@ export default {
rewind
:
true
,
rewind
:
true
,
disableOnInteraction
:
false
,
disableOnInteraction
:
false
,
on
:
{
on
:
{
slideChangeTransitionEnd
:
function
()
{
slideChangeTransitionEnd
:
function
()
{
this
.
autoplay
.
start
()
//就加这个玩意儿
this
.
autoplay
.
start
()
//就加这个玩意儿
}
}
}
}
...
@@ -202,7 +202,7 @@ export default {
...
@@ -202,7 +202,7 @@ export default {
.is-pc
{
.is-pc
{
margin-top
:
56px
;
margin-top
:
56px
;
.video-wrapper
{
.video-wrapper
{
background
:
url(https://webapp-pub.ezijing.com/project/
sit-plus
/video_bg.png)
no-repeat
center
center
;
background
:
url(https://webapp-pub.ezijing.com/project/
park
/video_bg.png)
no-repeat
center
center
;
background-size
:
cover
;
background-size
:
cover
;
}
}
.content
{
.content
{
...
...
components/home/banners.vue
浏览文件 @
91b3ec81
...
@@ -2,10 +2,10 @@
...
@@ -2,10 +2,10 @@
<div
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<div
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<div
class=
"banner-content"
>
<div
class=
"banner-content"
>
<a
href=
"/my"
>
<a
href=
"/my"
>
<img
class=
"img"
src=
"https://webapp-pub.ezijing.com/project/
sit-plus
/banner.png"
/>
<img
class=
"img"
src=
"https://webapp-pub.ezijing.com/project/
park
/banner.png"
/>
</a>
</a>
<!--
<div
class=
"content_desc"
>
<!--
<div
class=
"content_desc"
>
<div
class=
"desc_cn"
>
斯蒂文斯理工学院工程管理硕士保研
项目
</div>
<div
class=
"desc_cn"
>
美国帕克大学专升硕
项目
</div>
<div
class=
"desc_en"
>
Stevens Institute of Technology Master of Engineering in Engineering Management
</div>
<div
class=
"desc_en"
>
Stevens Institute of Technology Master of Engineering in Engineering Management
</div>
</div>
-->
</div>
-->
<div
class=
"banner_navList"
v-if=
"false"
>
<div
class=
"banner_navList"
v-if=
"false"
>
...
@@ -72,7 +72,7 @@ export default {
...
@@ -72,7 +72,7 @@ export default {
this
.
$router
.
push
(
'/my/account'
)
this
.
$router
.
push
(
'/my/account'
)
}
else
if
(
item
.
tag
===
'2'
)
{
}
else
if
(
item
.
tag
===
'2'
)
{
window
.
open
(
window
.
open
(
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/
sit-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.oss-cn-beijing.aliyuncs.com/project/
park
/%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'
)
{
}
else
if
(
item
.
tag
===
'3'
)
{
this
.
$router
.
push
(
'/about/school'
)
this
.
$router
.
push
(
'/about/school'
)
...
...
components/home/projectFeatures.vue
浏览文件 @
91b3ec81
...
@@ -26,36 +26,36 @@ export default {
...
@@ -26,36 +26,36 @@ export default {
return
{
return
{
listData
:
[
listData
:
[
{
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/sit-plus/feature_1.png'
,
web_img_uri
:
'https://webapp-pub.ezijing.com/project/park/feature_1.png'
,
item_desc_tit
:
'全美四大理工之一'
,
item_desc_con
:
'与麻省理工、加州理工等并称为<br/>全美四大理工学院'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/sit-plus/feature_3.png'
,
item_desc_tit
:
'专业全美TOP10'
,
item_desc_con
:
'STEM学科排名前5<br/>全美在线工程管理硕士排名第9<br/>全美大学最高薪酬排名第7'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/sit-plus/feature_2.png'
,
item_desc_tit
:
'师资雄厚'
,
item_desc_con
:
'2位诺贝尔奖得主<br/>科学管理之父泰勒'
},
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/sit-plus/feature_4.png'
,
item_desc_tit
:
'校方直录'
,
item_desc_tit
:
'校方直录'
,
item_desc_con
:
'点对点直录<br/>硕士学分国内提前修'
item_desc_con
:
'点对点直录<br/>硕士学分国内提前修'
},
},
{
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
sit-plus/feature_5
.png'
,
web_img_uri
:
'https://webapp-pub.ezijing.com/project/
park/feature_2
.png'
,
item_desc_tit
:
'免标准化考试'
,
item_desc_tit
:
'免标准化考试'
,
item_desc_con
:
'校方考试替代托福、GRE'
item_desc_con
:
'校方考试替代托福、GRE'
},
},
{
{
web_img_uri
:
'https://webapp-pub.ezijing.com/project/sit-plus/feature_6.png'
,
web_img_uri
:
'https://webapp-pub.ezijing.com/project/park/feature_3.png'
,
item_desc_tit
:
'精英辈出'
,
item_desc_tit
:
'省时省费'
,
item_desc_con
:
item_desc_con
:
'仅需赴美学习一年<br>国内学习费用+国外学习费用+生活费<br>总费用不超过24万'
'美国通用汽车公司联合创始人<br/>Charles Stewart Mott<br/>厄瓜多尔总统Leon Febres Cordero<br/>Email访问协议发明者Mark Crispin<br/>LG显示器执行总裁Sang-Beom Han等'
}
}
// {
// web_img_uri: 'https://webapp-pub.ezijing.com/project/park/feature_4.png',
// item_desc_tit: '校方直录',
// item_desc_con: '点对点直录
<
br
/>
硕士学分国内提前修
'
// },
// {
// web_img_uri: '
https
:
//webapp-pub.ezijing.com/project/park/feature_5.png',
// item_desc_tit: '免标准化考试',
// item_desc_con: '校方考试替代托福、GRE'
// },
// {
// web_img_uri: 'https://webapp-pub.ezijing.com/project/park/feature_6.png',
// item_desc_tit: '精英辈出',
// item_desc_con:
// '美国通用汽车公司联合创始人
<
br
/>
Charles
Stewart
Mott
<
br
/>
厄瓜多尔总统
Leon
Febres
Cordero
<
br
/>
Email
访问协议发明者
Mark
Crispin
<
br
/>
LG
显示器执行总裁
Sang
-
Beom
Han
等
'
// }
]
]
}
}
}
}
...
...
components/home/projectPosition.vue
浏览文件 @
91b3ec81
...
@@ -3,17 +3,17 @@
...
@@ -3,17 +3,17 @@
<card
title=
"项目简介"
>
<card
title=
"项目简介"
>
<div
class=
"desc"
>
<div
class=
"desc"
>
<p>
<p>
该保研项目是斯蒂文斯理工学院工程管理硕士项目的特别录取通道。项目通过对学生的全面个性化评估和科研主题课程训练,鼓励学生以增强科研能力替代应试,减少研究生入学考试对学生学习和科研的干扰
。
美国帕克大学专升硕项目是针对具有3年大专学历的学生,通过1年时间在国内补足国外大学要求的学分,取得国外大学的本科学士学位,然后出国再读1年硕士,取得硕士学位,回国可被中留服直接认证研究生学历
。
</p>
</p>
<br
/>
<br
/>
<p>
<
!--
<
p>
该项目由
斯蒂文斯理工学院工程管理硕士保研
项目中国招生与教学中心(紫荆教育)全权负责运营,详情请见斯蒂文斯理工学院官网项目说明:
<a
该项目由
美国帕克大学专升硕
项目中国招生与教学中心(紫荆教育)全权负责运营,详情请见斯蒂文斯理工学院官网项目说明:
<a
href=
"https://www.stevens.edu/page-basic/zijing-partnership"
href=
"https://www.stevens.edu/page-basic/zijing-partnership"
target=
"_blank"
target=
"_blank"
>
https://www.stevens.edu/page-basic/zijing-partnership
</a
>
https://www.stevens.edu/page-basic/zijing-partnership
</a
>
>
</p>
</p>
-->
</div>
</div>
</card>
</card>
</div>
</div>
...
...
components/home/schoolIntroduce.vue
浏览文件 @
91b3ec81
...
@@ -2,19 +2,14 @@
...
@@ -2,19 +2,14 @@
<div
class=
"service-content max-width-center"
>
<div
class=
"service-content max-width-center"
>
<card
title=
"学校简介"
>
<card
title=
"学校简介"
>
<div
class=
"desc"
>
<div
class=
"desc"
>
<img
src=
"https://webapp-pub.ezijing.com/project/
sit-plus
/school_desc.png"
class=
"desc-img"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/
park
/school_desc.png"
class=
"desc-img"
/>
<p>
<p>
斯蒂文斯理工学院创办于1870年,和麻省理工、加州理工、伦斯勒理工学院并称为美国四大理工学院,是美国历史最为悠久的理工学院之一。学校坐落于纽约大都会区新泽西州霍博肯市(Hoboken,
美国帕克大学原名帕克学院,最初成立于1875年,2000年正式更名为帕克大学,是一所独立私立高等教育机构,至今已有149年的历史。最初成立时,帕克大学仅是一所小型的中西部教堂学院,现在已经发展成为一所拥有电子学习设施,并开设美国军队教育课程的大学。帕克大学获得了美国中北部高等教育委员会及中北部学院和大学协会认可,获密苏里州教育部门认证,中国教育部涉外监管信息网认证。
New Jersey),与曼哈顿岛隔河相望,是世界上地理位置最佳的学校之一。
</p>
</p>
<br
/>
<br
/>
<p>
<p>
斯蒂文斯理工学院是一所在美国的教育和研究领域中位居前沿的理工类大学,长年位列U.S. News
&
World
有超过633名来自112个不同国家的外国留学生,他们在学校感受到了家的温暖。为了容纳并使留学生更好地适应学校,学校组织了许多有趣的活动供留学生参加,也让美国学生可以与之互动并体验当地文化。帕克大学一直被家长和其他学校评为国内私立大学中的顶级大学。帕克起源于中西部一个小大学,现在帕克大学已经成长为多元的大学,为全球的学生提供高品质的学术机会。
Report全美Top100。该校的教授和学者在自然科学及管理科学领域享有盛誉,培养了诺贝尔物理学奖得主费瑞得瑞恩(Frederick
帕克大学的毕业生拥有全球视野,他们对国际关系和国际市场有着深刻理解。在帕克的学习使他们掌握了关键性思维、有效沟通以及终身学习。无论是商科专业,还是体育、生物、图形设计或者教育专业,学生在帕克大学学到的不仅仅是为日后工作做准备,更是如何成为一个关键性思考者、问题解决者以及可以适应全球化的领跑者。
Reines)、诺贝尔化学奖得主欧文朗缪尔(Irving Langmuir)、现代管理学之父弗雷德里克泰勒(Frederick Winslow
Taylor)以及甘特图的发明者亨利甘特(Henry Laurence
Gantt)等杰出人才。该校毕业生享有极高声誉,在NACE全美大学最高薪酬排行中位列第7位,在二十年投资回报比中位列第三位,USA
Today将其评选为全美最佳七所工程学院之一。
</p>
</p>
</div>
</div>
</card>
</card>
...
...
components/layout/h5/Header.vue
浏览文件 @
91b3ec81
...
@@ -3,12 +3,10 @@
...
@@ -3,12 +3,10 @@
<header
class=
"main-header"
>
<header
class=
"main-header"
>
<template
v-if=
"!searchVisible"
>
<template
v-if=
"!searchVisible"
>
<div
class=
"logo-box"
>
<div
class=
"logo-box"
>
<img
@
click=
"goWebsite"
src=
"https://webapp-pub.ezijing.com/project/
sit-plus
/logo.png"
/>
<img
@
click=
"goWebsite"
src=
"https://webapp-pub.ezijing.com/project/
park
/logo.png"
/>
<div
class=
"line"
></div>
<div
class=
"line"
></div>
<nuxt-link
to=
"/"
class=
"logo"
>
<nuxt-link
to=
"/"
class=
"logo"
>
<div
class=
"title"
>
<div
class=
"title"
>
美国帕克大学专升硕项目
</div>
斯蒂文斯理工学院工程管理硕士保研项目
</div>
<!--
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywood_logo.svg"
/>
-->
<!--
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywood_logo.svg"
/>
-->
</nuxt-link>
</nuxt-link>
</div>
</div>
...
@@ -98,6 +96,7 @@ export default {
...
@@ -98,6 +96,7 @@ export default {
display
:
flex
;
display
:
flex
;
}
}
.logo-box
{
.logo-box
{
// padding: 15px 0;
flex
:
1
;
flex
:
1
;
display
:
flex
;
display
:
flex
;
img
{
img
{
...
...
components/layout/pc/Foot.vue
浏览文件 @
91b3ec81
...
@@ -4,8 +4,8 @@
...
@@ -4,8 +4,8 @@
<div
class=
"foot-content"
>
<div
class=
"foot-content"
>
<div
class=
"left-content"
>
<div
class=
"left-content"
>
<div
class=
"logo-title"
>
<div
class=
"logo-title"
>
<img
src=
"https://webapp-pub.ezijing.com/project/
sit-plus/logo_white
.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/
park/logo_white2
.png"
/>
<h1>
工程管理硕士保研
项目
</h1>
<h1>
美国帕克大学专升硕
项目
</h1>
</div>
</div>
<div
class=
"bottom"
>
<div
class=
"bottom"
>
...
@@ -35,19 +35,19 @@
...
@@ -35,19 +35,19 @@
</div>
</div>
</div>
</div>
<div
class=
"center-content"
>
<div
class=
"center-content"
>
<div
class=
"contact"
>
斯蒂文斯理工学院工程硕士保研
项目
</div>
<div
class=
"contact"
>
美国帕克大学专升硕
项目
</div>
<div
class=
"contact"
>
中国招生与教学中心(紫荆教育)
</div>
<div
class=
"contact"
>
中国招生与教学中心(紫荆教育)
</div>
<div
class=
"bottom"
>
<div
class=
"bottom"
>
<div
class=
"address"
v-html=
"$t('foot.address')"
></div>
<div
class=
"address"
v-html=
"$t('foot.address')"
></div>
<div
class=
"phone"
v-html=
"$t('foot.contact')"
></div>
<div
class=
"phone"
v-html=
"$t('foot.contact')"
></div>
<a
class=
"mail"
href=
"mailto:admission_
SIT
@ezijing.com"
<a
class=
"mail"
href=
"mailto:admission_
park_project
@ezijing.com"
>
邮
箱:admission_
SIT
@ezijing.com
>
邮
箱:admission_
park_project
@ezijing.com
</a>
</a>
<!--
<div
class=
"mail"
v-html=
"$t('foot.email')"
></div>
-->
<!--
<div
class=
"mail"
v-html=
"$t('foot.email')"
></div>
-->
</div>
</div>
</div>
</div>
<div
class=
"right-content"
>
<div
class=
"right-content"
>
<img
src=
"https://webapp-pub.ezijing.com/project/
sit-plus
/sit_wechat.png"
class=
"code"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/
park
/sit_wechat.png"
class=
"code"
/>
<div
class=
"tips-txt"
>
<div
class=
"tips-txt"
>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/184235d9f6edbb39d52fc6f77339ff5b.png"
/>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/184235d9f6edbb39d52fc6f77339ff5b.png"
/>
<div
class=
"txt"
>
{{
$t
(
'foot.weChat'
)
}}
</div>
<div
class=
"txt"
>
{{
$t
(
'foot.weChat'
)
}}
</div>
...
@@ -58,36 +58,42 @@
...
@@ -58,36 +58,42 @@
友情链接:中国人民银行 中国涉外监管网 中国银行协会 中国证券投资基金业协会
友情链接:中国人民银行 中国涉外监管网 中国银行协会 中国证券投资基金业协会
</div>
-->
</div>
-->
</div>
</div>
<div
class=
"copyright"
style=
"height: 40px;
line-height: 40px;color: rgba(153, 153, 153, 1);background: #fff;
"
>
<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;
"
>
<div
class=
"inner"
style=
"width: 100%;
justify-content: center; display: flex
"
>
<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"
target=
"_blank"
href=
"https://tsm.miit.gov.cn/dxxzsp/"
href=
"https://tsm.miit.gov.cn/dxxzsp/"
style=
"color: rgba(153, 153, 153, 1);
text-decoration:none;margin-left: 10px;
"
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
target=
"_blank"
target=
"_blank"
class=
"record"
class=
"record"
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"
src=
"https://zws-imgs-pub.ezijing.com/e0a0ec47dfdfc1e0797b1d5254021d00.png"
style=
"width: 20px;
height: 20px;margin: 0 6px;display: block;
"
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"
target=
"_blank"
href=
"https://beian.miit.gov.cn/#/Integrated/index"
href=
"https://beian.miit.gov.cn/#/Integrated/index"
style=
"color: rgba(153, 153, 153, 1);
text-decoration:none;
"
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>
</div>
</div>
...
@@ -195,7 +201,7 @@ export default {}
...
@@ -195,7 +201,7 @@ export default {}
height
:
50px
;
height
:
50px
;
img
{
img
{
margin-top
:
-40px
;
margin-top
:
-40px
;
height
:
125
px
;
height
:
73
px
;
}
}
h1
{
h1
{
margin-left
:
14px
;
margin-left
:
14px
;
...
...
components/layout/pc/Head.vue
浏览文件 @
91b3ec81
...
@@ -7,10 +7,10 @@
...
@@ -7,10 +7,10 @@
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/307f688850f8308a5c944bd129436fe0.png"
/>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/307f688850f8308a5c944bd129436fe0.png"
/>
</nuxt-link>
-->
</nuxt-link>
-->
<div
class=
"logo-box"
>
<div
class=
"logo-box"
>
<img
@
click=
"goWebsite"
src=
"https://webapp-pub.ezijing.com/project/
sit-plus
/logo.png"
/>
<img
@
click=
"goWebsite"
src=
"https://webapp-pub.ezijing.com/project/
park
/logo.png"
/>
<div
class=
"line"
></div>
<div
class=
"line"
></div>
<nuxt-link
to=
"/"
>
<nuxt-link
to=
"/"
>
<div
class=
"title"
>
斯蒂文斯理工学院工程管理硕士保研
项目
</div>
<div
class=
"title"
>
美国帕克大学专升硕
项目
</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.oss-cn-beijing.aliyuncs.com/project/marywood/marywood_logo.svg"
/>
-->
</div>
</div>
...
@@ -23,9 +23,7 @@
...
@@ -23,9 +23,7 @@
<div
class=
"login"
>
<div
class=
"login"
>
<a
:href=
"loginURL"
>
{{
$t
(
'menu.fastLogin'
)
}}
</a>
<a
:href=
"loginURL"
>
{{
$t
(
'menu.fastLogin'
)
}}
</a>
</div>
</div>
<div
class=
"register"
@
click=
"$router.push('/my/account')"
>
<div
class=
"register"
@
click=
"$router.push('/my/account')"
>
马上报名
</div>
马上报名
</div>
<!--
<div
class=
"register"
>
<!--
<div
class=
"register"
>
<a
:href=
"registerURL"
>
{{
$t
(
'menu.register'
)
}}
</a>
<a
:href=
"registerURL"
>
{{
$t
(
'menu.register'
)
}}
</a>
</div>
-->
</div>
-->
...
@@ -113,8 +111,9 @@ li {
...
@@ -113,8 +111,9 @@ li {
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
justify-content
:
center
;
justify-content
:
center
;
padding
:
15px
0
;
img
{
img
{
height
:
89
px
;
height
:
70
px
;
cursor
:
pointer
;
cursor
:
pointer
;
display
:
block
;
display
:
block
;
}
}
...
...
components/rightAside.vue
浏览文件 @
91b3ec81
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
</div>
</div>
<div
class=
"wx_cont"
v-show=
"tabBtnTarget === 'wx'"
>
<div
class=
"wx_cont"
v-show=
"tabBtnTarget === 'wx'"
>
<h5>
{{
$t
(
'aside.follow'
)
}}
</h5>
<h5>
{{
$t
(
'aside.follow'
)
}}
</h5>
<img
src=
"https://webapp-pub.ezijing.com/project/
sit-plus
/sit_wechat.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/
park
/sit_wechat.png"
/>
</div>
</div>
</div>
</div>
</transition>
</transition>
...
@@ -92,7 +92,7 @@ export default {
...
@@ -92,7 +92,7 @@ export default {
formInfo
:
{
formInfo
:
{
name
:
''
,
name
:
''
,
phone
:
''
,
phone
:
''
,
newProjectId
:
'10
20
'
newProjectId
:
'10
31
'
},
},
projectList
:
[
projectList
:
[
{
label
:
'金融工商管理硕士'
,
value
:
'1000'
},
{
label
:
'金融工商管理硕士'
,
value
:
'1000'
},
...
@@ -103,13 +103,13 @@ export default {
...
@@ -103,13 +103,13 @@ export default {
{
label
:
'中国未来金融领袖计划'
,
value
:
'1007'
},
{
label
:
'中国未来金融领袖计划'
,
value
:
'1007'
},
{
label
:
'国际硕士'
,
value
:
'1016'
},
{
label
:
'国际硕士'
,
value
:
'1016'
},
{
label
:
'金融学硕士保研项目'
,
value
:
'1018'
},
{
label
:
'金融学硕士保研项目'
,
value
:
'1018'
},
{
label
:
'
工程管理硕士保研项目'
,
value
:
'1020
'
}
{
label
:
'
美国帕克大学专升硕项目'
,
value
:
'1031
'
}
]
]
}
}
},
},
mounted
()
{
mounted
()
{
// this.isShow = false
// this.isShow = false
window
.
onscroll
=
function
()
{
window
.
onscroll
=
function
()
{
var
top
=
window
.
pageYOffset
||
document
.
documentElement
.
scrollTop
||
document
.
body
.
scrollTop
var
top
=
window
.
pageYOffset
||
document
.
documentElement
.
scrollTop
||
document
.
body
.
scrollTop
var
node
=
document
.
getElementById
(
'right_bar'
)
var
node
=
document
.
getElementById
(
'right_bar'
)
if
(
top
>
100
)
{
if
(
top
>
100
)
{
...
...
modules/letter/index.vue
浏览文件 @
91b3ec81
...
@@ -3,18 +3,33 @@
...
@@ -3,18 +3,33 @@
<header
class=
"header"
>
<header
class=
"header"
>
<div
class=
"inner"
>
<div
class=
"inner"
>
<div
class=
"logo"
>
<div
class=
"logo"
>
<router-link
to=
"/"
><img
src=
"https://webapp-pub.ezijing.com/project/application/images/ezijing-logo.png"
/></router-link>
<router-link
to=
"/"
><img
src=
"https://webapp-pub.ezijing.com/project/application/images/ezijing-logo.png"
/></router-link>
</div>
</div>
</div>
</div>
</header>
</header>
<nav
class=
"nav"
><h1
class=
"title"
>
斯蒂文斯理工学院工程管理硕士保研
项目推荐信
</h1></nav>
<nav
class=
"nav"
><h1
class=
"title"
>
美国帕克大学专升硕
项目推荐信
</h1></nav>
<section
class=
"content"
>
<section
class=
"content"
>
<el-form
:model=
"ruleForm"
:rules=
"rules"
ref=
"form"
label-width=
"100px"
:label-position=
"labelPosition"
@
submit
.
native
.
prevent
style=
"max-width: 680px"
>
<el-form
:model=
"ruleForm"
:rules=
"rules"
ref=
"form"
label-width=
"100px"
:label-position=
"labelPosition"
@
submit
.
native
.
prevent
style=
"max-width: 680px"
>
<el-form-item
label=
"姓名"
prop=
"provider_name"
>
<el-form-item
label=
"姓名"
prop=
"provider_name"
>
<el-input
v-model=
"ruleForm.provider_name"
@
blur=
"onBlur('provider_name')"
></el-input>
<el-input
v-model=
"ruleForm.provider_name"
@
blur=
"onBlur('provider_name')"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"推荐信内容"
prop=
"letter_content"
>
<el-form-item
label=
"推荐信内容"
prop=
"letter_content"
>
<el-input
type=
"textarea"
:autosize=
"
{ minRows: 6 }" v-model="ruleForm.letter_content" @blur="onBlur('letter_content')">
</el-input>
<el-input
type=
"textarea"
:autosize=
"
{ minRows: 6 }"
v-model="ruleForm.letter_content"
@blur="onBlur('letter_content')"
>
</el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"手机号"
prop=
"provider_phone_number"
>
<el-form-item
label=
"手机号"
prop=
"provider_phone_number"
>
<el-input
v-model=
"ruleForm.provider_phone_number"
></el-input>
<el-input
v-model=
"ruleForm.provider_phone_number"
></el-input>
...
...
modules/my/application/components/qrcodePay.vue
浏览文件 @
91b3ec81
...
@@ -5,16 +5,14 @@
...
@@ -5,16 +5,14 @@
<img
src=
"https://webapp-pub.ezijing.com/project/application/images/my_pay_01.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/application/images/my_pay_01.png"
/>
</div>
</div>
<h1>
欢迎您
</h1>
<h1>
欢迎您
</h1>
<p
class=
"t1"
>
<p
class=
"t1"
>
申请美国帕克大学专升硕项目,本项目的申请费为
<span>
700
</span>
元,请扫描二维码以完成报名。
</p>
申请斯蒂文斯理工学院工程管理硕士保研项目,本项目的申请费为
<span>
700
</span>
元,请扫描二维码以完成报名。
</p>
</div>
</div>
<div
class=
"qrcode-error"
v-if=
"qrcodeError"
>
<div
class=
"qrcode-error"
v-if=
"qrcodeError"
>
生成二维码失败请刷新
<i
class=
"el-icon-refresh-left"
@
click=
"getOrder"
title=
"刷新"
></i>
生成二维码失败请刷新
<i
class=
"el-icon-refresh-left"
@
click=
"getOrder"
title=
"刷新"
></i>
</div>
</div>
<div
class=
"qrcode"
v-else
>
<div
class=
"qrcode"
v-else
>
<qrcode-vue
:value=
"qrcodeValue"
size=
"100"
></qrcode-vue>
<qrcode-vue
:value=
"qrcodeValue"
size=
"100"
></qrcode-vue>
<span
@
click=
"getOrder"
><i
class=
"el-icon-refresh"
style=
"font-size:20px"
title=
"刷新"
></i></span>
<span
@
click=
"getOrder"
><i
class=
"el-icon-refresh"
style=
"font-size:
20px"
title=
"刷新"
></i></span>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
...
modules/my/application/form/info/answer.js
浏览文件 @
91b3ec81
...
@@ -17,7 +17,7 @@ export default function (_this) {
...
@@ -17,7 +17,7 @@ export default function (_this) {
const
[
first
=
{},
second
=
{}]
=
answers
const
[
first
=
{},
second
=
{}]
=
answers
return
{
return
{
qid1
:
first
.
qid
||
'1'
,
qid1
:
first
.
qid
||
'1'
,
question1
:
'您为什么要申请
斯蒂文斯理工学院工程管理硕士保研
项目?'
,
question1
:
'您为什么要申请
美国帕克大学专升硕
项目?'
,
answer1
:
first
.
answer
,
answer1
:
first
.
answer
,
qid2
:
second
.
qid
||
'2'
,
qid2
:
second
.
qid
||
'2'
,
question2
:
'您的短期和长期职业发展目标是什么?您打算如何达成此愿景?'
,
question2
:
'您的短期和长期职业发展目标是什么?您打算如何达成此愿景?'
,
...
@@ -39,7 +39,7 @@ export default function (_this) {
...
@@ -39,7 +39,7 @@ export default function (_this) {
items
:
[
items
:
[
{
{
type
:
'v-input'
,
type
:
'v-input'
,
label
:
'您为什么要申请
斯蒂文斯理工学院工程管理硕士保研
项目?(60字以上,1000字以内)'
,
label
:
'您为什么要申请
美国帕克大学专升硕
项目?(60字以上,1000字以内)'
,
model
:
'answer1'
,
model
:
'answer1'
,
attrs
:
{
type
:
'textarea'
,
rows
:
'8'
,
maxlength
:
'1000'
,
style
:
'width:100%'
},
attrs
:
{
type
:
'textarea'
,
rows
:
'8'
,
maxlength
:
'1000'
,
style
:
'width:100%'
},
rules
:
[
rules
:
[
...
...
modules/my/interview/components/qrcodePay.vue
浏览文件 @
91b3ec81
...
@@ -5,16 +5,14 @@
...
@@ -5,16 +5,14 @@
<img
src=
"https://webapp-pub.ezijing.com/project/application/images/my_pay_01.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/application/images/my_pay_01.png"
/>
</div>
</div>
<h1>
欢迎您
</h1>
<h1>
欢迎您
</h1>
<p
class=
"t1"
>
<p
class=
"t1"
>
申请美国帕克大学专升硕项目,本项目的申请费为
<span>
700
</span>
元,请扫描二维码以完成报名。
</p>
申请斯蒂文斯理工学院工程管理硕士保研项目,本项目的申请费为
<span>
700
</span>
元,请扫描二维码以完成报名。
</p>
</div>
</div>
<div
class=
"qrcode-error"
v-if=
"qrcodeError"
>
<div
class=
"qrcode-error"
v-if=
"qrcodeError"
>
生成二维码失败请刷新
<i
class=
"el-icon-refresh-left"
@
click=
"getOrder"
title=
"刷新"
></i>
生成二维码失败请刷新
<i
class=
"el-icon-refresh-left"
@
click=
"getOrder"
title=
"刷新"
></i>
</div>
</div>
<div
class=
"qrcode"
v-else
>
<div
class=
"qrcode"
v-else
>
<qrcode-vue
:value=
"qrcodeValue"
size=
"100"
></qrcode-vue>
<qrcode-vue
:value=
"qrcodeValue"
size=
"100"
></qrcode-vue>
<span
@
click=
"getOrder"
><i
class=
"el-icon-refresh"
style=
"font-size:20px"
title=
"刷新"
></i></span>
<span
@
click=
"getOrder"
><i
class=
"el-icon-refresh"
style=
"font-size:
20px"
title=
"刷新"
></i></span>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
...
modules/my/interview/form/form.js
浏览文件 @
91b3ec81
...
@@ -32,7 +32,7 @@ export default function (_this) {
...
@@ -32,7 +32,7 @@ export default function (_this) {
limit
:
1
limit
:
1
},
},
rules
:
[{
required
:
true
,
message
:
'请上传'
,
trigger
:
'change'
}],
rules
:
[{
required
:
true
,
message
:
'请上传'
,
trigger
:
'change'
}],
prepend
:
`<p>请下载填写申请表格(First Year Application Form)模板后上传 <a href="https://webapp-pub.ezijing.com/project/
sit-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/
park
/First%20Year%20Application.docx" target="_blank" download="申请表格" style="color:#aa1941;">[下载模板]</a></p>`
}
}
]
]
}
}
...
...
modules/my/interview/form/ywjl.js
浏览文件 @
91b3ec81
...
@@ -23,7 +23,7 @@ export default function (_this) {
...
@@ -23,7 +23,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/
sit-plus
/%E8%8B%B1%E6%96%87%E7%AE%80%E5%8E%86%E6%A8%A1%E6%9D%BF--SIT.doc" target="_blank" download="英文简历模板">下载模板</a>]</p>
<p>请下载填写英文简历模板后上传 [<a href="https://webapp-pub.ezijing.com/project/
park
/%E8%8B%B1%E6%96%87%E7%AE%80%E5%8E%86%E6%A8%A1%E6%9D%BF--SIT.doc" target="_blank" download="英文简历模板">下载模板</a>]</p>
<p>请将英文简历填写完存为"pdf"格式上传,文件小于10MB。</p>`
<p>请将英文简历填写完存为"pdf"格式上传,文件小于10MB。</p>`
}
}
]
]
...
...
modules/my/review/components/qrcodePay.vue
浏览文件 @
91b3ec81
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
</div>
</div>
<h1>
欢迎您
</h1>
<h1>
欢迎您
</h1>
<p
class=
"t1"
>
<p
class=
"t1"
>
申请
斯蒂文斯理工学院工程管理硕士保研
项目,需缴纳留位费
<span>
20000
</span>
元,请扫描二维码以完成缴费。
申请
美国帕克大学专升硕
项目,需缴纳留位费
<span>
20000
</span>
元,请扫描二维码以完成缴费。
</p>
</p>
</div>
</div>
<div
class=
"qrcode-error"
v-if=
"qrcodeError"
>
生成二维码失败请刷新
<i
class=
"el-icon-refresh-left"
@
click=
"getOrder"
title=
"刷新"
></i></div>
<div
class=
"qrcode-error"
v-if=
"qrcodeError"
>
生成二维码失败请刷新
<i
class=
"el-icon-refresh-left"
@
click=
"getOrder"
title=
"刷新"
></i></div>
...
...
modules/my/welcome/indexWelcome.vue
浏览文件 @
91b3ec81
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
</div>
</div>
<h1>
欢迎您
</h1>
<h1>
欢迎您
</h1>
<p
class=
"t1"
>
<p
class=
"t1"
>
申请
斯蒂文斯理工学院工程管理硕士保研
项目,请在填写以下内容并
<br
/>
申请
美国帕克大学专升硕
项目,请在填写以下内容并
<br
/>
提交报名申请后,扫码支付本项目的申请费共计
<span>
700
</span>
元。
提交报名申请后,扫码支付本项目的申请费共计
<span>
700
</span>
元。
</p>
</p>
</div>
</div>
...
...
nuxt.config.js
浏览文件 @
91b3ec81
...
@@ -17,7 +17,7 @@ export default {
...
@@ -17,7 +17,7 @@ export default {
}),
}),
// Global page headers: https://go.nuxtjs.dev/config-head
// Global page headers: https://go.nuxtjs.dev/config-head
head
:
{
head
:
{
title
:
'
斯蒂文斯理工学院工程管理硕士保研
项目'
,
title
:
'
美国帕克大学专升硕
项目'
,
htmlAttrs
:
{
htmlAttrs
:
{
lang
:
'en'
lang
:
'en'
},
},
...
...
pages/about/school.vue
浏览文件 @
91b3ec81
差异被折叠。
点击展开。
pages/academic/academic.vue
浏览文件 @
91b3ec81
...
@@ -6,11 +6,11 @@
...
@@ -6,11 +6,11 @@
<!--
<el-image
:src=
"url1"
>
</el-image>
-->
<!--
<el-image
:src=
"url1"
>
</el-image>
-->
<div
class=
"img_english"
>
<div
class=
"img_english"
>
<el-image
:src=
"url1"
class=
"img1"
></el-image>
<el-image
:src=
"url1"
class=
"img1"
></el-image>
<div
class=
"item_english_name"
>
硕士学位证书
模板
</div>
<div
class=
"item_english_name"
>
硕士学位证书
(示意图)
</div>
</div>
</div>
<div
class=
"img_english"
>
<div
class=
"img_english"
>
<el-image
:src=
"url2"
class=
"img2"
></el-image>
<el-image
:src=
"url2"
class=
"img2"
></el-image>
<div
class=
"item_english_name"
>
学历学位认证
模板
</div>
<div
class=
"item_english_name"
>
学历学位认证
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -20,11 +20,11 @@
...
@@ -20,11 +20,11 @@
<!--
<el-image
:src=
"url1"
>
</el-image>
-->
<!--
<el-image
:src=
"url1"
>
</el-image>
-->
<div
class=
"img_english"
>
<div
class=
"img_english"
>
<el-image
:src=
"url1"
class=
"img1"
></el-image>
<el-image
:src=
"url1"
class=
"img1"
></el-image>
<div
class=
"item_english_name"
>
硕士学位证书
模板
</div>
<div
class=
"item_english_name"
>
硕士学位证书
(示意图)
</div>
</div>
</div>
<div
class=
"img_english"
>
<div
class=
"img_english"
>
<el-image
:src=
"url2"
class=
"img2"
></el-image>
<el-image
:src=
"url2"
class=
"img2"
></el-image>
<div
class=
"item_english_name"
>
学历学位认证
模板
</div>
<div
class=
"item_english_name"
>
学历学位认证
</div>
</div>
</div>
</div>
</div>
</app-frame>
</app-frame>
...
@@ -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/
sit-plus
/pc-cert-en.png'
,
url1
:
'https://webapp-pub.ezijing.com/project/
park
/pc-cert-en.png'
,
url2
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/pc-cert-cn.png'
,
url2
:
'https://webapp-pub.ezijing.com/project/
park
/pc-cert-cn.png'
,
frameParams
:
{
frameParams
:
{
slider
:
[]
slider
:
[]
...
...
pages/dataDownload/dataDownload.vue
浏览文件 @
91b3ec81
...
@@ -36,11 +36,11 @@ export default {
...
@@ -36,11 +36,11 @@ export default {
fileList
:
[
fileList
:
[
{
{
name
:
'招生简章'
,
name
:
'招生简章'
,
url
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/admission.jpg'
url
:
'https://webapp-pub.ezijing.com/project/
park
/admission.jpg'
},
},
{
{
name
:
'硕士学分模块介绍'
,
name
:
'硕士学分模块介绍'
,
url
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/SIT%E7%A1%95%E5%A3%AB%E5%AD%A6%E5%88%86%E6%A8%A1%E5%9D%97%E4%BB%8B%E7%BB%8D.pdf'
url
:
'https://webapp-pub.ezijing.com/project/
park
/SIT%E7%A1%95%E5%A3%AB%E5%AD%A6%E5%88%86%E6%A8%A1%E5%9D%97%E4%BB%8B%E7%BB%8D.pdf'
},
},
{
{
name
:
'语言强化模块介绍'
,
name
:
'语言强化模块介绍'
,
...
...
pages/enroll/apply.vue
浏览文件 @
91b3ec81
<
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/
sit-plus
/enroll-process-apply-banner.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/
park
/enroll-process-apply-banner.png"
/>
<div
class=
"content-mian"
>
<div
class=
"content-mian"
>
<ul
class=
"content-mian_con"
>
<ul
class=
"content-mian_con"
>
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<div
class=
"apply_desc"
>
本科学历(有学士学位)及以上或者本科在读(大三或大四)
</div>
<div
class=
"apply_desc"
>
本科学历(有学士学位)及以上或者本科在读(大三或大四)
</div>
</li>
-->
</li>
-->
<li
class=
"applyList_con"
>
<li
class=
"applyList_con"
>
<div
class=
"apply_name"
>
原则要求GPA3.0以上
</div>
<div
class=
"apply_name"
>
国内在读大专大三或者已经大专毕业学生
</div>
</li>
</li>
<li
class=
"applyList_con"
>
<li
class=
"applyList_con"
>
...
...
pages/enroll/process.vue
浏览文件 @
91b3ec81
<
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/
sit-plus
/enroll-process-banner.png"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/
park
/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"
>
...
@@ -8,18 +8,16 @@
...
@@ -8,18 +8,16 @@
<div
class=
"apply-item-hd"
>
提交申请材料
</div>
<div
class=
"apply-item-hd"
>
提交申请材料
</div>
<div
class=
"apply-item-bd"
>
<div
class=
"apply-item-bd"
>
<p>
<p>
申请者需登录项目官网
<a
href=
"https://
sit-plus.ezijing.com/"
>
https://sit-plus.ezijing.com/
</a
申请者需登录项目官网
<a
href=
"https://
park-project.ezijing.com/"
>
(https://park-project.ezijing.com)
</a
>
进行在线报名,按项目报名系统的要求在线填写基本信息并提交以下材料:
>
进行在线报名,按项目报名系统
的要求在线填写基本信息并提交以下材料:
</p>
</p>
<!--
<p>
另请提供纸质材料:
</p>
-->
<!--
<p>
另请提供纸质材料:
</p>
-->
<ul>
<ul>
<li>
➢
英文简历
</li>
<li>
➢ 英文简历
</li>
<li>
➢ 身份证扫描件
</li>
<li>
➢ 身份证扫描件
</li>
<li>
➢ 中文本科成绩单(在读生截止到上学期末)
</li>
<li>
➢ 中英文大专成绩单(在读生截止到上学期末)
</li>
<li>
➢ 英语成绩证明(如CET-4,CET-6,TOEFL,IELTS等)
</li>
<li>
➢ 个人荣誉证书和获奖经历扫描件(如有)
</li>
<li>
➢ 个人荣誉证书和获奖经历扫描件(如有)
</li>
<li>
➢ 本科学历学位证明/本科在读证明(中、英文)
</li>
<li>
➢ 大专学历学位证明/大专在读证明(中、英文)
</li>
<li>
➢ 英文本科成绩单(在读生截止到上学期末)
</li>
<li>
➢ 个人陈述(英文)
</li>
<li>
➢ 个人陈述(英文)
</li>
<li>
➢ 推荐信两封(英文)
</li>
<li>
➢ 推荐信两封(英文)
</li>
<li>
注:报名费700元
</li>
<li>
注:报名费700元
</li>
...
@@ -28,26 +26,34 @@
...
@@ -28,26 +26,34 @@
</div>
</div>
<div
class=
"apply-item"
>
<div
class=
"apply-item"
>
<div
class=
"apply-item-num"
>
2
</div>
<div
class=
"apply-item-num"
>
2
</div>
<div
class=
"apply-item-hd"
>
招生官面试
录取
</div>
<div
class=
"apply-item-hd"
>
招生官面试
</div>
<div
class=
"apply-item-bd"
>
<div
class=
"apply-item-bd"
>
<p>
资料提交完整并审核通过后,预约保研项目招生官,对符合条件的申请人进行面试,面试合格者发送保研录取通知书。
</p>
<p>
资料提交完整并审核通过后,预约项目招生官,对符合条件的申请人进行面试,面试合格者发送保研录取通知书。
</p>
</div>
</div>
</div>
</div>
<div
class=
"apply-item"
>
<div
class=
"apply-item"
>
<div
class=
"apply-item-num"
>
3
</div>
<div
class=
"apply-item-num"
>
3
</div>
<div
class=
"apply-item-hd"
>
保研项目学习
</div>
<div
class=
"apply-item-hd"
>
硕士录取
</div>
<div
class=
"apply-item-bd"
>
<div
class=
"apply-item-bd"
>
<
p>
收到录取后在规定时间内签订入学协议并完成学费缴纳,进入项目学习。
</p
>
<
!--
<p>
收到录取后在规定时间内签订入学协议并完成学费缴纳,进入项目学习。
</p>
--
>
</div>
</div>
</div>
</div>
<div
class=
"apply-item"
>
<div
class=
"apply-item"
>
<div
class=
"apply-item-num"
>
4
</div>
<div
class=
"apply-item-num"
>
4
</div>
<div
class=
"apply-item-hd"
>
项目学习
</div>
<div
class=
"apply-item-bd"
>
<p>
收到录取后在规定时间内签订入学协议并完成学费缴纳,进入项目学习。
</p>
</div>
</div>
<div
class=
"apply-item"
>
<div
class=
"apply-item-num"
>
5
</div>
<div
class=
"apply-item-hd"
>
签证赴美
</div>
<div
class=
"apply-item-hd"
>
签证赴美
</div>
<div
class=
"apply-item-bd"
>
<div
class=
"apply-item-bd"
>
<p>
完成项目学习成绩合格者获
斯蒂文斯理工学院
录取签证文件,赴美完成硕士剩余课程学习。
</p>
<p>
完成项目学习成绩合格者获
帕克大学
录取签证文件,赴美完成硕士剩余课程学习。
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</app-frame>
</app-frame>
</
template
>
</
template
>
...
...
pages/index.vue
浏览文件 @
91b3ec81
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<!-- 校园风光 -->
<!-- 校园风光 -->
<!--
<school-senery
/>
-->
<!--
<school-senery
/>
-->
<!-- 最新动态 -->
<!-- 最新动态 -->
<
news
/
>
<
!--
<news
/>
--
>
<!-- 视频 -->
<!-- 视频 -->
<Video
style=
"margin-bottom:0.2rem"
/>
<Video
style=
"margin-bottom:0.2rem"
/>
<!-- 右侧功能栏 -->
<!-- 右侧功能栏 -->
...
...
pages/news/hot/index.vue
浏览文件 @
91b3ec81
...
@@ -13,7 +13,7 @@ export default {
...
@@ -13,7 +13,7 @@ export default {
data
()
{
data
()
{
return
{
return
{
frameParams
:
{
frameParams
:
{
banner
:
'https://webapp-pub.ezijing.com/project/
sit-plus
/news_banner.jpeg?v=1'
,
banner
:
'https://webapp-pub.ezijing.com/project/
park
/news_banner.jpeg?v=1'
,
slider
:
[
slider
:
[
{
{
name
:
this
.
$t
(
'menu.projectChild.bg'
),
name
:
this
.
$t
(
'menu.projectChild.bg'
),
...
...
pages/project-intro/introduce.vue
浏览文件 @
91b3ec81
<
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/
sit-plus
/project-intro_banner.png"
class=
"banner"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/
park
/project-intro_banner.png"
class=
"banner"
/>
<div
class=
"part_content"
>
<div
class=
"part_content"
>
<div
class=
"part_item"
>
<div
class=
"part_item"
>
斯蒂文斯理工学院工程管理硕士保研项目是清控紫荆教育联合美国多所知名院校推出的国际硕士保研项目之一。清控紫荆教育为斯蒂文斯理工学院工程管理硕士保研
项目官方授权中国招生与教学中心。
美国帕克大学专升硕项目是清控紫荆教育联合美国多所知名院校推出的国际硕士保研项目之一。清控紫荆教育为美国帕克大学专升硕
项目官方授权中国招生与教学中心。
</div>
</div>
<div
class=
"part_item"
>
<div
class=
"part_item"
>
国际硕士保研项目是针对在读本科生或往届生提供的研究生学历晋升通道。第一个“1”是指大三或大四的本科生在被美国大学硕士项目有条件录取后,第1年在国内就读(已工作人士可以边工作边就读)。国内就读课程主要为英语强化课程及部分硕士学分课,由美国大学认可的国内大学或者有实力的教育机构实施录取和教学,一般用时12-15个月。第二个“1”是指在完成第一个“1”的要求之后,获得美国大学的无条件录取,本科毕业当年可直接衔接赴美留学(已工作的人士第二年也需赴美全日制学习),完成剩余学分,毕业后获得美方硕士学位,回国后可向中国(教育部)留学服务中心申请认证为硕士研究生学历。
国际硕士保研项目是针对在读本科生或往届生提供的研究生学历晋升通道。第一个“1”是指大三或大四的本科生在被美国大学硕士项目有条件录取后,第1年在国内就读(已工作人士可以边工作边就读)。国内就读课程主要为英语强化课程及部分硕士学分课,由美国大学认可的国内大学或者有实力的教育机构实施录取和教学,一般用时12-15个月。第二个“1”是指在完成第一个“1”的要求之后,获得美国大学的无条件录取,本科毕业当年可直接衔接赴美留学(已工作的人士第二年也需赴美全日制学习),完成剩余学分,毕业后获得美方硕士学位,回国后可向中国(教育部)留学服务中心申请认证为硕士研究生学历。
...
...
pages/returnPolicy/returnPolicy.vue
浏览文件 @
91b3ec81
<
template
>
<
template
>
<app-frame
:data=
"frameParams"
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<app-frame
:data=
"frameParams"
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<img
style=
"width:
100%;height:100%;
"
src=
"https://webapp-pub.ezijing.com/project/marywood/return_banner.png"
/>
<img
style=
"width:
100%; height: 100%
"
src=
"https://webapp-pub.ezijing.com/project/marywood/return_banner.png"
/>
<div
v-if=
"!isMobile"
>
<div
v-if=
"!isMobile"
>
<div
class=
"com_top"
>
<div
class=
"com_top"
>
<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日的新闻发布会中发表评论:“支持留学、鼓励回国、来去自由、发挥作用”
<br
/>
是我国多年来奉行的留学政策,即使是进入新时代,我们依然要一以贯之地实行。
中国教育部思想政治工作司司长魏士强
在12月7日的新闻发布会中发表评论:“支持留学、鼓励回国、来去自由、发挥作用”是我国多年来奉行的留学政策,即使是进入新时代,我们依然要一以贯之地实行。
<br
/>
<br
/>
我国各省市、地区针对留学生回国颁布了人才引流福利政策,留学已经成为越来越多学生的升学选择。
我国各省市、地区针对留学生回国颁布了人才引流福利政策,留学已经成为越来越多学生的升学选择。
</div>
</div>
</div>
</div>
<div
class=
"com_bottom"
>
<div
class=
"com_bottom"
>
...
@@ -33,9 +33,8 @@
...
@@ -33,9 +33,8 @@
<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日的新闻发布会中发表评论:“支持留学、鼓励回国、来去自由、发挥作用”
中国教育部思想政治工作司司长魏士强在12月7日的新闻发布会中发表评论:“支持留学、鼓励回国、来去自由、发挥作用”是我国多年来奉行的留学政策,即使是进入新时代,我们依然要一以贯之地实行。
<br
/>
是我国多年来奉行的留学政策,即使是进入新时代,我们依然要一以贯之地实行。
我国各省市、地区针对留学生回国颁布了人才引流福利政策,留学已经成为越来越多学生的升学选择。
<br
/>
我国各省市、地区针对留学生回国颁布了人才引流福利政策,留学已经成为越来越多学生的升学选择。
</div>
</div>
</div>
</div>
<div
class=
"com_bottom"
>
<div
class=
"com_bottom"
>
...
@@ -72,52 +71,45 @@ export default {
...
@@ -72,52 +71,45 @@ export default {
return
{
return
{
frameParams
:
{
frameParams
:
{
slider
:
[
slider
:
[
{
name
:
'高薪就业'
,
path
:
'/returnPolicy/salary'
},
//
{ name: '高薪就业', path: '/returnPolicy/salary' },
{
name
:
'归国政策'
,
path
:
'/returnPolicy/returnPolicy'
}
{
name
:
'归国政策'
,
path
:
'/returnPolicy/returnPolicy'
}
]
]
},
},
policyData
:
[
policyData
:
[
{
{
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/returnPolicy/salary.vue
浏览文件 @
91b3ec81
<
template
>
<
template
>
<app-frame
:data=
"frameParams"
>
<app-frame
:data=
"frameParams"
>
<div
style=
"padding:30px"
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<div
style=
"padding:
30px"
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<p>
<p>
工程管理专业是一门包含了工程和管理两个方面的交叉学科,一般是由工程学院和商学院联合授课,旨在拓展学生在商业、技术管理等方面的技能。
工程管理专业是一门包含了工程和管理两个方面的交叉学科,一般是由工程学院和商学院联合授课,旨在拓展学生在商业、技术管理等方面的技能。
</p>
</p>
...
@@ -86,7 +86,7 @@
...
@@ -86,7 +86,7 @@
Martin等,而学校的就业中心也致力于为学生提供更多的服务,学校每年有300多家雇主在校园里招聘,为SIT毕业生在当今竞争激励的就业市场增加更多的机会。
Martin等,而学校的就业中心也致力于为学生提供更多的服务,学校每年有300多家雇主在校园里招聘,为SIT毕业生在当今竞争激励的就业市场增加更多的机会。
</p>
</p>
<p>
</p>
<p>
</p>
<img
src=
"https://webapp-pub.ezijing.com/project/
sit-plus/sit_work.png"
style=
"width:
100%"
/>
<img
src=
"https://webapp-pub.ezijing.com/project/
park/sit_work.png"
style=
"width:
100%"
/>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
</div>
</div>
...
@@ -102,7 +102,7 @@ export default {
...
@@ -102,7 +102,7 @@ export default {
return
{
return
{
frameParams
:
{
frameParams
:
{
slider
:
[
slider
:
[
{
name
:
'高薪就业'
,
path
:
'/returnPolicy/salary'
},
//
{ name: '高薪就业', path: '/returnPolicy/salary' },
{
name
:
'归国政策'
,
path
:
'/returnPolicy/returnPolicy'
}
{
name
:
'归国政策'
,
path
:
'/returnPolicy/returnPolicy'
}
]
]
}
}
...
...
pages/school/school.vue
浏览文件 @
91b3ec81
差异被折叠。
点击展开。
pages/school/swiper1.vue
0 → 100644
浏览文件 @
91b3ec81
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论