Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-www-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-www-pc
Commits
486d7a6d
提交
486d7a6d
authored
3月 09, 2022
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
文字内容修改
上级
75b1e234
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
33 行增加
和
44 行删除
+33
-44
introduce.vue
components/about/introduce.vue
+1
-1
headmasterMsg.vue
components/home/headmasterMsg.vue
+17
-28
en-US.js
langs/en-US.js
+1
-1
zh-CN.js
langs/zh-CN.js
+14
-14
没有找到文件。
components/about/introduce.vue
浏览文件 @
486d7a6d
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
</div>
</div>
<div
class=
"li w180"
>
<div
class=
"li w180"
>
<div
class=
"col-txt"
>
<div
class=
"col-txt"
>
5
22
<span>
{{
$t
(
'about.project.unit2'
)
}}
</span>
5
35
<span>
{{
$t
(
'about.project.unit2'
)
}}
</span>
</div>
</div>
<div
class=
"n-txt"
>
{{
$t
(
'about.project.itemText2'
)
}}
</div>
<div
class=
"n-txt"
>
{{
$t
(
'about.project.itemText2'
)
}}
</div>
</div>
</div>
...
...
components/home/headmasterMsg.vue
浏览文件 @
486d7a6d
...
@@ -14,14 +14,14 @@
...
@@ -14,14 +14,14 @@
<div
class=
"swiper-wrapper"
>
<div
class=
"swiper-wrapper"
>
<div
class=
"swiper-slide"
v-for=
"(item, index) in listData"
:key=
"index"
>
<div
class=
"swiper-slide"
v-for=
"(item, index) in listData"
:key=
"index"
>
<app-link
:item=
"
{ news: { data: item, path: '/about/message' } }">
<app-link
:item=
"
{ news: { data: item, path: '/about/message' } }">
<img
:src=
"item.web_img_uri"
>
<img
:src=
"item.web_img_uri"
/
>
</app-link>
</app-link>
</div>
</div>
</div>
</div>
<div
class=
"swiper-pagination swiper-pagination-bullets"
></div>
<div
class=
"swiper-pagination swiper-pagination-bullets"
></div>
</div>
</div>
</div>
</div>
<text-swiper
v-if=
"isShowSwiper"
:listData=
"listData"
@
slideTo=
"handleSlideTo
"
/>
<text-swiper
:listData=
"listData"
@
slideTo=
"handleSlideTo"
v-if=
"listData.length
"
/>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
...
@@ -48,8 +48,7 @@ export default {
...
@@ -48,8 +48,7 @@ export default {
// direction: 'vertical',
// direction: 'vertical',
height
:
500
height
:
500
// autoHeight: true
// autoHeight: true
},
}
isShowSwiper
:
false
}
}
},
},
async
fetch
()
{
async
fetch
()
{
...
@@ -58,10 +57,6 @@ export default {
...
@@ -58,10 +57,6 @@ export default {
type_tag
:
'img_text_school'
type_tag
:
'img_text_school'
}
}
this
.
listData
=
await
this
.
$axios
.
get
(
'/api/cms/api/v1/articles'
,
{
params
}).
then
(
res
=>
{
this
.
listData
=
await
this
.
$axios
.
get
(
'/api/cms/api/v1/articles'
,
{
params
}).
then
(
res
=>
{
this
.
isShowSwiper
=
false
setTimeout
(()
=>
{
this
.
isShowSwiper
=
true
},
300
)
return
res
.
data
.
data
return
res
.
data
.
data
})
})
},
},
...
@@ -70,12 +65,6 @@ export default {
...
@@ -70,12 +65,6 @@ export default {
// return this.$refs.mySwiper.swiper;
// return this.$refs.mySwiper.swiper;
// }
// }
},
},
mounted
()
{
this
.
isShowSwiper
=
false
setTimeout
(()
=>
{
this
.
isShowSwiper
=
true
},
300
)
},
methods
:
{
methods
:
{
handleSlideTo
(
index
)
{
handleSlideTo
(
index
)
{
this
.
$refs
.
mySwiper
.
swiper
.
slideTo
(
index
)
this
.
$refs
.
mySwiper
.
swiper
.
slideTo
(
index
)
...
@@ -84,20 +73,20 @@ export default {
...
@@ -84,20 +73,20 @@ export default {
}
}
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.msg-content
{
.msg-content
{
padding-top
:
90px
;
padding-top
:
90px
;
width
:
1200px
;
width
:
1200px
;
margin
:
0
auto
;
margin
:
0
auto
;
.title-content
{
.title-content
{
display
:
flex
;
display
:
flex
;
.left-title
{
.left-title
{
display
:
flex
;
display
:
flex
;
.line
{
.line
{
width
:
6px
;
width
:
6px
;
height
:
34px
;
height
:
34px
;
background
:
#
AA
1941
;
background
:
#
aa
1941
;
}
}
.text
{
.text
{
font-size
:
34px
;
font-size
:
34px
;
font-weight
:
bold
;
font-weight
:
bold
;
line-height
:
34px
;
line-height
:
34px
;
...
@@ -105,30 +94,30 @@ export default {
...
@@ -105,30 +94,30 @@ export default {
margin-left
:
9px
;
margin-left
:
9px
;
}
}
}
}
.right-text
{
.right-text
{
margin-left
:
auto
;
margin-left
:
auto
;
margin-top
:
18px
;
margin-top
:
18px
;
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
300
;
font-weight
:
300
;
line-height
:
34px
;
line-height
:
34px
;
color
:
#9
B9B9B
;
color
:
#9
b9b9b
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
}
}
.swiper-content
{
.swiper-content
{
height
:
500px
;
height
:
500px
;
margin-top
:
15px
;
margin-top
:
15px
;
overflow
:
hidden
;
overflow
:
hidden
;
img
{
img
{
width
:
100%
;
width
:
100%
;
height
:
520px
;
height
:
520px
;
display
:
block
;
display
:
block
;
}
}
::v-deep
{
::v-deep
{
.swiper-pagination-bullets
{
.swiper-pagination-bullets
{
right
:
34px
!
important
;
right
:
34px
!
important
;
}
}
.swiper-pagination-bullet
{
.swiper-pagination-bullet
{
width
:
6px
;
width
:
6px
;
height
:
6px
;
height
:
6px
;
border-radius
:
100%
;
border-radius
:
100%
;
...
@@ -138,7 +127,7 @@ export default {
...
@@ -138,7 +127,7 @@ export default {
opacity
:
1
;
opacity
:
1
;
margin
:
10px
0
;
margin
:
10px
0
;
}
}
.swiper-pagination-bullet-active
{
.swiper-pagination-bullet-active
{
width
:
6px
;
width
:
6px
;
height
:
31px
;
height
:
31px
;
border-radius
:
25px
;
border-radius
:
25px
;
...
...
langs/en-US.js
浏览文件 @
486d7a6d
...
@@ -217,7 +217,7 @@ export default {
...
@@ -217,7 +217,7 @@ export default {
tabBtn1Txt
:
'Continuous Thinking<br />Academic Rigor'
,
tabBtn1Txt
:
'Continuous Thinking<br />Academic Rigor'
,
tabBtn2Txt
:
'Originated from Tsinghua University<br /> Long-lasting Efforts'
,
tabBtn2Txt
:
'Originated from Tsinghua University<br /> Long-lasting Efforts'
,
tabBtn3Txt
:
'Global Vision<br />International Cooperation'
,
tabBtn3Txt
:
'Global Vision<br />International Cooperation'
,
tabCon1
:
`<span>
9
</span> years' in-depth cultivation in education industry,perfect teaching management system and internal control system<br />
tabCon1
:
`<span>
8
</span> years' in-depth cultivation in education industry,perfect teaching management system and internal control system<br />
<span>12</span> international universities in partnership, <span>16</span> international degree programs, and credit-recognized courses<br />
<span>12</span> international universities in partnership, <span>16</span> international degree programs, and credit-recognized courses<br />
<span>600+</span> financial institutions, <span>600+</span> governments, associations and other cooperation units<br />
<span>600+</span> financial institutions, <span>600+</span> governments, associations and other cooperation units<br />
<span>50+</span> curriculum developers, <span>700+</span> faculty group, <span>4800+</span> total credit hours`
,
<span>50+</span> curriculum developers, <span>700+</span> faculty group, <span>4800+</span> total credit hours`
,
...
...
langs/zh-CN.js
浏览文件 @
486d7a6d
...
@@ -195,11 +195,11 @@ export default {
...
@@ -195,11 +195,11 @@ export default {
project
:
{
project
:
{
title
:
'紫荆简介'
,
title
:
'紫荆简介'
,
text
:
text
:
'紫荆教育全称是清控紫荆(北京)教育科技股份有限公司,由清华控股有限公司于2015年
以清华大学五道口金融学院相关知识产权创设而成。“紫荆”二字取自清华大学校花“紫荆花”,寓意“自强不息,向美而行”。<br />紫荆教育以教育为本、以科技赋能、以专业化为基础、以国际化为目标,通过研发和应用领先的教育科技,链接全球先进、前沿教育资源,提供高端国际学位教育、职业教育和在线教育解决方案,为我国培养具有国际化视野和全球化思维的复合型和产业型高质量人才。<br />紫荆教育与美国印第安纳大学、加州整合大学、康博斯维
尔大学、玛丽伍德大学、索菲亚大学和瑞士高等教育集团等全球知名大学开展深度合作,推出在线MBA、金融学、组织领导力、应用心理学、儿童教育、服务业管理等硕士学位,培养了一大批具有国际先进管理和教育理念的杰出精英。<br />在产教融合方面,依托紫荆教育技术与产业资源优势,以国家教育政策为导向,以企业岗位人才需求为目标,协助院校应对行业变革、政策要求和办学新挑战,为院校提供产业化、国际化、数字化专业提升建设支持,优化人才培养方案,提升师资力量,共同开发精品课程资源,促进教学发展,整体提升专业建设水平,助力院校打造专业特色和优势。'
,
'紫荆教育全称是清控紫荆(北京)教育科技股份有限公司,由清华控股有限公司于2015年
发起创立。“紫荆”二字取自清华大学校花“紫荆花”,寓意“自强不息,向美而行”。<br />紫荆教育以教育为本、坚持国际化品质标准,通过科技创新、专业创新,为企业、院校及个人学习者,提供国际在线学位教育、国际留学、数字经济产业学院整体解决方案等产品服务,为各行各业培养和输送高质量的国际化和产业化人才。<br />紫荆教育与美国印第安纳大学、加州整合大学、康博斯威
尔大学、玛丽伍德大学、索菲亚大学和瑞士高等教育集团等全球知名大学开展深度合作,推出在线MBA、金融学、组织领导力、应用心理学、儿童教育、服务业管理等硕士学位,培养了一大批具有国际先进管理和教育理念的杰出精英。<br />在产教融合方面,依托紫荆教育技术与产业资源优势,以国家教育政策为导向,以企业岗位人才需求为目标,协助院校应对行业变革、政策要求和办学新挑战,为院校提供产业化、国际化、数字化专业提升建设支持,优化人才培养方案,提升师资力量,共同开发精品课程资源,促进教学发展,整体提升专业建设水平,助力院校打造专业特色和优势。'
,
itemText1
:
'国际合作院校'
,
itemText1
:
'国际合作院校'
,
itemText2
:
'线上课程'
,
itemText2
:
'线上课程'
,
itemText3
:
'金融机构/协会/政府/学校'
,
itemText3
:
'金融机构/协会/政府/学校'
,
itemText4
:
'
国内外师资团队
'
,
itemText4
:
'
全球累计师资
'
,
itemText5
:
'学术直播课'
,
itemText5
:
'学术直播课'
,
itemText6
:
'总研发课时'
,
itemText6
:
'总研发课时'
,
itemText7
:
'学位学员'
,
itemText7
:
'学位学员'
,
...
@@ -211,21 +211,21 @@ export default {
...
@@ -211,21 +211,21 @@ export default {
tabBtn1Tit
:
'专业化'
,
tabBtn1Tit
:
'专业化'
,
tabBtn2Tit
:
'科技化'
,
tabBtn2Tit
:
'科技化'
,
tabBtn3Tit
:
'国际化'
,
tabBtn3Tit
:
'国际化'
,
tabBtn1Txt
:
'长期
思维
严谨治学'
,
tabBtn1Txt
:
'长期
专注
严谨治学'
,
tabBtn2Txt
:
'
源自清华 持续投入
'
,
tabBtn2Txt
:
'
持续投入 自主产权
'
,
tabBtn3Txt
:
'放眼全球 国际合作'
,
tabBtn3Txt
:
'放眼全球 国际合作'
,
tabCon1
:
`<span>
9
</span>年深耕教育产业,完善的教学管理体系和内控体系 ; <br />
tabCon1
:
`<span>
8
</span>年深耕教育产业,完善的教学管理体系和内控体系 ; <br />
<span>12</span>所国际合作大学,<span>16</span>个国际学位项目,互认学分 ; <br />
<span>12</span>所国际合作大学,<span>16</span>个国际学位项目,互认学分 ; <br />
<span>600+</span>金融机构
政府、协会
等合作单位 ; <br />
<span>600+</span>金融机构
、政府、协会、教育机构
等合作单位 ; <br />
<span>50+</span>课程研发人员,<span>
700+</span>师资团队
,<span>4800+</span>总研发课时。`
,
<span>50+</span>课程研发人员,<span>
535门</span>专业课程
,<span>4800+</span>总研发课时。`
,
tabCon2
:
`
源自清华,持续投入
<span>50+</span>技术研发团队,<span>1亿+</span>累计研发投入 ;<br />
tabCon2
:
`<span>50+</span>技术研发团队,<span>1亿+</span>累计研发投入 ;<br />
<span>
500万+</span>总学习人次,<span>24</span>小时在线
;<br />
<span>
60000</span>小时连续稳定运营,服务全球<span>500万+</span>学习人次
;<br />
<span>1000+</span>次直播,<span>10000+</span>题库
;<br />
ZIJING <span>E-SAAS</span>系统,<span>10</span>大模块,<span>125</span>项功能模组,完全自主知识产权
;<br />
大数据智能学习分析、作业评判、智能化营销数据分配。<br />
`
,
<span>1000+</span>次直播,<span>10000+</span>题库,<span>30+</span>行业<span>100T</span>真实数据积累。
`
,
tabCon3
:
`<span>
AACSB、EQUIS、MSCHE、ACE、HLC、WASC
</span>等认证;<br />
tabCon3
:
`<span>
MSCHE、ACBSP、APA
</span>等认证;<br />
<span>30</span>余位哈佛、清华、哥伦比亚等国际一流大学人才组成的国际化团队 ;<br />
<span>30</span>余位哈佛、清华、哥伦比亚等国际一流大学人才组成的国际化团队 ;<br />
<span>
40%</span>员工有研究生学历
;<br />
<span>
700+</span>全球累计合作师资,<span>433</span>位教授/副教授,<span>60+</span>上市企业高管
;<br />
<span>5</span>大洲<span>16</span>个国家/地区国际校友网络,覆盖全国
380+
省、市、自治区及行政特区。`
<span>5</span>大洲<span>16</span>个国家/地区国际校友网络,覆盖全国
<span>380+</span>
省、市、自治区及行政特区。`
},
},
culture
:
{
culture
:
{
title
:
'文化理念'
,
title
:
'文化理念'
,
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论