Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-www-h5
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-www-h5
Commits
4725eee3
提交
4725eee3
authored
1月 26, 2025
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: update
上级
ecb04778
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
93 行增加
和
93 行删除
+93
-93
Footer.vue
components/Footer.vue
+2
-0
FormSubmit.vue
components/FormSubmit.vue
+17
-18
Header.vue
components/Header.vue
+4
-4
Menu.vue
components/Menu.vue
+33
-33
zh-CN.js
langs/zh-CN.js
+1
-1
index.vue
pages/roadmap/index.vue
+29
-29
solution.vue
pages/services/solution.vue
+7
-8
没有找到文件。
components/Footer.vue
浏览文件 @
4725eee3
...
...
@@ -71,6 +71,8 @@ export default {
.link
{
margin-top
:
0
.22rem
;
a
{
display
:
block
;
margin-top
:
0
.1rem
;
font-size
:
0
.14rem
;
margin-right
:
0
.2rem
;
}
...
...
components/FormSubmit.vue
浏览文件 @
4725eee3
...
...
@@ -47,42 +47,42 @@ export default {
name
:
''
,
phone
:
''
,
project_id
:
''
,
channel
:
this
.
$route
.
query
.
channel_num
||
19962
channel
:
this
.
$route
.
query
.
channel_num
||
19962
,
},
rules
:
{
name
:
[{
required
:
true
,
message
:
'请输入您的名字'
,
trigger
:
'blur'
}],
phone
:
[
{
required
:
true
,
message
:
'请输入您的手机号'
,
trigger
:
'blur'
},
{
pattern
:
/^1
[
3-9
]\d{9}
$/
,
message
:
'请输入正确的手机号'
,
trigger
:
'blur'
}
{
pattern
:
/^1
[
3-9
]\d{9}
$/
,
message
:
'请输入正确的手机号'
,
trigger
:
'blur'
}
,
],
project_id
:
[{
required
:
true
,
message
:
'请选择项目'
,
trigger
:
'change'
}]
project_id
:
[{
required
:
true
,
message
:
'请选择项目'
,
trigger
:
'change'
}]
,
},
formList
:
[
{
tit
:
'权威可靠'
,
desc
:
'-百年学府 中美教育部双认证'
desc
:
'-百年学府 中美教育部双认证'
,
},
{
tit
:
'校方直录'
,
desc
:
'-百年学府 中美教育部双认证'
desc
:
'-百年学府 中美教育部双认证'
,
},
{
tit
:
'免标准化考试'
,
desc
:
'-美国校方考试替代托福/GMAT'
desc
:
'-美国校方考试替代托福/GMAT'
,
},
{
tit
:
'省时省费'
,
desc
:
'-减免部分学费,赴美1年,校内住宿安全便捷'
desc
:
'-减免部分学费,赴美1年,校内住宿安全便捷'
,
},
{
tit
:
'师资雄厚'
,
desc
:
'-清华北大教授+全美TOP100大学博士师资'
desc
:
'-清华北大教授+全美TOP100大学博士师资'
,
},
{
tit
:
'精英辈出'
,
desc
:
'-美国前总统,诺贝尔奖得主,世界500强CEO等'
}
]
desc
:
'-美国前总统,诺贝尔奖得主,世界500强CEO等'
,
}
,
]
,
}
},
mounted
()
{
...
...
@@ -115,10 +115,10 @@ export default {
{
label
:
'德保罗大学金融学硕士项目'
,
value
:
'1025'
},
{
label
:
'斯蒂文斯理工学院工程管理硕士项目'
,
value
:
'1020'
},
{
label
:
'加州浸会大学全日制工商管理博士项目'
,
value
:
'1017'
},
{
label
:
'加州浸会大学全球科技创新管理学者DBA项目'
,
value
:
'1023'
}
{
label
:
'加州浸会大学全球科技创新管理学者DBA项目'
,
value
:
'1023'
}
,
]
}
}
}
,
},
methods
:
{
handleSubmit
()
{
...
...
@@ -140,7 +140,7 @@ export default {
}
api
.
submit
(
params
)
.
then
(
res
=>
{
.
then
(
(
res
)
=>
{
if
(
res
&&
res
.
status
===
200
&&
res
.
error
===
0
)
{
this
.
$message
.
success
(
'报名提交成功'
)
}
else
{
...
...
@@ -150,8 +150,8 @@ export default {
.
catch
(()
=>
{
this
.
$message
.
error
(
'报名提交失败'
)
})
}
}
}
,
}
,
}
</
script
>
...
...
@@ -162,8 +162,7 @@ export default {
flex-direction
:
column
;
align-items
:
center
;
justify-content
:
center
;
background
:
url(https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/h5/internationalDegree/apply_bg1.png)
no-repeat
center
top
;
background
:
url(https://webapp-pub.ezijing.com/www/h5/internationalDegree/apply_bg1.png)
no-repeat
center
top
;
background-size
:
100%
100%
;
box-sizing
:
border-box
;
h2
{
...
...
components/Header.vue
浏览文件 @
4725eee3
...
...
@@ -87,19 +87,19 @@ export default {
box-shadow
:
0px
0px
15px
rgba
(
0
,
0
,
0
,
0
.14
);
.logo1
{
flex
:
1
;
background
:
url('
~/assets/images/
logo.png')
no-repeat
;
background
:
url('
https://webapp-pub.ezijing.com/www/pc/logo/us-
logo.png')
no-repeat
;
height
:
0
.26rem
;
background-size
:
contain
;
}
.logo2
{
flex
:
1
;
background
:
url('https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/www/h5/marywood/logo_head.png')
no-repeat
;
background
:
url('https://webapp-pub.
ezijing
.com/www/h5/marywood/logo_head.png')
no-repeat
;
height
:
0
.26rem
;
background-size
:
contain
;
}
.logo-en
{
flex
:
1
;
background
:
url(https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/www/pc/en-logo.png)
no-repeat
;
background
:
url(https://webapp-pub.
ezijing
.com/www/pc/en-logo.png)
no-repeat
;
height
:
0
.26rem
;
background-size
:
contain
;
}
...
...
@@ -170,7 +170,7 @@ export default {
.icon
{
width
:
0
.5rem
;
height
:
0
.5rem
;
background
:
url(https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/www/h5/images/change-lang.png)
;
background
:
url(https://webapp-pub.
ezijing
.com/www/h5/images/change-lang.png)
;
background-size
:
100%
100%
;
margin
:
0
auto
;
}
...
...
components/Menu.vue
浏览文件 @
4725eee3
...
...
@@ -47,7 +47,7 @@ export default {
return
process
.
client
?
`
${
process
.
env
.
loginURL
}
/register?redirect_uri=
${
encodeURIComponent
(
location
.
origin
+
this
.
$route
.
fullPath
)}
`
:
''
}
}
,
},
data
()
{
return
{
...
...
@@ -60,8 +60,8 @@ export default {
{
name
:
this
.
$t
(
'menu.aboutChild.news'
),
path
:
'/about/news'
},
{
name
:
this
.
$t
(
'menu.aboutChild.msg'
),
path
:
'/about/message'
},
{
name
:
this
.
$t
(
'menu.aboutChild.openLesson'
),
path
:
'/about/lesson'
},
{
name
:
this
.
$t
(
'menu.aboutChild.contact'
),
path
:
'/about/contact'
}
]
{
name
:
this
.
$t
(
'menu.aboutChild.contact'
),
path
:
'/about/contact'
}
,
]
,
},
// {
// name: this.$t('menu.services'),
...
...
@@ -100,25 +100,25 @@ export default {
children
:
[
{
name
:
this
.
$t
(
'menu.industrialCollegeChild.corePower'
),
path
:
'/services/college'
path
:
'/services/college'
,
},
{
name
:
this
.
$t
(
'menu.industrialCollegeChild.program'
),
path
:
'/services/major'
path
:
'/services/major'
,
},
{
name
:
this
.
$t
(
'menu.industrialCollegeChild.saas'
),
href
:
'https://e-saas.ezijing.com'
href
:
'https://e-saas.ezijing.com'
,
},
{
name
:
this
.
$t
(
'menu.industrialCollegeChild.internship'
),
path
:
'/services/employment'
path
:
'/services/employment'
,
},
{
name
:
'商业数据分析实验室'
,
path
:
'/services/dataAnalysis'
}
]
path
:
'/services/dataAnalysis'
,
}
,
]
,
},
{
name
:
this
.
$t
(
'menu.degree'
),
...
...
@@ -134,13 +134,13 @@ export default {
// { name: this.$t('menu.degreeChild.masterChild.msf'), href: 'https://kelley.ezijing.com' },
{
name
:
this
.
$t
(
'menu.degreeChild.masterChild.med'
),
href
:
'https://cu.ezijing.com'
},
{
name
:
this
.
$t
(
'menu.degreeChild.masterChild.map'
),
href
:
'https://ciis.ezijing.com'
},
{
name
:
this
.
$t
(
'menu.degreeChild.masterChild.jmed'
),
href
:
' https://cuw.ezijing.com/index'
}
{
name
:
this
.
$t
(
'menu.degreeChild.masterChild.jmed'
),
href
:
' https://cuw.ezijing.com/index'
}
,
// {
// name: this.$t('menu.degreeChild.masterChild.studyAbroadMaster'),
// href: 'https://marywood-plus.ezijing.com'
// },
// { name: '金融学硕士1+1', href: 'https://sbu-plus.ezijing.com' }
]
]
,
},
{
name
:
this
.
$t
(
'menu.degreeChild.mba'
),
...
...
@@ -149,8 +149,8 @@ export default {
// { name: this.$t('menu.degreeChild.mbaChild.finance'), href: 'https://sofia.ezijing.com' },
{
name
:
this
.
$t
(
'menu.degreeChild.mbaChild.internatidnal'
),
href
:
'https://shms.ezijing.com'
},
// { name: this.$t('menu.degreeChild.mbaChild.caas'), href: 'https://caas.ezijing.com' }
]
}
]
,
}
,
// {
// name: this.$t('menu.degreeChild.doctor'),
// children: [
...
...
@@ -159,7 +159,7 @@ export default {
// { name: this.$t('menu.degreeChild.doctorChild.studyAbroad'), onClick: this.showTips }
// ]
// }
]
]
,
},
// {
// name: this.$t('menu.onlineEdu'),
...
...
@@ -180,11 +180,11 @@ export default {
children
:
[
{
name
:
'纽约州立大学石溪分校金融硕士保研项目'
,
href
:
'https://sbu-plus.ezijing.com/'
href
:
'https://sbu-plus.ezijing.com/'
,
},
{
name
:
'斯蒂文斯理工学院工程管理硕士保研项目'
,
href
:
'https://sit-plus.ezijing.com/'
href
:
'https://sit-plus.ezijing.com/'
,
},
// {
// name: '玛丽伍德大学工商管理硕士保研项目',
...
...
@@ -196,13 +196,13 @@ export default {
// },
{
name
:
'加州浸会大学全日制工商管理博士项目(DBA)'
,
href
:
'https://cbu-plus.ezijing.com/'
href
:
'https://cbu-plus.ezijing.com/'
,
},
{
name
:
'加州浸会大学工商管理博士项目(DBA)'
,
href
:
'https://cbu-online.ezijing.com/'
}
]
href
:
'https://cbu-online.ezijing.com/'
,
}
,
]
,
},
{
name
:
this
.
$t
(
'menu.industrialCollegeChild.cert'
),
...
...
@@ -210,35 +210,35 @@ export default {
children
:
[
{
name
:
this
.
$t
(
'menu.industrialCollegeChild.x'
),
href
:
'https://x.ezijing.com'
href
:
'https://x.ezijing.com'
,
},
{
name
:
this
.
$t
(
'menu.onlineEduChild.prp'
),
href
:
'https://prp.ezijing.com/'
href
:
'https://prp.ezijing.com/'
,
},
{
name
:
'高管培训(数字创新管理)'
,
onClick
:
this
.
showTips
}
]
onClick
:
this
.
showTips
,
}
,
]
,
},
{
name
:
this
.
$t
(
'menu.alumni'
),
children
:
[
{
name
:
this
.
$t
(
'menu.alumniChild.alumni'
),
path
:
'/alumnus'
},
{
name
:
this
.
$t
(
'menu.alumniChild.alumniZijinghua'
),
path
:
'/alumnus/flower'
},
{
name
:
this
.
$t
(
'menu.alumniChild.alumniStory'
),
path
:
'/alumnus/story'
}
{
name
:
this
.
$t
(
'menu.alumniChild.alumniStory'
),
path
:
'/alumnus/story'
}
,
// { name: this.$t('menu.alumniChild.roadmap'), flag: '1' }
// { name: '校友风采', path: '/alumnus/style' }
]
}
]
,
}
,
// {
// name: this.$t('menu.apply'),
// onClick: () => {
// this.$emit('showApplyForm')
// }
// }
]
]
,
}
},
methods
:
{
...
...
@@ -253,11 +253,11 @@ export default {
logout
()
{
this
.
$store
.
dispatch
(
'logout'
)
window
.
location
.
reload
()
}
}
,
},
mounted
()
{
this
.
$store
.
dispatch
(
'checkLogin'
)
}
}
,
}
</
script
>
...
...
@@ -288,7 +288,7 @@ export default {
.icon
{
width
:
0
.5rem
;
height
:
0
.5rem
;
background
:
url(https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/www/h5/images/change-lang.png)
;
background
:
url(https://webapp-pub.
ezijing
.com/www/h5/images/change-lang.png)
;
background-size
:
100%
100%
;
margin
:
0
auto
;
}
...
...
langs/zh-CN.js
浏览文件 @
4725eee3
...
...
@@ -150,7 +150,7 @@ export default {
address
:
'地 址:北京市海淀区中关村东路1号院清华科技园7号楼5层'
,
contact
:
'联系电话:010-62793909'
,
email
:
'邮 箱:service@ezijing.com'
,
link1
:
'教育涉外监管信息网'
,
link1
:
'
中华人民共和国教育部
教育涉外监管信息网'
,
link2
:
'清华大学五道口金融学院'
,
relationT1
:
'关联企业:'
,
relationT2
:
'清控紫荆(广东)教育科技有限公司'
,
...
...
pages/roadmap/index.vue
浏览文件 @
4725eee3
...
...
@@ -88,7 +88,7 @@ export default {
// 在读
learningInfo
()
{
if
(
this
.
learning
.
length
)
{
return
this
.
learning
.
filter
(
item
=>
item
.
status
===
'1'
)
return
this
.
learning
.
filter
(
(
item
)
=>
item
.
status
===
'1'
)
}
else
{
return
[]
}
...
...
@@ -96,7 +96,7 @@ export default {
// 毕业
graduateInfo
()
{
if
(
this
.
learning
.
length
)
{
return
this
.
learning
.
filter
(
item
=>
item
.
status
===
'0'
)
return
this
.
learning
.
filter
(
(
item
)
=>
item
.
status
===
'0'
)
}
else
{
return
[]
}
...
...
@@ -104,7 +104,7 @@ export default {
// 毕业 休学 在读
otherInfo
()
{
if
(
this
.
learning
.
length
)
{
return
this
.
learning
.
filter
(
item
=>
item
.
status
!==
'3'
||
item
.
status
!==
'4'
)
return
this
.
learning
.
filter
(
(
item
)
=>
item
.
status
!==
'3'
||
item
.
status
!==
'4'
)
}
else
{
return
[]
}
...
...
@@ -113,21 +113,21 @@ export default {
list
()
{
// status 状态(0:毕业,1:在读,2:休学,3:未开通,4:退学)
if
(
this
.
learning
.
length
>
0
)
{
this
.
roadList
.
forEach
(
item
=>
{
this
.
roadList
.
forEach
(
(
item
)
=>
{
// 最新在读显示 弹框 显示我的项目
if
(
item
.
projectList
.
find
(
it
=>
it
.
tenant
===
this
.
learningInfo
[
0
].
tenant
))
{
if
(
item
.
projectList
.
find
(
(
it
)
=>
it
.
tenant
===
this
.
learningInfo
[
0
].
tenant
))
{
item
.
isShow
=
true
item
.
project_name
=
'我的项目:'
}
else
if
(
!
this
.
otherInfo
.
find
(
item
=>
item
.
status
===
'1'
)
&&
this
.
otherInfo
.
find
(
item
=>
item
.
status
===
'0'
)
!
this
.
otherInfo
.
find
(
(
item
)
=>
item
.
status
===
'1'
)
&&
this
.
otherInfo
.
find
(
(
item
)
=>
item
.
status
===
'0'
)
)
{
this
.
graduateInfo
[
0
].
isShow
=
true
this
.
graduateInfo
[
0
].
project_name
=
'我的项目:'
}
const
arr
=
[]
this
.
otherInfo
.
forEach
(
itL
=>
{
item
.
projectList
.
forEach
(
itP
=>
{
this
.
otherInfo
.
forEach
(
(
itL
)
=>
{
item
.
projectList
.
forEach
(
(
itP
)
=>
{
if
(
itL
.
tenant
===
itP
.
tenant
)
{
arr
.
push
(
itP
)
item
.
project_name
=
'我的项目:'
...
...
@@ -146,21 +146,21 @@ export default {
homeListNew
()
{
if
(
this
.
learning
.
length
>
0
)
{
console
.
log
(
this
.
homeList
,
'0000'
)
this
.
homeList
.
map
(
item
=>
{
this
.
homeList
.
map
(
(
item
)
=>
{
// 最新在读显示 弹框 显示我的项目
if
(
item
.
itemList
.
find
(
it
=>
it
.
tenant
===
this
.
learningInfo
[
0
].
tenant
))
{
if
(
item
.
itemList
.
find
(
(
it
)
=>
it
.
tenant
===
this
.
learningInfo
[
0
].
tenant
))
{
item
.
isShow
=
true
item
.
project_name
=
'我的项目:'
}
else
if
(
!
this
.
otherInfo
.
find
(
item
=>
item
.
status
===
'1'
)
&&
this
.
otherInfo
.
find
(
item
=>
item
.
status
===
'0'
)
!
this
.
otherInfo
.
find
(
(
item
)
=>
item
.
status
===
'1'
)
&&
this
.
otherInfo
.
find
(
(
item
)
=>
item
.
status
===
'0'
)
)
{
this
.
graduateInfo
[
0
].
isShow
=
true
this
.
graduateInfo
[
0
].
project_name
=
'我的项目:'
}
const
arr
=
[]
this
.
otherInfo
.
forEach
(
itL
=>
{
item
.
itemList
.
forEach
(
itP
=>
{
this
.
otherInfo
.
forEach
(
(
itL
)
=>
{
item
.
itemList
.
forEach
(
(
itP
)
=>
{
if
(
itL
.
tenant
===
itP
.
tenant
)
{
arr
.
push
(
itP
)
item
.
project_name
=
'我的项目:'
...
...
@@ -175,7 +175,7 @@ export default {
}
else
{
return
this
.
homeList
}
}
}
,
},
data
()
{
return
{
...
...
@@ -184,46 +184,46 @@ export default {
internationalDegreeProjectList
:
[
{
imgUrl
:
'https://webapp-pub.ezijing.com/www/h5/lifeLearning/img1.png'
,
href
:
'https://kelley.ezijing.com/'
href
:
'https://kelley.ezijing.com/'
,
},
{
imgUrl
:
'https://webapp-pub.ezijing.com/www/h5/lifeLearning/img2.png'
,
href
:
'https://ciis.ezijing.com/'
href
:
'https://ciis.ezijing.com/'
,
},
{
imgUrl
:
'https://webapp-pub.ezijing.com/www/h5/lifeLearning/img3.png'
,
href
:
'https://marywood.ezijing.com/'
}
href
:
'https://marywood.ezijing.com/'
,
}
,
],
// 热门专业
studyAbroadProjectList
:
[
{
imgUrl
:
'https://webapp-pub.ezijing.com/www/h5/lifeLearning/img4.png'
,
href
:
'https://cbu-plus.ezijing.com/'
href
:
'https://cbu-plus.ezijing.com/'
,
},
{
imgUrl
:
'https://webapp-pub.ezijing.com/www/h5/lifeLearning/img5.png'
,
href
:
'https://marywood-plus.ezijing.com/'
href
:
'https://marywood-plus.ezijing.com/'
,
},
{
imgUrl
:
'https://webapp-pub.ezijing.com/www/h5/lifeLearning/img6.png'
,
href
:
'https://sbu-plus.ezijing.com/'
}
]
href
:
'https://sbu-plus.ezijing.com/'
,
}
,
]
,
}
},
methods
:
{
handleShow
(
val
)
{
const
allList
=
[...
this
.
list
,
...
this
.
homeListNew
]
if
(
allList
)
{
allList
.
map
(
item
=>
{
allList
.
map
(
(
item
)
=>
{
if
(
item
.
title
!==
val
.
title
)
{
item
.
isShow
=
false
}
})
}
}
}
}
,
}
,
}
</
script
>
...
...
@@ -254,7 +254,7 @@ export default {
.banner
{
width
:
100%
;
height
:
6
.31rem
;
background
:
url(https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/www/h5/lifeLearning/banner.png)
;
background
:
url(https://webapp-pub.
ezijing
.com/www/h5/lifeLearning/banner.png)
;
background-size
:
100%
100%
;
position
:
relative
;
z-index
:
1
;
...
...
pages/services/solution.vue
浏览文件 @
4725eee3
<
template
>
<div
class=
"solutin-box"
>
<div
class=
"title"
>
在线教育解决方案
</div>
<img
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs.com/www/h5/images/pages-solution.png"
>
<img
src=
"https://webapp-pub.
ezijing.com/www/h5/images/pages-solution.png"
/
>
</div>
</
template
>
<
script
>
export
default
{
}
export
default
{}
</
script
>
<
style
lang=
"scss"
scoped
>
.solutin-box
{
.title
{
font-size
:
.14rem
;
.solutin-box
{
.title
{
font-size
:
0
.14rem
;
line-height
:
100%
;
color
:
#333333
;
padding
:
.14rem
0
.14rem
.17rem
;
padding
:
0
.14rem
0
0
.14rem
0
.17rem
;
}
img
{
img
{
width
:
100%
;
display
:
block
;
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论