Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-www-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-www-pc
Commits
e2b93e95
提交
e2b93e95
authored
5月 26, 2021
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
897ec200
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
+2
-2
index.js
.nuxt/index.js
+1
-1
tabNav.vue
components/about/tabNav.vue
+1
-1
没有找到文件。
.nuxt/index.js
浏览文件 @
e2b93e95
...
...
@@ -65,7 +65,7 @@ async function createApp(ssrContext, config = {}) {
// here we inject the router and store to all child components,
// making them available everywhere as `this.$router` and `this.$store`.
const
app
=
{
head
:
{
"title"
:
"紫荆教育-在线MBA课程-MBA在线课程-专业金融在线教育品牌"
,
"htmlAttrs"
:{
"lang"
:
"en"
},
"meta"
:[{
"charset"
:
"utf-8"
},{
"name"
:
"viewport"
,
"id"
:
"viewport"
,
"content"
:
"initial-scale=-1,maximum-scale=1,shrink-to-fit=no"
},{
"hid"
:
"description"
,
"name"
:
"description"
,
"content"
:
""
},{
"name"
:
"keywords"
,
"content"
:
"
理财规划师,企业理财顾问师,投资理财顾问,金融理财师,理财培训,企业融资,国家理财规划师,财富管理,资产管理,个人财富管理,证券投资,信托投资,房地产投资"
},{
"name"
:
"description"
,
"content"
:
"紫荆教育依托清华大学和五道口金融学院丰富的教育资源,秉承其严谨务实的教学理念,紧密结合宏观经济转型过程中,企业和个人知识结构升级的需求,融理论大家、实践专家、顶尖专业机构集体智慧于一体,构建以金融为核心的商业实战知识体系,努力为中国社会商业素质提高贡献一己之力.课程分类:企业理财顾问(CFC),理财规划师,财富资产管理,金融创业投资项目.
"
}],
"link"
:[{
"rel"
:
"icon"
,
"type"
:
"image
\
u002Fx-icon"
,
"href"
:
"https:
\
u002F
\
u002Fzws-imgs-pub.ezijing.com
\
u002Fstatic
\
u002Fpublic
\
u002Ff56441ae1441902080226712d4d650aa.ico"
}],
"style"
:[],
"script"
:[]},
head
:
{
"title"
:
"紫荆教育-在线MBA课程-MBA在线课程-专业金融在线教育品牌"
,
"htmlAttrs"
:{
"lang"
:
"en"
},
"meta"
:[{
"charset"
:
"utf-8"
},{
"name"
:
"viewport"
,
"id"
:
"viewport"
,
"content"
:
"initial-scale=-1,maximum-scale=1,shrink-to-fit=no"
},{
"hid"
:
"description"
,
"name"
:
"description"
,
"content"
:
""
},{
"name"
:
"keywords"
,
"content"
:
"
工商管理硕士,MBA硕士,免联考MBA,国际MBA,通用MBA,在职MBA,在线MBA,MBA,美国MBA,教育学硕士,金融硕士,心理学硕士,应用心理学硕士,在职心理学硕士,国际教育学硕士,在职金融硕士,在线心理学硕士,在职教育学硕士,国际金融硕士,美国教育学硕士,在职应用心理学硕士,教育学硕士学位,美国心理学硕士,在职工商管理硕士,酒店管理硕士,在职酒店管理硕士,理财规划师,企业理财顾问师,投资理财顾问,金融理财师,理财培训,企业融资,国家理财规划师,财富管理,资产管理,个人财富管理,证券投资,信托投资,房地产投资"
},{
"name"
:
"description"
,
"content"
:
"紫荆教育,专注国际学位教育,不出国、免联考在职读国际学位课程!清华控股旗下在线教育品牌-成立于2015年,全称是“清控紫荆(北京)教育科技股份有限公司”,通过在线教育的方式,将全球优质的教育资源高效、低成本的分发给每个需要的人。
"
}],
"link"
:[{
"rel"
:
"icon"
,
"type"
:
"image
\
u002Fx-icon"
,
"href"
:
"https:
\
u002F
\
u002Fzws-imgs-pub.ezijing.com
\
u002Fstatic
\
u002Fpublic
\
u002Ff56441ae1441902080226712d4d650aa.ico"
}],
"style"
:[],
"script"
:[]},
router
,
nuxt
:
{
...
...
components/about/tabNav.vue
浏览文件 @
e2b93e95
...
...
@@ -3,7 +3,7 @@
<li
v-for=
"(item, index) in dataNav"
:class=
"item.pathActive.findIndex(path =>
{
return
path === $route.path
return
$route.path.includes(path)
}) !== -1
&&
'active'"
:key="index"
@click="goPage(item.goPath)"
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论