Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-www-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-www-pc
Commits
1ed0fb9c
提交
1ed0fb9c
authored
7月 27, 2023
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: update
上级
4580fced
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
473 行增加
和
152 行删除
+473
-152
Head.vue
components/Head.vue
+145
-115
digital.vue
components/home/digital.vue
+131
-0
yx_1.vue
pages/digital/yx_1.vue
+190
-0
index.vue
pages/index.vue
+7
-37
没有找到文件。
components/Head.vue
浏览文件 @
1ed0fb9c
...
@@ -29,11 +29,7 @@
...
@@ -29,11 +29,7 @@
</client-only>
</client-only>
</
template
>
</
template
>
<div
class=
"language"
>
<div
class=
"language"
>
<span
@
click=
"switchLocale('zh-CN')"
:class=
"isEn === false ? 'cn' : ''"
>
中文
</span>
/
<span
<span
@
click=
"switchLocale('zh-CN')"
:class=
"isEn === false ? 'cn' : ''"
>
中文
</span>
/
<span
:class=
"isEn === true ? 'cn' : ''"
@
click=
"switchLocale('en-US')"
>
EN
</span>
:class=
"isEn === true ? 'cn' : ''"
@
click=
"switchLocale('en-US')"
>
EN
</span
>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -61,22 +57,13 @@
...
@@ -61,22 +57,13 @@
:key=
"level2Index + 'level2'"
:key=
"level2Index + 'level2'"
@
mouseenter=
"levelShow(level2Item)"
@
mouseenter=
"levelShow(level2Item)"
@
mouseleave=
"levelShow(level2Item, 'out')"
>
@
mouseleave=
"levelShow(level2Item, 'out')"
>
<div
<div
@
click=
"goPage(level2Item.path, level2Item.pathType)"
class=
"name"
:class=
"isEn === true ? 'name1' : ''"
v-html=
"level2Item.name"
></div>
@
click=
"goPage(level2Item.path, level2Item.pathType)"
class=
"name"
:class=
"isEn === true ? 'name1' : ''"
v-html=
"level2Item.name"
></div>
<div
class=
"el-icon-arrow-right"
v-if=
"level2Item.childern"
></div>
<div
class=
"el-icon-arrow-right"
v-if=
"level2Item.childern"
></div>
</div>
</div>
</
template
>
</
template
>
</div>
</div>
<
template
v-for=
"(level2Item, level2Index) in item.childern"
>
<
template
v-for=
"(level2Item, level2Index) in item.childern"
>
<div
<div
class=
"two-level"
:key=
"level2Index + 'two-level2'"
v-if=
"level2Item.isShow"
@
mouseenter=
"level3Show"
@
mouseleave=
"level3Show(level2Item, 'out')"
>
class=
"two-level"
:key=
"level2Index + 'two-level2'"
v-if=
"level2Item.isShow"
@
mouseenter=
"level3Show"
@
mouseleave=
"level3Show(level2Item, 'out')"
>
<div
<div
@
click=
"goPage(level3Item.path, level3Item.pathType)"
@
click=
"goPage(level3Item.path, level3Item.pathType)"
:class=
"isEn === true ? 'name1' : 'name'"
:class=
"isEn === true ? 'name1' : 'name'"
...
@@ -131,125 +118,174 @@ export default {
...
@@ -131,125 +118,174 @@ export default {
]
]
},
},
{
{
name
:
this
.
$t
(
'menu.base'
)
,
name
:
'产教融合'
,
path
:
'/
practi
ce'
,
path
:
'/
about/introdu
ce'
,
childern
:
[
childern
:
[
{
{
name
:
this
.
$t
(
'menu.baseChild.industry'
),
name
:
'院校'
,
path
:
'/practice/industry'
,
isShow
:
false
},
{
name
:
this
.
$t
(
'menu.baseChild.laboratory'
),
path
:
'/practice/laboratory'
,
isShow
:
false
,
isShow
:
false
,
isShowChild
:
false
,
childern
:
[
childern
:
[
{
{
name
:
'
商业数据分析实验室
'
,
name
:
'
数字技能实训中心
'
,
path
:
'
/practice/laboratory/analysis
'
path
:
'
https://kelley.ezijing.com
'
},
},
{
{
name
:
'数字营销实验室'
,
name
:
'国际数字人才现代产业学院'
,
path
:
'/practice/laboratory/marketing'
path
:
'https://kelley.ezijing.com'
},
{
name
:
'专业数字化改造和提升'
,
path
:
'https://kelley.ezijing.com'
}
}
]
]
},
},
{
{
name
:
this
.
$t
(
'menu.baseChild.career'
),
name
:
'政府'
,
path
:
'/practice/skill'
,
path
:
'https://kelley.ezijing.com'
},
{
name
:
'企业'
,
isShow
:
false
,
isShow
:
false
,
isShowChild
:
false
,
childern
:
[
childern
:
[
{
{
name
:
'
1+X金融产品数字化营销职业技能等级证书
'
,
name
:
'
全球数字领导力学者博士项目
'
,
path
:
'https://
x.ezijing.com/index
'
,
path
:
'https://
kelley.ezijing.com
'
,
pathType
:
1
pathType
:
1
},
},
{
{
name
:
'
私人财富风险管理顾问
'
,
name
:
'
数字时代领航人才EMBA项目
'
,
path
:
'https://
prp.ezijing.com/index
'
,
path
:
'https://
kelley.ezijing.com
'
,
pathType
:
1
pathType
:
1
},
},
{
{
name
:
'
人社部职业证书
'
,
name
:
'
企业人才定制化服务
'
,
path
:
'https://
vst.ezijing.com/
'
,
path
:
'https://
kelley.ezijing.com
'
,
pathType
:
1
pathType
:
1
}
}
]
]
},
{
name
:
this
.
$t
(
'menu.baseChild.economy'
),
path
:
'/practice/talent'
,
isShow
:
false
},
{
name
:
this
.
$t
(
'menu.baseChild.degital'
),
path
:
'/practice/study'
,
isShow
:
false
},
{
name
:
this
.
$t
(
'menu.baseChild.example'
),
isShow
:
false
,
path
:
'/services/college/case'
}
}
]
]
},
},
// {
// name: this.$t('menu.base'),
// path: '/practice',
// childern: [
// {
// name: this.$t('menu.baseChild.industry'),
// path: '/practice/industry',
// isShow: false
// },
// {
// name: this.$t('menu.baseChild.laboratory'),
// path: '/practice/laboratory',
// isShow: false,
// isShowChild: false,
// childern: [
// {
// name: '商业数据分析实验室',
// path: '/practice/laboratory/analysis'
// },
// {
// name: '数字营销实验室',
// path: '/practice/laboratory/marketing'
// }
// ]
// },
// {
// name: this.$t('menu.baseChild.career'),
// path: '/practice/skill',
// isShow: false,
// isShowChild: false,
// childern: [
// {
// name: '1+X金融产品数字化营销职业技能等级证书',
// path: 'https://x.ezijing.com/index',
// pathType: 1
// },
// {
// name: '私人财富风险管理顾问',
// path: 'https://prp.ezijing.com/index',
// pathType: 1
// },
// {
// name: '人社部职业证书',
// path: 'https://vst.ezijing.com/',
// pathType: 1
// }
// ]
// },
// {
// name: this.$t('menu.baseChild.economy'),
// path: '/practice/talent',
// isShow: false
// },
// {
// name: this.$t('menu.baseChild.degital'),
// path: '/practice/study',
// isShow: false
// },
// {
// name: this.$t('menu.baseChild.example'),
// isShow: false,
// path: '/services/college/case'
// }
// ]
// },
{
//
{
name
:
this
.
$t
(
'menu.industrial'
),
//
name: this.$t('menu.industrial'),
path
:
'/services'
,
//
path: '/services',
childern
:
[
//
childern: [
{
//
{
name
:
this
.
$t
(
'menu.industrialChild.saas'
),
//
name: this.$t('menu.industrialChild.saas'),
path
:
'https://e-saas.ezijing.com/'
,
//
path: 'https://e-saas.ezijing.com/',
pathType
:
1
,
//
pathType: 1,
isShow
:
false
//
isShow: false
},
//
},
{
//
{
name
:
this
.
$t
(
'menu.industrialChild.professional'
),
//
name: this.$t('menu.industrialChild.professional'),
path
:
'/services/professional'
,
//
path: '/services/professional',
isShow
:
false
//
isShow: false
},
//
},
{
//
{
name
:
this
.
$t
(
'menu.industrialChild.laboratory'
),
//
name: this.$t('menu.industrialChild.laboratory'),
path
:
'/practice/laboratory'
,
//
path: '/practice/laboratory',
isShow
:
false
,
//
isShow: false,
isShowChild
:
false
,
//
isShowChild: false,
childern
:
[
//
childern: [
{
//
{
name
:
this
.
$t
(
'menu.industrialCollegeChild.data'
),
//
name: this.$t('menu.industrialCollegeChild.data'),
path
:
'/practice/laboratory/analysis'
//
path: '/practice/laboratory/analysis'
},
//
},
{
//
{
name
:
'数字营销实验室'
,
//
name: '数字营销实验室',
path
:
'/practice/laboratory/marketing'
//
path: '/practice/laboratory/marketing'
}
//
}
]
//
]
},
//
},
{
//
{
name
:
this
.
$t
(
'menu.industrialChild.teach'
),
//
name: this.$t('menu.industrialChild.teach'),
path
:
'/services/teach'
,
//
path: '/services/teach',
isShow
:
false
//
isShow: false
},
//
},
{
//
{
name
:
this
.
$t
(
'menu.industrialChild.school'
),
//
name: this.$t('menu.industrialChild.school'),
path
:
'/services/school'
,
//
path: '/services/school',
isShow
:
false
//
isShow: false
},
//
},
{
//
{
name
:
this
.
$t
(
'menu.industrialChild.employment'
),
//
name: this.$t('menu.industrialChild.employment'),
path
:
'/services/employment'
,
//
path: '/services/employment',
isShow
:
false
//
isShow: false
},
//
},
{
//
{
name
:
this
.
$t
(
'menu.industrialChild.example'
),
//
name: this.$t('menu.industrialChild.example'),
path
:
'/services/college/case'
,
//
path: '/services/college/case',
isShow
:
false
//
isShow: false
}
//
}
]
//
]
},
//
},
{
{
name
:
this
.
$t
(
'menu.degree'
),
name
:
this
.
$t
(
'menu.degree'
),
path
:
'/internationalDegree'
,
path
:
'/internationalDegree'
,
...
@@ -497,16 +533,10 @@ export default {
...
@@ -497,16 +533,10 @@ export default {
return
this
.
$store
.
state
.
user
||
{}
return
this
.
$store
.
state
.
user
||
{}
},
},
loginURL
()
{
loginURL
()
{
return
process
.
client
return
process
.
client
?
`
${
process
.
env
.
loginURL
}
/login/index?redirect_uri=
${
encodeURIComponent
(
location
.
origin
+
this
.
$route
.
fullPath
)}
`
:
''
?
`
${
process
.
env
.
loginURL
}
/login/index?redirect_uri=
${
encodeURIComponent
(
location
.
origin
+
this
.
$route
.
fullPath
)}
`
:
''
},
},
registerURL
()
{
registerURL
()
{
return
process
.
client
return
process
.
client
?
`
${
process
.
env
.
loginURL
}
/register?redirect_uri=
${
encodeURIComponent
(
location
.
origin
+
this
.
$route
.
fullPath
)}
`
:
''
?
`
${
process
.
env
.
loginURL
}
/register?redirect_uri=
${
encodeURIComponent
(
location
.
origin
+
this
.
$route
.
fullPath
)}
`
:
''
}
}
}
}
}
}
...
...
components/home/digital.vue
0 → 100644
浏览文件 @
1ed0fb9c
<
template
>
<AppCard
titleAlign=
"center"
>
<template
#
title
>
<nuxt-link
to=
"/digital"
>
产教融合
</nuxt-link>
</
template
>
<div
class=
"row"
>
<div
class=
"col"
v-for=
"item in list"
:key=
"item.title"
>
<h2>
{{ item.title }}
</h2>
<ul>
<li
class=
"item"
v-for=
"item in item.children"
:key=
"item.title"
:style=
"item.style"
>
<AppLink
:to=
"item.path"
>
<img
:src=
"item.icon"
/>
{{ item.title }}
</AppLink>
</li>
</ul>
</div>
</div>
</AppCard>
</template>
<
script
>
import
AppLink
from
'@/components/Link'
export
default
{
components
:
{
AppLink
},
data
()
{
return
{
list
:
[
{
title
:
'院校'
,
children
:
[
{
icon
:
'https://webapp-pub.ezijing.com/www/pc/digital/yx_1.png'
,
title
:
'数字技能实训中心'
,
path
:
'digital/yx_1'
},
{
icon
:
'https://webapp-pub.ezijing.com/www/pc/digital/yx_2.png'
,
title
:
'国际数字人才现代产业学院'
,
path
:
'digital/yx_2'
},
{
icon
:
'https://webapp-pub.ezijing.com/www/pc/digital/yx_3.png'
,
title
:
'专业数字化改造和提升'
,
path
:
'digital/yx_3'
}
]
},
{
title
:
'政府'
,
children
:
[
{
icon
:
'https://webapp-pub.ezijing.com/www/pc/digital/zf_1.png'
,
title
:
'数字技能公共实训基地'
,
path
:
'digital/zf_1'
,
style
:
{
minHeight
:
'120px'
}
}
]
},
{
title
:
'企业'
,
children
:
[
{
icon
:
'https://webapp-pub.ezijing.com/www/pc/digital/qy_1.png'
,
title
:
'全球数字领导力学者DBA'
,
path
:
'digital/qy_1'
},
{
icon
:
'https://webapp-pub.ezijing.com/www/pc/digital/qy_2.png'
,
title
:
'数字时代领航人才EMBA'
,
path
:
'digital/qy_2'
},
{
icon
:
'https://webapp-pub.ezijing.com/www/pc/digital/qy_3.png'
,
title
:
'企业人才定制化服务'
,
path
:
'digital/qy_3'
}
]
}
]
}
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
.row
{
display
:
flex
;
column-gap
:
60px
;
}
.col
{
flex
:
1
;
display
:
flex
;
flex-direction
:
column
;
height
:
440px
;
background-color
:
#fff
;
h2
{
padding
:
48px
0
40px
;
font-size
:
24px
;
line-height
:
1
;
font-weight
:
500
;
color
:
#333333
;
text-align
:
center
;
}
ul
{
margin-bottom
:
40px
;
flex
:
1
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
}
li
{
display
:
flex
;
align-items
:
center
;
margin
:
0
30px
;
padding
:
15px
0
15px
20px
;
border
:
1px
solid
#d5d5d5
;
min-height
:
80px
;
font-size
:
18px
;
color
:
#666
;
&
:hover
{
color
:
#fff
;
background-color
:
var
(
--
main-color
);
border-color
:
var
(
--
main-color
);
}
}
li
+
li
{
margin-top
:
20px
;
}
}
</
style
>
pages/digital/yx_1.vue
0 → 100644
浏览文件 @
1ed0fb9c
<!-- 引产入校 -->
<
template
>
<div>
<div
class=
"banner"
>
<img
src=
"https://webapp-pub.ezijing.com/www/pc/digital/qy_1_banner.png"
/>
</div>
<section
class=
"section"
>
<div
class=
"section-inner"
>
<h2
class=
"section-title"
>
数字技能实训中心
</h2>
<p
class=
"section-desc"
>
围绕区域经济特色产业链,构建符合数字经济人才培养定位的数字技能实训中心,重构基于数字经济底层核心能力实训体系,夯实学校信息化、数字化建设下专业岗位基础通用能力,强化基于岗位能力证书的岗位技能实训,提升学生及区域数字人才培养可持续发展能力,旨在打造集院校数字人才培养、全民数字技能提升、企业数字化赋能和产业数字化服务为一体的综合人才服务体系和人才基地。
</p>
<h2
class=
"section-title"
style=
"margin-top: 100px"
>
新商科
</h2>
<p
class=
"section-desc"
>
深入调研数字经济产业人才需求,契合地方经济产业数字化转型需要,深入推进学校专业数字化改造,以商业数分析、数字营销为核心技能贯穿商科底层逻辑,聚焦专业数字化改造与升级,切实培养地方经济真正需要的数字经济人才。
</p>
<div
class=
"gk-list"
>
<div
class=
"gk-item is-border"
v-for=
"item in gkList"
:key=
"item.title"
>
<div
class=
"gk-item__pic"
><img
:src=
"item.icon"
/></div>
<div
class=
"gk-item__content"
>
<h2>
{{
item
.
title
}}
</h2>
<p>
{{
item
.
desc
}}
</p>
<a
:href=
"item.more"
v-if=
"item.more"
>
查看更多
</a>
</div>
</div>
</div>
</div>
</section>
<section
class=
"section"
>
<div
class=
"section-inner"
>
<h2
class=
"section-title"
>
新工科
</h2>
<p
class=
"section-desc"
>
基于国家信创发展大趋势,建设完全国产自主知识产权的先进信创人才实训区,从“特色软件人才培养”和“国产化信息系统运维”两个路径为国产化替换填补人才。
</p>
<div
class=
"gk-list"
>
<div
class=
"gk-item"
v-for=
"item in gkList"
:key=
"item.title"
>
<div
class=
"gk-item__pic"
><img
:src=
"item.icon"
/></div>
<div
class=
"gk-item__content"
>
<h2>
{{
item
.
title
}}
</h2>
<p>
{{
item
.
desc
}}
</p>
<a
:href=
"item.more"
v-if=
"item.more"
>
查看更多
</a>
</div>
</div>
</div>
</div>
</section>
<section
class=
"section"
>
<div
class=
"section-inner"
>
<h2
class=
"section-title"
>
产品优势
</h2>
</div>
</section>
</div>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
skList
:
[
{
icon
:
'https://webapp-pub.ezijing.com/www/pc/digital/xsk_1.png'
,
title
:
'商业数据分析实践教学平台'
,
desc
:
'培养数字经济底层数据思维能力的工业级实践教学平台'
,
more
:
''
},
{
icon
:
'https://webapp-pub.ezijing.com/www/pc/digital/xsk_2.png'
,
title
:
'数字营销实践教学平台'
,
desc
:
'培养企业数字化转型核心技能的工业级实践教学平台'
,
more
:
''
},
{
icon
:
'https://webapp-pub.ezijing.com/www/pc/digital/xsk_3.png'
,
title
:
'商业数据分析与应用大赛平台'
,
desc
:
'配套“商业数据分析与应用大赛”的训练平台'
},
{
icon
:
'https://webapp-pub.ezijing.com/www/pc/digital/xsk_4.png'
,
title
:
'金融产品数字化营销实训平台'
,
desc
:
'配套“金融产品数字化营销1+X证书”的训练平台'
}
],
gkList
:
[
{
icon
:
'https://webapp-pub.ezijing.com/www/pc/digital/xgk_1.png'
,
title
:
'大数据实践教学平台'
,
desc
:
'综合培养大数据基础知识及专业知识的一站式实践教学平台'
,
more
:
''
},
{
icon
:
'https://webapp-pub.ezijing.com/www/pc/digital/xgk_2.png'
,
title
:
'人工智能实践教学平台'
,
desc
:
'重在人工智能基础知识及应用的一站式实践教学平台'
,
more
:
''
},
{
icon
:
'https://webapp-pub.ezijing.com/www/pc/digital/xgk_3.png'
,
title
:
'信息安全实践教学平台'
,
desc
:
'一站式信创信息安全实践教学平台'
},
{
icon
:
'https://webapp-pub.ezijing.com/www/pc/digital/xgk_4.png'
,
title
:
'物联网实践教学平台'
,
desc
:
'全面涵盖5G及边缘计算的新一代物联网实践教学平台'
}
]
}
},
methods
:
{}
}
</
script
>
<
style
lang=
"scss"
scoped
>
.banner
{
img
{
width
:
100%
;
}
}
.section
:nth-child
(
even
)
{
background-color
:
#fff
;
}
.section
:nth-child
(
odd
)
{
background-color
:
#f9f8f8
;
}
.section-inner
{
width
:
1200px
;
margin
:
0
auto
;
padding
:
100px
0
;
}
.section-title
{
margin-bottom
:
36px
;
font-size
:
30px
;
font-family
:
Source
Han
Sans
CN
;
font-weight
:
bold
;
line-height
:
32px
;
color
:
#333333
;
text-align
:
center
;
}
.section-desc
{
font-size
:
18px
;
font-family
:
Source
Han
Sans
CN
;
font-weight
:
400
;
line-height
:
34px
;
color
:
#666666
;
text-align
:
center
;
}
.section-pic
{
text-align
:
center
;
img
{
max-width
:
100%
;
}
}
.is-border
{
border
:
1px
solid
#d5d5d5
;
}
.gk-list
{
margin-top
:
100px
;
display
:
grid
;
grid-template-columns
:
repeat
(
4
,
1fr
);
gap
:
20px
;
}
.gk-item
{
min-height
:
280px
;
text-align
:
center
;
background
:
#fff
;
transition
:
all
0
.3s
;
&
:hover
{
transform
:
scale
(
1
.1
);
}
}
.gk-item__pic
{
padding
:
46px
0
36px
;
}
.gk-item__content
{
padding
:
0
12px
;
h2
{
font-size
:
18px
;
font-family
:
Source
Han
Sans
CN
;
font-weight
:
500
;
line-height
:
24px
;
color
:
#333
;
}
p
{
margin
:
12px
0
;
font-size
:
16px
;
color
:
#666
;
}
a
{
color
:
var
(
--
main-color
);
}
}
</
style
>
pages/index.vue
浏览文件 @
1ed0fb9c
...
@@ -2,64 +2,34 @@
...
@@ -2,64 +2,34 @@
<div
class=
"home"
>
<div
class=
"home"
>
<!-- 轮播图 -->
<!-- 轮播图 -->
<banner
/>
<banner
/>
<HomeMenu
/>
<!-- 产教融合 -->
<!-- 产业学院 -->
<digital
/>
<industrial-college
/>
<!--
<project-service
/>
-->
<international-degree
/>
<international-degree
/>
<abroad-study
/>
<abroad-study
/>
<!-- 学位教育 -->
<div
style=
"background-color: #fff; overflow: hidden"
>
<!--
<degree-education
/>
-->
<!-- 通知公告 -->
<!-- 在线教育 -->
<!--
<online-edu
/>
-->
<!-- 教育服务 -->
<!--
<education-services
/>
-->
<!-- 项目公告 -->
<div
style=
"background-color: #fff;overflow: hidden;"
>
<project-notice
/>
<project-notice
/>
<!-- 教育服务案例 -->
<!--
<service-case
/>
-->
<!-- 校长寄语 -->
<!--
<headmaster-msg
/>
-->
<!-- 校友故事 -->
<!-- 校友故事 -->
<alumni-stories
/>
<alumni-stories
/>
</div>
</div>
<!-- 公开课 -->
<!--
<open-class
/>
-->
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
import
banner
from
'../components/home/banner'
import
banner
from
'../components/home/banner'
import
projectService
from
'../components/home/projectService.vue'
import
HomeMenu
from
'@/components/home/homeMenu'
import
degreeEducation
from
'../components/home/degreeEducation'
import
educationServices
from
'../components/home/educationServices'
import
projectNotice
from
'../components/home/projectNotice'
import
projectNotice
from
'../components/home/projectNotice'
import
headmasterMsg
from
'../components/home/headmasterMsg'
import
alumniStories
from
'../components/home/alumniStories'
import
alumniStories
from
'../components/home/alumniStories'
import
openClass
from
'../components/home/openClass'
import
serviceCase
from
'../components/home/serviceCase'
import
industrialCollege
from
'../components/home/industrialCollege'
import
onlineEdu
from
'../components/home/onlineEdu'
import
internationalDegree
from
'../components/home/internationalDegree.vue'
import
internationalDegree
from
'../components/home/internationalDegree.vue'
import
abroadStudy
from
'../components/home/abroadStudy.vue'
import
abroadStudy
from
'../components/home/abroadStudy.vue'
import
digital
from
'../components/home/digital.vue'
export
default
{
export
default
{
components
:
{
components
:
{
banner
,
banner
,
projectService
,
HomeMenu
,
degreeEducation
,
educationServices
,
projectNotice
,
projectNotice
,
headmasterMsg
,
alumniStories
,
alumniStories
,
openClass
,
serviceCase
,
industrialCollege
,
onlineEdu
,
internationalDegree
,
internationalDegree
,
abroadStudy
abroadStudy
,
digital
}
}
}
}
</
script
>
</
script
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论