Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
cf9ca98b
提交
cf9ca98b
authored
4月 29, 2021
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
eec9310f
显示空白字符变更
内嵌
并排
正在显示
12 个修改的文件
包含
41 行增加
和
32 行删除
+41
-32
Head.vue
components/Head.vue
+4
-0
banner.vue
components/home/banner.vue
+1
-1
news.vue
components/home/news.vue
+6
-3
openClass.vue
components/home/openClass.vue
+2
-2
presence.vue
components/home/presence.vue
+5
-9
projectFeatures.vue
components/home/projectFeatures.vue
+2
-2
rightAside.vue
components/rightAside.vue
+4
-4
relevant.vue
pages/apply/relevant.vue
+6
-0
hot-detail.vue
pages/news/hot-detail.vue
+4
-4
hot.vue
pages/news/hot.vue
+2
-2
interview-detail.vue
pages/news/interview-detail.vue
+4
-4
interview.vue
pages/news/interview.vue
+1
-1
没有找到文件。
components/Head.vue
浏览文件 @
cf9ca98b
...
@@ -84,6 +84,7 @@
...
@@ -84,6 +84,7 @@
},
},
{
{
name
:
'课程与师资'
,
name
:
'课程与师资'
,
path
:
'/about/course'
,
childern
:
[
childern
:
[
{
{
name
:
'课程设置'
,
name
:
'课程设置'
,
...
@@ -99,6 +100,7 @@
...
@@ -99,6 +100,7 @@
},
},
{
{
name
:
'最新动态'
,
name
:
'最新动态'
,
path
:
'/news/hot'
,
childern
:
[
childern
:
[
{
{
name
:
'热点新闻'
,
name
:
'热点新闻'
,
...
@@ -114,6 +116,7 @@
...
@@ -114,6 +116,7 @@
},
},
{
{
name
:
'报名申请'
,
name
:
'报名申请'
,
path
:
'/apply/relevant'
,
childern
:
[
childern
:
[
{
{
name
:
'有关申请'
,
name
:
'有关申请'
,
...
@@ -134,6 +137,7 @@
...
@@ -134,6 +137,7 @@
},
},
{
{
name
:
'校友风采'
,
name
:
'校友风采'
,
path
:
'/alumni/outstanding'
,
childern
:
[
childern
:
[
{
{
name
:
'杰出校友'
,
name
:
'杰出校友'
,
...
...
components/home/banner.vue
浏览文件 @
cf9ca98b
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
page
:
1
,
page
:
1
,
per_page
:
100
,
per_page
:
100
,
type
:
69
,
type
:
69
,
project_id
:
10
13
project_id
:
10
01
}
}
this
.
listData
=
await
this
.
$axios
.
$get
(
'/api/zws/v1/cms/news'
,
{
params
}).
then
(
res
=>
{
this
.
listData
=
await
this
.
$axios
.
$get
(
'/api/zws/v1/cms/news'
,
{
params
}).
then
(
res
=>
{
return
res
return
res
...
...
components/home/news.vue
浏览文件 @
cf9ca98b
...
@@ -30,8 +30,8 @@ export default {
...
@@ -30,8 +30,8 @@ export default {
const
params
=
{
const
params
=
{
page
:
1
,
page
:
1
,
per_page
:
100
,
per_page
:
100
,
type
:
71
,
type
:
80
,
project_id
:
10
13
project_id
:
10
01
}
}
await
this
.
$axios
.
$get
(
'/api/zws/v1/cms/news'
,
{
params
}).
then
(
res
=>
{
await
this
.
$axios
.
$get
(
'/api/zws/v1/cms/news'
,
{
params
}).
then
(
res
=>
{
res
.
map
((
item
,
index
)
=>
{
res
.
map
((
item
,
index
)
=>
{
...
@@ -56,7 +56,10 @@ export default {
...
@@ -56,7 +56,10 @@ export default {
titleParams
:
{
titleParams
:
{
name
:
'最新动态'
,
name
:
'最新动态'
,
more
:
{
more
:
{
path
:
'/news/hot'
path
:
'/news/hot'
,
query
:
{
type
:
80
}
}
}
}
}
}
}
...
...
components/home/openClass.vue
浏览文件 @
cf9ca98b
...
@@ -51,8 +51,8 @@ export default {
...
@@ -51,8 +51,8 @@ export default {
const
params
=
{
const
params
=
{
page
:
1
,
page
:
1
,
per_page
:
100
,
per_page
:
100
,
type
:
7
1
,
type
:
7
2
,
project_id
:
10
13
project_id
:
10
01
}
}
this
.
listData
=
await
this
.
$axios
.
$get
(
'/api/zws/v1/cms/news'
,
{
params
}).
then
(
res
=>
{
this
.
listData
=
await
this
.
$axios
.
$get
(
'/api/zws/v1/cms/news'
,
{
params
}).
then
(
res
=>
{
return
res
return
res
...
...
components/home/presence.vue
浏览文件 @
cf9ca98b
...
@@ -88,7 +88,7 @@ export default {
...
@@ -88,7 +88,7 @@ export default {
label
:
'博士'
label
:
'博士'
}],
}],
form
:
{
form
:
{
//
years: '',
years
:
''
,
degree
:
''
,
degree
:
''
,
name
:
''
,
name
:
''
,
phone
:
''
,
phone
:
''
,
...
@@ -99,10 +99,7 @@ export default {
...
@@ -99,10 +99,7 @@ export default {
titleParams
:
{
titleParams
:
{
name
:
'师生风采'
,
name
:
'师生风采'
,
more
:
{
more
:
{
path
:
'/'
,
path
:
'/alumni/sharing'
query
:
{
id
:
1
}
}
}
},
},
listData
:
[],
listData
:
[],
...
@@ -125,8 +122,8 @@ export default {
...
@@ -125,8 +122,8 @@ export default {
const
params
=
{
const
params
=
{
page
:
1
,
page
:
1
,
per_page
:
100
,
per_page
:
100
,
type
:
70
,
type
:
81
,
project_id
:
10
13
project_id
:
10
01
}
}
this
.
listData
=
await
this
.
$axios
.
$get
(
'/api/zws/v1/cms/news'
,
{
params
}).
then
(
res
=>
{
this
.
listData
=
await
this
.
$axios
.
$get
(
'/api/zws/v1/cms/news'
,
{
params
}).
then
(
res
=>
{
console
.
log
(
params
)
console
.
log
(
params
)
...
@@ -173,10 +170,9 @@ export default {
...
@@ -173,10 +170,9 @@ export default {
// this.swiper.autoplay.start()
// this.swiper.autoplay.start()
},
},
goPage
(
item
)
{
goPage
(
item
)
{
console
.
log
(
1123
)
if
(
item
.
source
===
''
)
{
if
(
item
.
source
===
''
)
{
this
.
$router
.
push
({
this
.
$router
.
push
({
path
:
'/a
bout/news-
detail'
,
path
:
'/a
lumni/
detail'
,
query
:
{
query
:
{
id
:
item
.
id
id
:
item
.
id
}
}
...
...
components/home/projectFeatures.vue
浏览文件 @
cf9ca98b
...
@@ -32,7 +32,7 @@ export default {
...
@@ -32,7 +32,7 @@ export default {
{
{
icon
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/home-icon1.png'
,
icon
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/home-icon1.png'
,
iconActive
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/home-icon-s1.png'
,
iconActive
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/home-icon-s1.png'
,
text
:
'全方位的金融职业<br />教育课程体系'
,
path
:
'
https://x.ezijing.com
'
,
pathType
:
0
text
:
'全方位的金融职业<br />教育课程体系'
,
path
:
''
,
pathType
:
0
},
},
{
{
icon
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/home-icon2.png'
,
icon
:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/home-icon2.png'
,
...
@@ -60,7 +60,7 @@ export default {
...
@@ -60,7 +60,7 @@ export default {
methods
:
{
methods
:
{
goPage
(
path
)
{
goPage
(
path
)
{
if
(
path
===
''
)
{
if
(
path
===
''
)
{
this
.
$message
(
'暂未开通,尽请期待。'
)
//
this.$message('暂未开通,尽请期待。')
return
return
}
}
window
.
open
(
path
)
window
.
open
(
path
)
...
...
components/rightAside.vue
浏览文件 @
cf9ca98b
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
<p><el-input
v-model=
"formInfo.phone"
placeholder=
"请输入您的电话"
size=
"small"
></el-input></p>
<p><el-input
v-model=
"formInfo.phone"
placeholder=
"请输入您的电话"
size=
"small"
></el-input></p>
<!--
<p><el-input
v-model=
"projectName"
size=
"small"
:readonly=
"true"
></el-input></p>
-->
<!--
<p><el-input
v-model=
"projectName"
size=
"small"
:readonly=
"true"
></el-input></p>
-->
<p>
<p>
<select
name=
""
id=
""
v-model=
"formInfo.projectId"
>
<select
name=
""
id=
""
v-model=
"formInfo.projectId"
disabled
>
<option
:value=
"item.value"
v-for=
"(item, index) in projectList"
:key=
"index"
>
{{
item
.
label
}}
</option>
<option
:value=
"item.value"
v-for=
"(item, index) in projectList"
:key=
"index"
>
{{
item
.
label
}}
</option>
</select>
</select>
<span
class=
"icon el-icon-arrow-down"
></span>
<span
class=
"icon el-icon-arrow-down"
></span>
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
<p><el-button
style=
"width: 100%"
@
click=
"submitEnroll"
>
立即报名
</el-button></p>
<p><el-button
style=
"width: 100%"
@
click=
"submitEnroll"
>
立即报名
</el-button></p>
</div>
</div>
<div
class=
"wx_cont"
v-show=
"tabBtnTarget === 'wx'"
>
<div
class=
"wx_cont"
v-show=
"tabBtnTarget === 'wx'"
>
<h5>
扫描关注微信公众号
</h5>
<h5>
关注我们
</h5>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/d2d9945d598e81c3b58aff5ce927a78a.jpg"
/>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/d2d9945d598e81c3b58aff5ce927a78a.jpg"
/>
</div>
</div>
</div>
</div>
...
@@ -62,13 +62,13 @@ export default {
...
@@ -62,13 +62,13 @@ export default {
return
{
return
{
tabBtnActive
:
false
,
tabBtnActive
:
false
,
tabBtnTarget
:
''
,
tabBtnTarget
:
''
,
projectName
:
'金融
工商管理
硕士'
,
projectName
:
'金融硕士'
,
sendCode
:
''
,
sendCode
:
''
,
isBtnDisabled
:
false
,
isBtnDisabled
:
false
,
formInfo
:
{
formInfo
:
{
name
:
''
,
name
:
''
,
phone
:
''
,
phone
:
''
,
projectId
:
'100
0
'
projectId
:
'100
1
'
},
},
projectList
:
[
projectList
:
[
{
label
:
'金融工商管理硕士'
,
value
:
'1000'
},
{
label
:
'金融工商管理硕士'
,
value
:
'1000'
},
...
...
pages/apply/relevant.vue
浏览文件 @
cf9ca98b
...
@@ -13,6 +13,7 @@
...
@@ -13,6 +13,7 @@
其他对本项目有兴趣并自身优异者
其他对本项目有兴趣并自身优异者
</div>
</div>
</div>
</div>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/apply-img.png"
alt=
""
>
</div>
</div>
</app-frame>
</app-frame>
</div>
</div>
...
@@ -55,6 +56,11 @@ export default {
...
@@ -55,6 +56,11 @@ export default {
width
:
1200px
;
width
:
1200px
;
margin
:
0
auto
;
margin
:
0
auto
;
.content-box
{
.content-box
{
img
{
width
:
900px
;
margin
:
58px
auto
0
;
display
:
block
;
}
padding-top
:
46px
;
padding-top
:
46px
;
padding-bottom
:
106px
;
padding-bottom
:
106px
;
.text-content
{
.text-content
{
...
...
pages/news/hot-detail.vue
浏览文件 @
cf9ca98b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
10月16日上午,由紫荆教育、印第安纳大学KELLEY商学院主办,中国教育发展战略学会支持的2020(第七届)紫荆·国际金融人才论坛暨“中国未来金融领袖计划”新闻发布会在北京威斯汀酒店举行,权威大咖云集,观点激荡碰撞出独家思想盛宴。紫荆教育董事长张博、资深副总裁金梅,全国社会保障基金理事会原副理事长、中国基金业协会母基金专委会主席王忠民,中国银行业协会东方银行业高级管理人员研修院院长助理唐绍云,中国教育发展战略学会教育认证专业委员会秘书长顾占春,清华大学公共管理学院中国公共领导力中心副主任于永达,清华大学五道口金融学院业界导师、香港致富证券首席经济学家肇越,天风证券首席风险官王勇,人民网、新华网、新浪网、凤凰网、搜狐视频、网易网等媒体朋友参加了论坛。
10月16日上午,由紫荆教育、印第安纳大学KELLEY商学院主办,中国教育发展战略学会支持的2020(第七届)紫荆·国际金融人才论坛暨“中国未来金融领袖计划”新闻发布会在北京威斯汀酒店举行,权威大咖云集,观点激荡碰撞出独家思想盛宴。紫荆教育董事长张博、资深副总裁金梅,全国社会保障基金理事会原副理事长、中国基金业协会母基金专委会主席王忠民,中国银行业协会东方银行业高级管理人员研修院院长助理唐绍云,中国教育发展战略学会教育认证专业委员会秘书长顾占春,清华大学公共管理学院中国公共领导力中心副主任于永达,清华大学五道口金融学院业界导师、香港致富证券首席经济学家肇越,天风证券首席风险官王勇,人民网、新华网、新浪网、凤凰网、搜狐视频、网易网等媒体朋友参加了论坛。
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/c563a1e422b67a14b9fb22ea86d56e0b.png"
alt=
""
>
-->
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/c563a1e422b67a14b9fb22ea86d56e0b.png"
alt=
""
>
-->
</div>
</div>
<
!--
<
div
class=
"recommend-content"
>
<div
class=
"recommend-content"
>
<div
class=
"titles"
>
<div
class=
"titles"
>
<div
class=
"line"
></div>
<div
class=
"line"
></div>
<div
class=
"text"
>
相关推荐
</div>
<div
class=
"text"
>
相关推荐
</div>
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
</li>
</li>
</ul>
</ul>
</div>
</div>
<div
class=
"more-btn"
@
click=
"$router.push(
{ path: '/
about/news' })">查看更多
</div>
--
>
<div
class=
"more-btn"
@
click=
"$router.push(
{ path: '/
news/hot' })">查看更多
</div
>
</div>
</div>
</app-frame>
</app-frame>
</div>
</div>
...
@@ -63,8 +63,8 @@ export default {
...
@@ -63,8 +63,8 @@ export default {
const
params
=
{
const
params
=
{
page
:
1
,
page
:
1
,
per_page
:
100
,
per_page
:
100
,
type
:
74
,
type
:
80
,
project_id
:
10
13
project_id
:
10
01
}
}
this
.
listData
=
await
this
.
$axios
.
$get
(
'/api/zws/v1/cms/news'
,
{
params
}).
then
(
res
=>
{
this
.
listData
=
await
this
.
$axios
.
$get
(
'/api/zws/v1/cms/news'
,
{
params
}).
then
(
res
=>
{
return
res
.
filter
((
item
,
index
)
=>
{
return
res
.
filter
((
item
,
index
)
=>
{
...
...
pages/news/hot.vue
浏览文件 @
cf9ca98b
...
@@ -17,8 +17,8 @@ export default {
...
@@ -17,8 +17,8 @@ export default {
const
params
=
{
const
params
=
{
page
:
1
,
page
:
1
,
per_page
:
100
,
per_page
:
100
,
type
:
this
.
$route
.
query
.
type
||
74
,
type
:
this
.
$route
.
query
.
type
||
80
,
project_id
:
10
13
project_id
:
10
01
}
}
this
.
newsList
=
await
this
.
$axios
.
$get
(
'/api/zws/v1/cms/news'
,
{
params
}).
then
(
res
=>
{
this
.
newsList
=
await
this
.
$axios
.
$get
(
'/api/zws/v1/cms/news'
,
{
params
}).
then
(
res
=>
{
return
res
return
res
...
...
pages/news/interview-detail.vue
浏览文件 @
cf9ca98b
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
10月16日上午,由紫荆教育、印第安纳大学KELLEY商学院主办,中国教育发展战略学会支持的2020(第七届)紫荆·国际金融人才论坛暨“中国未来金融领袖计划”新闻发布会在北京威斯汀酒店举行,权威大咖云集,观点激荡碰撞出独家思想盛宴。紫荆教育董事长张博、资深副总裁金梅,全国社会保障基金理事会原副理事长、中国基金业协会母基金专委会主席王忠民,中国银行业协会东方银行业高级管理人员研修院院长助理唐绍云,中国教育发展战略学会教育认证专业委员会秘书长顾占春,清华大学公共管理学院中国公共领导力中心副主任于永达,清华大学五道口金融学院业界导师、香港致富证券首席经济学家肇越,天风证券首席风险官王勇,人民网、新华网、新浪网、凤凰网、搜狐视频、网易网等媒体朋友参加了论坛。
10月16日上午,由紫荆教育、印第安纳大学KELLEY商学院主办,中国教育发展战略学会支持的2020(第七届)紫荆·国际金融人才论坛暨“中国未来金融领袖计划”新闻发布会在北京威斯汀酒店举行,权威大咖云集,观点激荡碰撞出独家思想盛宴。紫荆教育董事长张博、资深副总裁金梅,全国社会保障基金理事会原副理事长、中国基金业协会母基金专委会主席王忠民,中国银行业协会东方银行业高级管理人员研修院院长助理唐绍云,中国教育发展战略学会教育认证专业委员会秘书长顾占春,清华大学公共管理学院中国公共领导力中心副主任于永达,清华大学五道口金融学院业界导师、香港致富证券首席经济学家肇越,天风证券首席风险官王勇,人民网、新华网、新浪网、凤凰网、搜狐视频、网易网等媒体朋友参加了论坛。
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/c563a1e422b67a14b9fb22ea86d56e0b.png"
alt=
""
>
-->
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/c563a1e422b67a14b9fb22ea86d56e0b.png"
alt=
""
>
-->
</div>
</div>
<
!--
<
div
class=
"recommend-content"
>
<div
class=
"recommend-content"
>
<div
class=
"titles"
>
<div
class=
"titles"
>
<div
class=
"line"
></div>
<div
class=
"line"
></div>
<div
class=
"text"
>
相关推荐
</div>
<div
class=
"text"
>
相关推荐
</div>
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
</li>
</li>
</ul>
</ul>
</div>
</div>
<div
class=
"more-btn"
@
click=
"$router.push(
{ path: '/
about/news' })">查看更多
</div>
--
>
<div
class=
"more-btn"
@
click=
"$router.push(
{ path: '/
news/interview' })">查看更多
</div
>
</div>
</div>
</app-frame>
</app-frame>
</div>
</div>
...
@@ -63,8 +63,8 @@ export default {
...
@@ -63,8 +63,8 @@ export default {
const
params
=
{
const
params
=
{
page
:
1
,
page
:
1
,
per_page
:
100
,
per_page
:
100
,
type
:
74
,
type
:
53
,
project_id
:
10
13
project_id
:
10
01
}
}
this
.
listData
=
await
this
.
$axios
.
$get
(
'/api/zws/v1/cms/news'
,
{
params
}).
then
(
res
=>
{
this
.
listData
=
await
this
.
$axios
.
$get
(
'/api/zws/v1/cms/news'
,
{
params
}).
then
(
res
=>
{
return
res
.
filter
((
item
,
index
)
=>
{
return
res
.
filter
((
item
,
index
)
=>
{
...
...
pages/news/interview.vue
浏览文件 @
cf9ca98b
...
@@ -17,7 +17,7 @@ export default {
...
@@ -17,7 +17,7 @@ export default {
const
params
=
{
const
params
=
{
page
:
1
,
page
:
1
,
per_page
:
100
,
per_page
:
100
,
type
:
this
.
$route
.
query
.
type
||
74
,
type
:
this
.
$route
.
query
.
type
||
53
,
project_id
:
1013
project_id
:
1013
}
}
this
.
newsList
=
await
this
.
$axios
.
$get
(
'/api/zws/v1/cms/news'
,
{
params
}).
then
(
res
=>
{
this
.
newsList
=
await
this
.
$axios
.
$get
(
'/api/zws/v1/cms/news'
,
{
params
}).
then
(
res
=>
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论