Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-old
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-old
Commits
6668a2bf
提交
6668a2bf
authored
5月 16, 2023
作者:
lhh
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
73023c45
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
14 个修改的文件
包含
391 行增加
和
14 行删除
+391
-14
info_api.js
src/api/info_api.js
+1
-1
courseSystem.vue
src/components/courseSystem.vue
+23
-1
formBox.vue
src/components/formBox.vue
+1
-1
banner.vue
src/components/home/banner.vue
+15
-6
header.vue
src/components/layout/header.vue
+4
-2
rightAside.vue
src/components/layout/rightAside.vue
+1
-1
managementCourseSystem.vue
src/components/managementCourseSystem.vue
+156
-0
managementTeacherInfo.vue
src/components/managementTeacherInfo.vue
+0
-0
filterType.json
src/pages/leadership/filterType.json
+174
-0
index.vue
src/pages/leadership/index.vue
+0
-0
NormalLogin.vue
src/pages/login/components/NormalLogin.vue
+1
-1
index.vue
src/pages/management/index.vue
+0
-0
indexWelcome.vue
src/pages/my/welcome/indexWelcome.vue
+1
-1
routes.js
src/router/routes.js
+14
-0
没有找到文件。
src/api/info_api.js
浏览文件 @
6668a2bf
...
...
@@ -12,4 +12,4 @@ export default class InfoAPI extends BaseAPI {
})
}
// 数字时代领航人才EMBA
//
工商管理硕士
MBA
//
综合管理方向
MBA
src/components/courseSystem.vue
浏览文件 @
6668a2bf
...
...
@@ -12,6 +12,10 @@
</ul>
</div>
</div>
<div
class=
"arrow"
>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/515/curse-arr.png"
/>
<div
class=
"text"
>
从思路到出路
从方法到结果
</div>
</div>
</div>
</
template
>
...
...
@@ -93,6 +97,24 @@ export default {
</
script
>
<
style
lang=
"scss"
scoped
>
.arrow
{
width
:
1145px
;
margin
:
15px
auto
;
position
:
relative
;
img
{
width
:
100%
;
display
:
block
;
}
.text
{
font-size
:
22px
;
font-weight
:
normal
;
color
:
#ffffff
;
position
:
absolute
;
top
:
50%
;
left
:
50%
;
transform
:
translate
(
-50%
,
-50%
);
}
}
.course
{
height
:
722px
;
background
:
url(https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/new-marywood/course_bg.png)
;
...
...
@@ -113,7 +135,7 @@ export default {
justify-content
:
center
;
.item
{
width
:
380px
;
&
:nth-child
(
2
)
{
&
:nth-child
(
2
)
{
margin
:
0
30px
;
}
h2
{
...
...
src/components/formBox.vue
浏览文件 @
6668a2bf
...
...
@@ -17,7 +17,7 @@
<el-form-item
prop=
"project_id"
>
<el-select
v-model=
"ruleForm.project_id"
placeholder=
"选择您想报名的项目"
>
<el-option
label=
"数字时代领航人才EMBA"
:value=
"1012"
></el-option>
<el-option
label=
"
工商管理硕士
MBA"
:value=
"1026"
></el-option>
<el-option
label=
"
综合管理方向
MBA"
:value=
"1026"
></el-option>
</el-select>
</el-form-item>
<el-form-item>
...
...
src/components/home/banner.vue
浏览文件 @
6668a2bf
...
...
@@ -26,11 +26,20 @@
<div
class=
"intr-content"
>
<div
class=
"cover-inner"
>
<h1>
玛丽伍德大学
</h1>
<h2>
数字时代领航人才EMBA
</h2>
<p>
<!-- 赋能当今社会每位管理人,成就数字时代先锋领导者系统、实用、数字地赋能项目成长和企业转型升级 -->
铸就领航数字商业时代的先锋领导者
<br
/>
塑造具备全球数字化视野的商企领袖
</p>
<div
class=
"dec"
style=
"margin-bottom:35px;font-size: 14px;color: #fff;"
>
无需出国
在职学习
学习时间灵活
中美联合教学
中文授课
</div>
<div
class=
"box"
style=
"display: flex; position: relative;"
>
<div
class=
"item"
style=
"cursor: pointer;"
@
click=
"$router.push(
{ path: '/profession' })">
<h2>
数字时代领航人才EMBA
</h2>
<p>
铸就领航数字商业时代的先锋领导者
<br
/>
塑造具备全球数字化视野的商企领袖
</p>
</div>
<div
class=
"line"
style=
"width:1px; height: 100px;background-color: #fff;margin: 30px 30px;"
></div>
<div
class=
"item"
style=
"cursor: pointer;"
@
click=
"$router.push(
{ path: '/management' })">
<h2>
综合管理方向MBA
</h2>
<p>
全面掌握商管才能
<br
/>
快速实现事业进阶
</p>
</div>
</div>
</div>
<div
class=
"button-group"
>
<!--
<div
class=
"button-item"
><router-link
to=
"profession"
>
了解更多
</router-link></div>
-->
...
...
@@ -144,7 +153,7 @@ export default {
color
:
#fff
;
line-height
:
2
;
text-align
:
justify
;
width
:
380px
;
//
width: 380px;
}
}
.button-group
{
...
...
src/components/layout/header.vue
浏览文件 @
6668a2bf
...
...
@@ -38,6 +38,8 @@ export default {
navList
:
[
{
title
:
'首页'
,
path
:
'/index'
},
{
title
:
'数字时代领航人才EMBA'
,
path
:
'/profession'
},
{
title
:
'综合管理方向MBA'
,
path
:
'/management'
},
{
title
:
'数字领导力方向MBA'
,
path
:
'/leadership'
},
{
title
:
'报名申请'
,
path
:
'/my'
},
{
title
:
'最新动态'
,
path
:
'/news'
},
{
title
:
'联系我们'
,
path
:
'/contact'
}
...
...
@@ -105,7 +107,7 @@ export default {
display
:
flex
;
align-items
:
center
;
justify-content
:
space-between
;
width
:
8
0%
;
width
:
9
0%
;
height
:
80px
;
margin
:
0
auto
;
transition
:
all
0
.5s
;
...
...
@@ -123,7 +125,7 @@ export default {
}
}
.nav
{
flex
:
2
;
flex
:
3
;
display
:
flex
;
justify-content
:
space-between
;
.nav-item
{
...
...
src/components/layout/rightAside.vue
浏览文件 @
6668a2bf
...
...
@@ -71,7 +71,7 @@ export default {
},
projectList
:
[
{
label
:
'数字时代领航人才EMBA'
,
value
:
1012
},
{
label
:
'
工商管理硕士
MBA'
,
value
:
1026
}
{
label
:
'
综合管理方向
MBA'
,
value
:
1026
}
]
}
},
...
...
src/components/managementCourseSystem.vue
0 → 100644
浏览文件 @
6668a2bf
<
template
>
<div
class=
"course"
>
<h1>
课程体系
</h1>
<div
class=
"card-list"
>
<div
class=
"item"
v-for=
"(item, index) in course"
:key=
"index"
>
<h2>
{{
item
.
title
}}
</h2>
<ul>
<li
v-for=
"cItem in item.list"
:key=
"cItem.t2"
>
<h3>
{{
cItem
.
t1
}}
</h3>
<p>
{{
cItem
.
t2
}}
</p>
</li>
</ul>
</div>
</div>
</div>
</
template
>
<
script
>
// import HomeBanner from '@/components/home/banner'
// import HomeSchool from '@/components/home/school'
// import FormBox from '@/components/formBox'
export
default
{
data
()
{
return
{
course
:
[
{
title
:
'商业方法与专题课程'
,
list
:
[
{
t1
:
'设计思维与管理创新'
,
t2
:
'Design Thinking for Managers'
},
{
t1
:
'研究方法'
,
t2
:
'Research Methodology'
},
{
t1
:
'商法'
,
t2
:
'Commercial Law'
},
{
t1
:
'管理信息系统高级专题'
,
t2
:
'Advanced Topics in Management Information System'
}
]
},
{
title
:
'财务与投资课程'
,
list
:
[
{
t1
:
'管理经济学'
,
t2
:
'Managerial Economics'
},
{
t1
:
'财务规划与管理'
,
t2
:
'Financial Planning and Management'
},
{
t1
:
'投资学'
,
t2
:
'Inestments'
}
]
},
{
title
:
'战略、市场与管理课程'
,
list
:
[
{
t1
:
'组织行为与领导力'
,
t2
:
'Organizational Behavior and Leadership'
},
{
t1
:
'战略管理'
,
t2
:
'Strategic Management'
},
{
t1
:
'人力资源管理'
,
t2
:
'Human Resources in Management'
},
{
t1
:
'运营管理'
,
t2
:
'Operation Management'
},
{
t1
:
'营销管理'
,
t2
:
'Marketing Management'
}
]
}
]
}
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
.course
{
height
:
722px
;
background
:
url(https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/new-marywood/course_bg.png)
;
background-size
:
cover
;
h1
{
font-size
:
40px
;
font-weight
:
bold
;
color
:
#ffffff
;
line-height
:
51px
;
width
:
fit-content
;
margin
:
0
auto
;
border-bottom
:
3px
solid
#f6a800
;
padding-top
:
40px
;
}
.card-list
{
padding-top
:
50px
;
display
:
flex
;
justify-content
:
center
;
.item
{
width
:
380px
;
&
:nth-child
(
2
)
{
margin
:
0
30px
;
}
h2
{
font-size
:
30px
;
font-weight
:
bold
;
color
:
#f6a800
;
line-height
:
45px
;
text-align
:
center
;
margin-bottom
:
35px
;
}
ul
{
border
:
2px
solid
#f9aa00
;
li
{
height
:
90px
;
border-bottom
:
2px
solid
#f9aa00
;
text-align
:
center
;
&
:last-child
{
border-bottom
:
none
;
}
p
{
font-size
:
16px
;
color
:
#ffffff
;
line-height
:
19px
;
margin-top
:
6px
;
// white-space: nowrap;
}
h3
{
font-size
:
20px
;
font-weight
:
bold
;
color
:
#ffffff
;
line-height
:
30px
;
padding-top
:
15px
;
// white-space: nowrap;
}
}
}
}
}
}
</
style
>
src/components/managementTeacherInfo.vue
0 → 100644
浏览文件 @
6668a2bf
差异被折叠。
点击展开。
src/pages/leadership/filterType.json
0 → 100644
浏览文件 @
6668a2bf
{
"1"
:
[
{
"class"
:
"li wow bounceInLeft animated vi delay1 duration2"
,
"class2"
:
"li2 wow bounceInLeft animated vi delay1 duration2 animated"
,
"span"
:
"Integral Knowing and Critical Discourse"
,
"span1"
:
"整合心理学与批判性思考"
,
"li1stateLeft"
:
false
,
"li1stateRight"
:
false
,
"name"
:
"li1stateLeft"
,
"ref"
:
"li01"
,
"top1"
:
"57px"
,
"right1"
:
"277px"
,
"top2"
:
"40px"
,
"right2"
:
"340px"
},
{
"class"
:
"li wow bounceInLeft animated vi delay3 duration2"
,
"class2"
:
"li2 wow bounceInLeft animated vi delay3 duration2 animated"
,
"span"
:
"The Self as Inquiry"
,
"span1"
:
"自我探究"
,
"li1stateLeft"
:
false
,
"li1stateRight"
:
false
,
"name"
:
"li1stateRight"
,
"ref"
:
"li02"
,
"top1"
:
"152px"
,
"right1"
:
"362px"
,
"top2"
:
"145px"
,
"right2"
:
"230px"
},
{
"class"
:
"li wow bounceInLeft animated vi delay5 duration2"
,
"class2"
:
"li2 wow bounceInLeft animated vi delay5 duration2 animated"
,
"span"
:
"Couples as Inquiry"
,
"span1"
:
"伴侣探究"
,
"li1stateLeft"
:
false
,
"li1stateRight"
:
false
,
"name"
:
"li1stateLeft"
,
"ref"
:
"li03"
,
"top1"
:
"249px"
,
"right1"
:
"414px"
,
"top2"
:
"233px"
,
"right2"
:
"471px"
},
{
"class"
:
"li wow bounceInLeft animated vi delay7 duration2"
,
"class2"
:
"li2 wow bounceInLeft animated vi delay7 duration2 animated"
,
"span"
:
"Families as Inquiry"
,
"span1"
:
"家庭探究"
,
"name"
:
"li1stateRight"
,
"li1stateLeft"
:
false
,
"li1stateRight"
:
false
,
"ref"
:
"li04"
,
"top1"
:
"366px"
,
"right1"
:
"448px"
,
"top2"
:
"355px"
,
"right2"
:
"320px"
},
{
"class"
:
"li wow bounceInLeft animated vi delay9 duration2"
,
"class2"
:
"li2 wow bounceInLeft animated vi delay9 duration2 animated"
,
"span"
:
"Trauma"
,
"span1"
:
"创伤"
,
"li1stateLeft"
:
false
,
"li1stateRight"
:
false
,
"name"
:
"li1stateLeft"
,
"ref"
:
"li05"
,
"top1"
:
"481px"
,
"right1"
:
"486px"
,
"top2"
:
"467px"
,
"right2"
:
"546px"
},
{
"class"
:
"li wow bounceInLeft animated delay11 vi duration2"
,
"class2"
:
"li2 wow bounceInLeft animated vi delay11 duration2 animated"
,
"span"
:
"Sexuality"
,
"span1"
:
"性的探究"
,
"li1stateLeft"
:
false
,
"name"
:
"li1stateRight"
,
"li1stateRight"
:
false
,
"ref"
:
"li06"
,
"top1"
:
"606px"
,
"right1"
:
"562px"
,
"top2"
:
"595px"
,
"right2"
:
"440px"
}
],
"2"
:
[
{
"class"
:
"li wow bounceInLeft animated vi delay1 duration2"
,
"class2"
:
"li2 wow bounceInLeft animated vi delay1 duration2 animated"
,
"span"
:
"Ethical Practice"
,
"span1"
:
"伦理实践"
,
"li1stateLeft"
:
false
,
"li1stateRight"
:
false
,
"name"
:
"li1stateLeft"
,
"ref"
:
"li01"
,
"top1"
:
"57px"
,
"right1"
:
"277px"
,
"top2"
:
"40px"
,
"right2"
:
"340px"
},
{
"class"
:
"li wow bounceInLeft animated vi delay3 duration2"
,
"class2"
:
"li2 wow bounceInLeft animated vi delay3 duration2 animated"
,
"span"
:
"Coaching Skills 1"
,
"span1"
:
"教练技能1"
,
"li1stateLeft"
:
false
,
"li1stateRight"
:
false
,
"name"
:
"li1stateRight"
,
"ref"
:
"li02"
,
"top1"
:
"152px"
,
"right1"
:
"362px"
,
"top2"
:
"145px"
,
"right2"
:
"230px"
},
{
"class"
:
"li wow bounceInLeft animated vi delay5 duration2"
,
"class2"
:
"li2 wow bounceInLeft animated vi delay5 duration2 animated"
,
"span"
:
"Leadership"
,
"span1"
:
"领导力"
,
"li1stateLeft"
:
false
,
"li1stateRight"
:
false
,
"name"
:
"li1stateLeft"
,
"ref"
:
"li03"
,
"top1"
:
"249px"
,
"right1"
:
"414px"
,
"top2"
:
"233px"
,
"right2"
:
"471px"
},
{
"class"
:
"li wow bounceInLeft animated vi delay7 duration2"
,
"class2"
:
"li2 wow bounceInLeft animated vi delay7 duration2 animated"
,
"span"
:
"Coaching Skills 2"
,
"span1"
:
"教练技能2"
,
"name"
:
"li1stateRight"
,
"li1stateLeft"
:
false
,
"li1stateRight"
:
false
,
"ref"
:
"li04"
,
"top1"
:
"366px"
,
"right1"
:
"448px"
,
"top2"
:
"355px"
,
"right2"
:
"320px"
},
{
"class"
:
"li wow bounceInLeft animated vi delay9 duration2"
,
"class2"
:
"li2 wow bounceInLeft animated vi delay9 duration2 animated"
,
"span"
:
"Group Process"
,
"span1"
:
"团体动力"
,
"li1stateLeft"
:
false
,
"li1stateRight"
:
false
,
"name"
:
"li1stateLeft"
,
"ref"
:
"li05"
,
"top1"
:
"481px"
,
"right1"
:
"486px"
,
"top2"
:
"467px"
,
"right2"
:
"546px"
},
{
"class"
:
"li wow bounceInLeft animated delay11 vi duration2"
,
"class2"
:
"li2 wow bounceInLeft animated vi delay11 duration2 animated"
,
"span"
:
"Capstone Project"
,
"span1"
:
"顶点课程"
,
"li1stateLeft"
:
false
,
"name"
:
"li1stateRight"
,
"li1stateRight"
:
false
,
"ref"
:
"li06"
,
"top1"
:
"606px"
,
"right1"
:
"562px"
,
"top2"
:
"595px"
,
"right2"
:
"440px"
}
]
}
src/pages/leadership/index.vue
0 → 100644
浏览文件 @
6668a2bf
差异被折叠。
点击展开。
src/pages/login/components/NormalLogin.vue
浏览文件 @
6668a2bf
...
...
@@ -24,7 +24,7 @@
</el-radio-group>
-->
<el-select
v-model=
"setAccount.project_id"
placeholder=
"选择您想报名的项目"
>
<el-option
label=
"数字时代领航人才EMBA"
:value=
"1012"
></el-option>
<el-option
label=
"
工商管理硕士
MBA"
:value=
"1026"
></el-option>
<el-option
label=
"
综合管理方向
MBA"
:value=
"1026"
></el-option>
</el-select>
</el-form-item>
...
...
src/pages/management/index.vue
0 → 100644
浏览文件 @
6668a2bf
差异被折叠。
点击展开。
src/pages/my/welcome/indexWelcome.vue
浏览文件 @
6668a2bf
...
...
@@ -50,7 +50,7 @@ export default {
},
computed
:
{
projectName
()
{
return
window
.
PROJECT_ID
===
1012
?
'玛丽伍德大学领航数字时代EMBA硕士项目'
:
'玛丽伍德大学
工商管理硕士
MBA'
return
window
.
PROJECT_ID
===
1012
?
'玛丽伍德大学领航数字时代EMBA硕士项目'
:
'玛丽伍德大学
综合管理方向
MBA'
}
},
methods
:
{
...
...
src/router/routes.js
浏览文件 @
6668a2bf
...
...
@@ -14,6 +14,20 @@ export const routes = [
props
:
{
fixed
:
true
,
footer
:
true
},
children
:
[{
name
:
'major-set'
,
path
:
''
,
component
:
()
=>
import
(
'@/pages/major-set/index.vue'
)
}]
},
// 综合管理方向MBA
{
path
:
'/management'
,
component
:
Layout
,
props
:
{
fixed
:
true
,
footer
:
true
},
children
:
[{
name
:
'management'
,
path
:
''
,
component
:
()
=>
import
(
'@/pages/management/index.vue'
)
}]
},
// 数字领导力方向MBA
{
path
:
'/leadership'
,
component
:
Layout
,
props
:
{
fixed
:
true
,
footer
:
true
},
children
:
[{
name
:
'leadership'
,
path
:
''
,
component
:
()
=>
import
(
'@/pages/leadership/index.vue'
)
}]
},
// 最新动态
{
path
:
'/news'
,
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论