Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-www-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-www-pc
Commits
a3a0eeaf
提交
a3a0eeaf
authored
10月 12, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
高级研修项目以及时间基地主页面开发
上级
a4548971
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
10 个修改的文件
包含
348 行增加
和
38 行删除
+348
-38
Head.vue
components/Head.vue
+7
-5
homeMenu.vue
components/home/homeMenu.vue
+2
-2
en-US.js
langs/en-US.js
+1
-1
zh-CN.js
langs/zh-CN.js
+1
-1
Index.vue
pages/practice/Index.vue
+0
-0
industry.vue
pages/practice/industry.vue
+0
-0
index.vue
pages/practice/laboratory/index.vue
+37
-27
marketing.vue
pages/practice/laboratory/marketing.vue
+3
-1
skill.vue
pages/practice/skill.vue
+1
-1
study.vue
pages/practice/study.vue
+296
-0
没有找到文件。
components/Head.vue
浏览文件 @
a3a0eeaf
...
...
@@ -131,11 +131,11 @@ export default {
},
{
name
:
'实践基地'
,
path
:
'/practice
/Index
'
,
path
:
'/practice'
,
childern
:
[
{
name
:
'数字经济产业学院'
,
path
:
'/practice/
Index
'
path
:
'/practice/
industry
'
},
{
name
:
'数字经济实验室'
,
...
...
@@ -152,7 +152,7 @@ export default {
]
},
{
name
:
'
人社部职业证书
'
,
name
:
'
数字经济职业技能中心
'
,
path
:
'/practice/skill'
,
childern
:
[
{
...
...
@@ -166,7 +166,7 @@ export default {
pathType
:
1
},
{
name
:
'
紫荆教育数字职业技能培训中心
'
,
name
:
'
人社部职业证书
'
,
path
:
'https://vst.ezijing.com/'
,
pathType
:
1
}
...
...
@@ -178,7 +178,9 @@ export default {
},
{
name
:
'数字化转型高级研修项目'
,
pathType
:
3
path
:
'/practice/study'
// pathType: 3
},
{
name
:
'服务案例'
,
...
...
components/home/homeMenu.vue
浏览文件 @
a3a0eeaf
...
...
@@ -28,7 +28,7 @@ export default {
icon
:
'https://webapp-pub.ezijing.com/www/pc/home/gov/icon_gongjian.png'
,
iconActive
:
'https://webapp-pub.ezijing.com/www/pc/home/gov/icon_gongjian_active.png'
,
text
:
`数字经济<br />产业学院`
,
path
:
'/practice
/index
'
path
:
'/practice'
},
{
icon
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/gov/icon_shiyan.png'
,
...
...
@@ -39,7 +39,7 @@ export default {
{
icon
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/gov/icon_1%2Bx.png'
,
iconActive
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/home/gov/icon_1%2Bx_active.png'
,
text
:
`
人社部职业证书
`
,
text
:
`
数字经济 <br />职业技能中心
`
,
path
:
'/practice/skill'
},
{
...
...
langs/en-US.js
浏览文件 @
a3a0eeaf
...
...
@@ -167,7 +167,7 @@ export default {
email
:
'Email: service@ezijing.com'
,
link1
:
'jsj.moe.gov.cn'
,
link2
:
'pbcsf.tsinghua.edu.cn'
,
relation
:
'关联企业:清控紫荆(
广东
)教育科技有限公司 清控紫荆(北京)人力资源服务有限公司'
,
relation
:
'关联企业:清控紫荆(
深圳
)教育科技有限公司 清控紫荆(北京)人力资源服务有限公司'
,
weChat
:
'WeChat Official Account'
,
ezjClass
:
'微信视频号'
},
...
...
langs/zh-CN.js
浏览文件 @
a3a0eeaf
...
...
@@ -172,7 +172,7 @@ export default {
email
:
'邮 箱:service@ezijing.com'
,
link1
:
'教育涉外监管信息网'
,
link2
:
'清华大学五道口金融学院'
,
relation
:
'关联企业:清控紫荆(
广东
)教育科技有限公司 清控紫荆(北京)人力资源服务有限公司'
,
relation
:
'关联企业:清控紫荆(
深圳
)教育科技有限公司 清控紫荆(北京)人力资源服务有限公司'
,
weChat
:
'微信公众号'
,
ezjClass
:
'微信视频号'
},
...
...
pages/practice/Index.vue
浏览文件 @
a3a0eeaf
差异被折叠。
点击展开。
pages/practice/industry.vue
0 → 100644
浏览文件 @
a3a0eeaf
差异被折叠。
点击展开。
pages/practice/laboratory/index.vue
浏览文件 @
a3a0eeaf
<
template
>
<div
class=
"main_content"
>
<img
class=
"banner"
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/practice/laboratory/laboratory_banner.png"
alt=
""
/>
<img
class=
"banner"
src=
"https://webapp-pub.ezijing.com/www/pc/practice/laboratory/laboratory_banner.png"
alt=
""
/>
<div
class=
"content_part"
>
<div
class=
"part_title"
>
数字经济实验室
</div>
<div
class=
"part_desc"
>
...
...
@@ -13,21 +9,22 @@
</div>
<div
class=
"content_part1"
>
<div
class=
"part_title"
>
“产、学、研、培、创”五位一体数字经济实验室
</div>
<img
class=
"part_img"
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/practice/laboratory/img1.png"
alt=
""
/>
<img
class=
"part_img"
src=
"https://webapp-pub.ezijing.com/www/pc/practice/laboratory/img1.png"
alt=
""
/>
</div>
<div
class=
"content_tab"
>
<div
class=
"tab_con"
>
<div
v-for=
"(item, index) in zyList"
:key=
"index"
>
<nuxt-link
class=
"subNav-li"
:to=
"
{ name: item.name }">
<div
class=
"con_item"
>
<div
class=
"item_tit"
>
{{
item
.
tit
}}
</div>
<div
class=
"item_desc"
>
点击进入
</div>
<div
class=
"con_item"
>
<div
class=
"item_tit"
>
{{
item
.
tit
}}
</div>
<div
class=
"item_con"
>
<nuxt-link
class=
"subNav-li"
:to=
"
{ name: item.name }">
<div
class=
"item_desc item_desc1"
>
了解详情
</div>
</nuxt-link>
<a
:href=
"item.url"
target=
"_blank"
>
<div
class=
"item_desc item_desc2"
>
点击登录
</div>
</a>
</div>
</
nuxt-link
>
</
div
>
</div>
</div>
</div>
...
...
@@ -41,11 +38,13 @@ export default {
zyList
:
[
{
tit
:
'商业数据分析实验室'
,
name
:
'practice-laboratory-analysis'
name
:
'practice-laboratory-analysis'
,
url
:
'https://saas-lab.ezijing.com/'
},
{
tit
:
'数字营销实验室'
,
name
:
'practice-laboratory-marketing'
name
:
'practice-laboratory-marketing'
,
url
:
'https://saas-lab.ezijing.com/'
}
]
}
...
...
@@ -102,7 +101,7 @@ export default {
}
.content_tab
{
width
:
100%
;
height
:
830
px
;
height
:
681
px
;
background
:
#f9f8f8
;
padding-top
:
120px
;
margin
:
120px
auto
;
...
...
@@ -113,22 +112,26 @@ export default {
}
.con_item
:nth-child
(
1
)
{
margin-right
:
20px
;
background
:
url(https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/www/pc/practice/laboratory/tab1.png)
;
background
:
url(https://webapp-pub.
ezijing
.com/www/pc/practice/laboratory/tab1.png)
;
}
.con_item
:nth-child
(
2
)
{
background
:
url(https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/www/pc/practice/laboratory/tab2.png)
;
background
:
url(https://webapp-pub.
ezijing
.com/www/pc/practice/laboratory/tab2.png)
;
}
.con_item
{
width
:
590px
;
height
:
59
0px
;
height
:
42
0px
;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
padding-top
:
232
px
;
padding-top
:
145
px
;
.item_tit
{
font-size
:
30px
;
font-weight
:
500
;
color
:
#ffffff
;
letter-spacing
:
1
.5px
;
}
.item_con
{
display
:
flex
;
}
.item_desc
{
width
:
129px
;
...
...
@@ -139,11 +142,18 @@ export default {
line-height
:
40px
;
color
:
#ffffff
;
text-align
:
center
;
margin-top
:
22px
;
&
:hover
{
background
:
#ffffff
;
color
:
#333333
;
}
margin
:
22px
19px
0
0
;
}
.item_desc1
{
border
:
1px
solid
#ffffff
;
color
:
#ffffff
;
background
:
none
;
}
.item_desc2
{
width
:
129px
;
height
:
40px
;
background
:
#ffffff
;
color
:
#333333
;
}
}
}
...
...
pages/practice/laboratory/marketing.vue
浏览文件 @
a3a0eeaf
<
template
>
<div
class=
"main_content"
>
<div
class=
"content_banner"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/practice/marketing/banner.png"
class=
"banner"
/>
<a
href=
"https://saas-lab.ezijing.com/"
target=
"_blank"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/practice/marketing/banner.png"
class=
"banner"
/>
</a>
<!--
<div
class=
"banner_btn"
>
点击登录>>
</div>
-->
</div>
<div
class=
"content_important"
>
...
...
pages/practice/skill.vue
浏览文件 @
a3a0eeaf
...
...
@@ -70,7 +70,7 @@ export default {
},
{
image_url
:
'https://webapp-pub.ezijing.com/www/pc/practice/skill/3.png'
,
title
:
'
紫荆教育数字职业技能培训中心
'
,
title
:
'
人社部职业证书
'
,
href
:
'https://vst.ezijing.com/'
}
]
...
...
pages/practice/study.vue
0 → 100644
浏览文件 @
a3a0eeaf
<
template
>
<div
class=
"main_content"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/practice/study/banner.png"
class=
"banner"
/>
<div
class=
"content_part"
>
<div
class=
"part_title"
>
数字化转型高级研修项目
</div>
<div
class=
"part_desc"
>
数字化转型研修项目是由清空紫荆联合国内外院校研发首创的企业家高级研修项目,结合商业管理管理创新与人工智能、大数据、云计算和科学设计,
<br
/>
整合国内外“政、产、学、研、用”各界专家力量,以系统性的全景视野解读新时期企业数字化转型之路。
</div>
</div>
<div
class=
"content_part1"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/practice/study/study_advantage.png"
class=
"part_img"
/>
<div
class=
"part_con"
>
<div
class=
"con_tit"
>
项目优势
</div>
<ul
class=
"con_list"
>
<li>
<p>
利用数字化工具实现企业外部市场、资源与内部管理快速触达
</p>
</li>
<li>
<p>
实现企业增收、提效、降本的转型升级目的
</p>
</li>
<li>
<p>
实战经验和国外学位融为一体
</p>
</li>
<li>
<p>
顶层设计、数字化业务与市场支撑、数字化管理与人才体系、数字化底层技术体系四位一体
</p>
</li>
<li>
<p>
既洞察数字化转型整体布局,又能深入了解数字化转型核心模块与应用实践。
</p>
</li>
</ul>
</div>
</div>
<div
class=
"content_part2"
>
<div
class=
"part_tit"
>
数字化转型战略地图
</div>
<div
class=
"part_con"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/practice/study/map1.png"
class=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/practice/study/map2.png"
class=
""
/>
</div>
</div>
<div
class=
"content_part3"
></div>
<div
class=
"content_part4"
>
<div
class=
"mask"
></div>
<div
class=
"part_con"
>
<div
class=
"con_left"
>
马上咨询
<br
/>
数字化转型高级研修项目
</div>
<div
class=
"con_right"
>
<el-form
:model=
"form"
:rules=
"rules"
ref=
"form"
>
<!--
<el-form-item
prop=
"name"
>
<el-input
type=
"text"
v-model=
"form.name"
placeholder=
"企业名称"
></el-input>
</el-form-item>
-->
<el-form-item
prop=
"name"
>
<el-input
type=
"text"
v-model=
"form.name"
placeholder=
"您的姓名"
></el-input>
</el-form-item>
<!--
<el-form-item
prop=
"project_id"
>
<el-input
type=
"text"
v-model=
"form.name"
placeholder=
"您的职务(自行填写)"
></el-input>
</el-form-item>
-->
<el-form-item
prop=
"phone"
>
<el-input
type=
"text"
v-model=
"form.phone"
placeholder=
"您的手机号"
></el-input>
</el-form-item>
<el-button
type=
"primary"
@
click=
"handleSubmit"
>
立即提交
</el-button>
</el-form>
</div>
</div>
</div>
</div>
</
template
>
<
script
>
import
{
postNes
}
from
'@/api/index'
export
default
{
data
()
{
return
{
form
:
{
name
:
''
,
phone
:
''
,
project_id
:
'5004'
,
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'
}
]
// project_id: [{ required: true, message: '请选择项目', trigger: 'change' }]
}
}
},
methods
:
{
handleSubmit
()
{
this
.
$refs
.
form
.
validate
().
then
(()
=>
{
const
params
=
{
...
this
.
form
}
// if (params.project_id === '9999') {
// params.project_id = '1016'
// }
postNes
(
params
)
.
then
(
res
=>
{
// if (res && res.status === 200 && res.error === 0) {
// this.$message.success('报名提交成功')
// } else {
// this.$message.error('报名提交失败')
// }
this
.
$message
.
warning
(
'暂无开通'
)
})
.
catch
(()
=>
{
this
.
$message
.
error
(
'报名提交失败'
)
})
})
}
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
.main_content
{
background
:
#ffff
;
width
:
100%
;
.banner
{
width
:
100%
;
height
:
580px
;
}
.content_part
{
width
:
100%
;
height
:
316px
;
background
:
#f9f8f8
;
padding
:
90px
;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
.part_title
{
font-size
:
30px
;
font-weight
:
bold
;
color
:
#333333
;
}
.part_desc
{
margin-top
:
36px
;
font-size
:
18px
;
font-weight
:
400
;
line-height
:
34px
;
color
:
#666666
;
white-space
:
nowrap
;
text-align
:
center
;
}
}
.content_part1
{
width
:
1200px
;
margin
:
120px
auto
;
display
:
flex
;
.part_img
{
width
:
500px
;
height
:
345px
;
padding-top
:
60px
;
margin-right
:
-66px
;
z-index
:
100
;
}
.part_con
{
width
:
767px
;
background
:
rgba
(
249
,
248
,
248
,
0
.39
);
padding
:
91px
0
121px
94px
;
.con_tit
{
width
:
80px
;
height
:
22px
;
font-size
:
20px
;
font-weight
:
400
;
color
:
#424242
;
padding-bottom
:
7px
;
box-sizing
:
content-box
;
border-bottom
:
2px
solid
#aa1941
;
}
.con_list
{
margin
:
11px
0
0
15px
;
li
{
font-size
:
16px
;
font-weight
:
400
;
line-height
:
2
;
list-style-type
:
disc
;
color
:
#aa1941
;
p
{
color
:
#424242
!
important
;
}
}
}
}
}
.content_part2
{
width
:
100%
;
height
:
835px
;
background
:
#f9f8f8
;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
justify-content
:
center
;
.part_tit
{
font-size
:
30px
;
font-weight
:
bold
;
color
:
#333333
;
}
.part_con
{
display
:
flex
;
justify-content
:
center
;
img
{
width
:
625px
;
}
}
}
.content_part3
{
width
:
100%
;
height
:
860px
;
background
:
url('https://webapp-pub.ezijing.com/www/pc/practice/study/part3_bg.png')
no-repeat
center
;
background-size
:
100%
100%
;
margin-top
:
0
;
}
.content_part4
{
width
:
1200px
;
height
:
540px
;
margin
:
120px
auto
;
margin-bottom
:
120px
;
background
:
url('https://webapp-pub.ezijing.com/www/pc/practice/study/part4_bg.png')
no-repeat
center
;
background-size
:
100%
100%
;
position
:
relative
;
.mask
{
position
:
absolute
;
background
:
rgba
(
255
,
255
,
255
,
0
.09
);
top
:
0
;
right
:
0
;
width
:
100%
;
height
:
100%
;
z-index
:
100
;
}
.part_con
{
display
:
flex
;
justify-content
:
space-between
;
.con_left
{
margin-top
:
127px
;
padding-top
:
47px
;
width
:
592px
;
height
:
223px
;
background
:
#aa1941
;
box-shadow
:
0px
0px
122px
rgba
(
0
,
0
,
0
,
0
.07
);
opacity
:
0
.63
;
z-index
:
200
;
position
:
relative
;
font-size
:
48px
;
font-weight
:
500
;
color
:
#ffffff
;
text-align
:
center
;
}
.con_right
{
margin
:
110px
136px
104px
87px
;
padding
:
63px
56px
56px
64px
;
width
:
401px
;
background
:
#ffffff
;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
justify-content
:
center
;
position
:
relative
;
z-index
:
300
;
.el-input__inner
{
border
:
1px
solid
#999999
;
border-radius
:
2px
;
}
.el-input
{
width
:
280px
;
font-size
:
14px
;
font-weight
:
300
;
color
:
#999999
;
}
.el-button
{
width
:
281px
;
background
:
#aa1941
;
border-radius
:
4px
;
text-align
:
center
;
font-size
:
18px
;
font-weight
:
400
;
color
:
#ffffff
;
}
}
}
}
}
</
style
>
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论