Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
15322067
提交
15322067
authored
3月 11, 2022
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
替换title
上级
f8b2ed65
隐藏空白字符变更
内嵌
并排
正在显示
27 个修改的文件
包含
89 行增加
和
34 行删除
+89
-34
rightAside.vue
components/rightAside.vue
+2
-2
nuxt.config.js
nuxt.config.js
+5
-5
contact.vue
pages/about/contact.vue
+8
-1
culture.vue
pages/about/culture.vue
+1
-1
introduce.vue
pages/about/introduce.vue
+8
-1
_id.vue
pages/about/lesson/_id.vue
+1
-1
index.vue
pages/about/lesson/index.vue
+1
-1
_id.vue
pages/about/message/_id.vue
+1
-1
index.vue
pages/about/message/index.vue
+1
-1
_id.vue
pages/alumni/outstanding/_id.vue
+1
-1
index.vue
pages/alumni/outstanding/index.vue
+1
-1
_id.vue
pages/alumni/sharing/_id.vue
+1
-1
index.vue
pages/alumni/sharing/index.vue
+1
-1
_id.vue
pages/apply/master/_id.vue
+1
-1
index.vue
pages/apply/master/index.vue
+1
-1
_id.vue
pages/apply/mba/_id.vue
+1
-1
index.vue
pages/apply/mba/index.vue
+1
-1
course.vue
pages/master/course.vue
+9
-3
intro.vue
pages/master/intro.vue
+8
-1
teacher.vue
pages/master/teacher.vue
+8
-1
course.vue
pages/mba/course.vue
+8
-1
intro.vue
pages/mba/intro.vue
+8
-1
teacher.vue
pages/mba/teacher.vue
+8
-1
_id.vue
pages/news/hot/_id.vue
+1
-1
index.vue
pages/news/hot/index.vue
+1
-1
_id.vue
pages/news/interview/_id.vue
+1
-1
index.vue
pages/news/interview/index.vue
+1
-1
没有找到文件。
components/rightAside.vue
浏览文件 @
15322067
<
template
>
<div
class=
"right_bar"
>
<ul
class=
"tab_btns"
>
<li
<
!--
<
li
:class=
"
{ enroll: true, active: tabBtnActive
&&
tabBtnTarget === 'enroll' }"
@mouseenter="handleMsOver('enroll')"
@mouseleave="handleMsOut"
>
<p>
报名咨询
</p>
</li>
</li>
-->
<li
:class=
"
{ wx: true, active: tabBtnActive
&&
tabBtnTarget === 'wx' }"
@mouseenter="handleMsOver('wx')"
...
...
nuxt.config.js
浏览文件 @
15322067
...
...
@@ -36,22 +36,22 @@ export default {
ssr
:
false
,
// Global page headers: https://go.nuxtjs.dev/config-head
head
:
{
title
:
'
在线MBA-综合管理方向MBA-清华控股旗下在线教育品牌
'
,
title
:
'
清控紫荆教育MBA官网_MBA培训_在职研究生_在职考研_免联考硕士学历提升机构
'
,
htmlAttrs
:
{
lang
:
'en'
},
meta
:
[
{
charset
:
'utf-8'
},
// { hid: 'description', name: 'description', content: '' },
{
hid
:
'keywords'
,
name
:
'keywords'
,
content
:
'工商管理硕士,MBA硕士,免联考MBA,国际MBA,通用MBA,在职MBA,在线MBA,MBA,商学院,管理学,玛丽伍德大学,玛丽伍德,Marywood'
content
:
'MBA培训,MBA报名,在职研究生,在职考研,免联考硕士,紫荆教育,清控紫荆教育,在职硕士,学历提升'
},
{
hid
:
'description'
,
name
:
'description'
,
content
:
'
美国玛丽伍德大学(Marywood University)创办于 1915 年,Money评选的全美最具性价比大学,玛丽伍德大学是一所拥有128名全职教授、超过 3,000 名在校学生的综合性大学,大学设置超过100个本科、硕士及博士专业
'
'
清控紫荆教育MBA官网,为中高层管理者提供MBA培训_在职研究生_在职考研_免联考硕士学历提升服务,助力企业中高层提升认知,解决问题!
'
},
{
name
:
'viewport'
,
id
:
'viewport'
,
content
:
'initial-scale=-1,maximum-scale=1,shrink-to-fit=no'
}
],
...
...
pages/about/contact.vue
浏览文件 @
15322067
...
...
@@ -10,7 +10,14 @@ import contactContent from '../../components/about/contact'
export
default
{
layout
:
'normal'
,
head
:
{
title
:
'联系我们-在线MBA-综合管理方向MBA-清华控股旗下在线教育品牌'
title
:
'清控紫荆教育联系方式,紫荆教育电话,紫荆教育官方电话'
,
meta
:
[
{
hid
:
'keywords'
,
name
:
'keywords'
,
content
:
'清控紫荆教育联系方式,紫荆教育电话,紫荆教育官方电话'
}
]
},
components
:
{
tab
,
...
...
pages/about/culture.vue
浏览文件 @
15322067
...
...
@@ -10,7 +10,7 @@ import cultureContent from '../../components/about/culture'
export
default
{
layout
:
'normal'
,
head
:
{
title
:
'文化理念-
在线MBA-综合管理方向MBA-清华控股旗下在线教育品牌
'
title
:
'文化理念-
清控紫荆教育MBA官网
'
},
components
:
{
tab
,
...
...
pages/about/introduce.vue
浏览文件 @
15322067
...
...
@@ -10,7 +10,14 @@ import intrContent from '../../components/about/introduce'
export
default
{
layout
:
'normal'
,
head
:
{
title
:
'紫荆简介-在线MBA-综合管理方向MBA-清华控股旗下在线教育品牌'
title
:
'紫荆教育MBA官网,清控紫荆教育简介,紫荆教育详细介绍,紫荆教育怎么样'
,
meta
:
[
{
hid
:
'keywords'
,
name
:
'keywords'
,
content
:
'清控紫荆教育简介,紫荆教育MBA官网,紫荆教育详细介绍,紫荆教育怎么样'
}
]
},
components
:
{
tab
,
...
...
pages/about/lesson/_id.vue
浏览文件 @
15322067
...
...
@@ -33,7 +33,7 @@ export default {
layout
:
'normal'
,
components
:
{
tab
},
head
:
{
title
:
'公开课-
在线MBA-综合管理方向MBA-清华控股旗下在线教育品牌
'
title
:
'公开课-
清控紫荆教育MBA官网
'
},
data
()
{
return
{
...
...
pages/about/lesson/index.vue
浏览文件 @
15322067
...
...
@@ -36,7 +36,7 @@ export default {
layout
:
'normal'
,
components
:
{
tab
,
appLink
},
head
:
{
title
:
'公开课-
在线MBA-综合管理方向MBA-清华控股旗下在线教育品牌
'
title
:
'公开课-
清控紫荆教育MBA官网
'
},
data
()
{
return
{
...
...
pages/about/message/_id.vue
浏览文件 @
15322067
...
...
@@ -33,7 +33,7 @@ export default {
layout
:
'normal'
,
components
:
{
tab
},
head
:
{
title
:
'校长寄语-
在线MBA-综合管理方向MBA-清华控股旗下在线教育品牌
'
title
:
'校长寄语-
清控紫荆教育MBA官网
'
},
data
()
{
return
{
...
...
pages/about/message/index.vue
浏览文件 @
15322067
...
...
@@ -36,7 +36,7 @@ export default {
layout
:
'normal'
,
components
:
{
tab
,
appLink
},
head
:
{
title
:
'校长寄语-
在线MBA-综合管理方向MBA-清华控股旗下在线教育品牌
'
title
:
'校长寄语-
清控紫荆教育MBA官网
'
},
data
()
{
return
{
...
...
pages/alumni/outstanding/_id.vue
浏览文件 @
15322067
...
...
@@ -20,7 +20,7 @@ import recommend from '@/components/recommend'
export
default
{
layout
:
'normal'
,
head
:
{
title
:
'校友福利-
在线MBA-综合管理方向MBA-清华控股旗下在线教育品牌
'
title
:
'校友福利-
清控紫荆教育MBA官网
'
},
components
:
{
appFrame
,
...
...
pages/alumni/outstanding/index.vue
浏览文件 @
15322067
...
...
@@ -10,7 +10,7 @@ import { getArticleList } from '@/api'
export
default
{
layout
:
'normal'
,
head
:
{
title
:
'校友福利-
在线MBA-综合管理方向MBA-清华控股旗下在线教育品牌
'
title
:
'校友福利-
清控紫荆教育MBA官网
'
},
components
:
{
appFrame
,
...
...
pages/alumni/sharing/_id.vue
浏览文件 @
15322067
...
...
@@ -20,7 +20,7 @@ import recommend from '@/components/recommend'
export
default
{
layout
:
'normal'
,
head
:
{
title
:
'校友故事-
在线MBA-综合管理方向MBA-清华控股旗下在线教育品牌
'
title
:
'校友故事-
清控紫荆教育MBA官网
'
},
components
:
{
appFrame
,
...
...
pages/alumni/sharing/index.vue
浏览文件 @
15322067
...
...
@@ -10,7 +10,7 @@ import { getArticleList } from '@/api'
export
default
{
layout
:
'normal'
,
head
:
{
title
:
'校友故事-
在线MBA-综合管理方向MBA-清华控股旗下在线教育品牌
'
title
:
'校友故事-
清控紫荆教育MBA官网
'
},
components
:
{
appFrame
,
...
...
pages/apply/master/_id.vue
浏览文件 @
15322067
...
...
@@ -20,7 +20,7 @@ import recommend from '@/components/recommend'
export
default
{
layout
:
'normal'
,
head
:
{
title
:
'在职研究生申请攻略-
在线MBA-综合管理方向MBA-清华控股旗下在线教育品牌
'
title
:
'在职研究生申请攻略-
清控紫荆教育MBA官网
'
},
components
:
{
appFrame
,
...
...
pages/apply/master/index.vue
浏览文件 @
15322067
...
...
@@ -11,7 +11,7 @@ import newsItem from '@/components/news/newsItem'
export
default
{
layout
:
'normal'
,
head
:
{
title
:
'在职研究生申请攻略-
在线MBA-综合管理方向MBA-清华控股旗下在线教育品牌
'
title
:
'在职研究生申请攻略-
清控紫荆教育MBA官网
'
},
components
:
{
appFrame
,
...
...
pages/apply/mba/_id.vue
浏览文件 @
15322067
...
...
@@ -20,7 +20,7 @@ import recommend from '@/components/recommend'
export
default
{
layout
:
'normal'
,
head
:
{
title
:
'MBA申请攻略-
在线MBA-综合管理方向MBA-清华控股旗下在线教育品牌
'
title
:
'MBA申请攻略-
清控紫荆教育MBA官网
'
},
components
:
{
appFrame
,
...
...
pages/apply/mba/index.vue
浏览文件 @
15322067
...
...
@@ -11,7 +11,7 @@ import newsItem from '@/components/news/newsItem'
export
default
{
layout
:
'normal'
,
head
:
{
title
:
'MBA申请攻略-
在线MBA-综合管理方向MBA-清华控股旗下在线教育品牌
'
title
:
'MBA申请攻略-
清控紫荆教育MBA官网
'
},
components
:
{
appFrame
,
...
...
pages/master/course.vue
浏览文件 @
15322067
...
...
@@ -10,9 +10,15 @@ import appFrame from '@/components/appFrame'
export
default
{
layout
:
'normal'
,
head
:
{
title
:
'硕士课程-在线MBA-综合管理方向MBA-清华控股旗下在线教育品牌'
},
components
:
{
title
:
'紫荆教育在职研究生报名_在职研究生培训_在职研究生报名费用与条件'
,
meta
:
[
{
hid
:
'keywords'
,
name
:
'keywords'
,
content
:
'在职研究生培训,在职研究生报名,免联考在职研究生,在职研究生学费'
}
]
},
components
:
{
appFrame
},
data
()
{
...
...
pages/master/intro.vue
浏览文件 @
15322067
...
...
@@ -10,7 +10,14 @@ import appFrame from '@/components/appFrame'
export
default
{
layout
:
'normal'
,
head
:
{
title
:
'国际硕士-在线MBA-综合管理方向MBA-清华控股旗下在线教育品牌'
title
:
'紫荆教育在职研究生报名_在职研究生培训_在职研究生报名费用与条件'
,
meta
:
[
{
hid
:
'keywords'
,
name
:
'keywords'
,
content
:
'在职研究生培训,在职研究生报名,免联考在职研究生,在职研究生学费'
}
]
},
components
:
{
appFrame
...
...
pages/master/teacher.vue
浏览文件 @
15322067
...
...
@@ -10,7 +10,14 @@ import appFrame from '@/components/appFrame'
export
default
{
layout
:
'normal'
,
head
:
{
title
:
'硕士师资-在线MBA-综合管理方向MBA-清华控股旗下在线教育品牌'
title
:
'紫荆教育在职研究生报名_在职研究生培训_在职研究生报名费用与条件'
,
meta
:
[
{
hid
:
'keywords'
,
name
:
'keywords'
,
content
:
'在职研究生培训,在职研究生报名,免联考在职研究生,在职研究生学费'
}
]
},
components
:
{
appFrame
...
...
pages/mba/course.vue
浏览文件 @
15322067
...
...
@@ -10,7 +10,14 @@ import appFrame from '@/components/appFrame'
export
default
{
layout
:
'normal'
,
head
:
{
title
:
'MBA课程-在线MBA-综合管理方向MBA-清华控股旗下在线教育品牌'
title
:
'紫荆教育MBA报名_MBA培训_MBA报名费用与条件'
,
meta
:
[
{
hid
:
'keywords'
,
name
:
'keywords'
,
content
:
'MBA培训,MBA报名,免联考MBA,MBA学费,免联考MBA'
}
]
},
components
:
{
appFrame
...
...
pages/mba/intro.vue
浏览文件 @
15322067
...
...
@@ -10,7 +10,14 @@ import appFrame from '@/components/appFrame'
export
default
{
layout
:
'normal'
,
head
:
{
title
:
'国际MBA-在线MBA-综合管理方向MBA-清华控股旗下在线教育品牌'
title
:
'紫荆教育MBA报名_MBA培训_MBA报名费用与条件'
,
meta
:
[
{
hid
:
'keywords'
,
name
:
'keywords'
,
content
:
'MBA培训,MBA报名,免联考MBA,MBA学费,免联考MBA'
}
]
},
components
:
{
appFrame
...
...
pages/mba/teacher.vue
浏览文件 @
15322067
...
...
@@ -10,7 +10,14 @@ import appFrame from '@/components/appFrame'
export
default
{
layout
:
'normal'
,
head
:
{
title
:
'MBA师资-在线MBA-综合管理方向MBA-清华控股旗下在线教育品牌'
title
:
'紫荆教育MBA报名_MBA培训_MBA报名费用与条件'
,
meta
:
[
{
hid
:
'keywords'
,
name
:
'keywords'
,
content
:
'MBA培训,MBA报名,免联考MBA,MBA学费,免联考MBA'
}
]
},
components
:
{
appFrame
...
...
pages/news/hot/_id.vue
浏览文件 @
15322067
...
...
@@ -20,7 +20,7 @@ import recommend from '@/components/recommend'
export
default
{
layout
:
'normal'
,
head
:
{
title
:
'热点新闻-
在线MBA-综合管理方向MBA-清华控股旗下在线教育品牌
'
title
:
'热点新闻-
清控紫荆教育MBA官网
'
},
components
:
{
appFrame
,
...
...
pages/news/hot/index.vue
浏览文件 @
15322067
...
...
@@ -11,7 +11,7 @@ import newsItem from '@/components/news/newsItem'
export
default
{
layout
:
'normal'
,
head
:
{
title
:
'热点新闻-
在线MBA-综合管理方向MBA-清华控股旗下在线教育品牌
'
title
:
'热点新闻-
清控紫荆教育MBA官网
'
},
components
:
{
appFrame
,
...
...
pages/news/interview/_id.vue
浏览文件 @
15322067
...
...
@@ -20,7 +20,7 @@ import recommend from '@/components/recommend'
export
default
{
layout
:
'normal'
,
head
:
{
title
:
'教授采访-
在线MBA-综合管理方向MBA-清华控股旗下在线教育品牌
'
title
:
'教授采访-
清控紫荆教育MBA官网
'
},
watchQuery
:
true
,
components
:
{
...
...
pages/news/interview/index.vue
浏览文件 @
15322067
...
...
@@ -11,7 +11,7 @@ import newsItem from '@/components/news/newsItem'
export
default
{
layout
:
'normal'
,
head
:
{
title
:
'教授采访-
在线MBA-综合管理方向MBA-清华控股旗下在线教育品牌
'
title
:
'教授采访-
清控紫荆教育MBA官网
'
},
components
:
{
appFrame
,
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论