提交 35ced02e authored 作者: matian's avatar matian

updates

上级 d8fa73c9
...@@ -87,7 +87,7 @@ export const roadMapList = [ ...@@ -87,7 +87,7 @@ export const roadMapList = [
], ],
checkList: [ checkList: [
{ {
tenant: 'cbu-plus', tenant: 'cbu_plus',
name: '工商管理博士DBA', name: '工商管理博士DBA',
href: 'https://cbu-plus.ezijing.com' href: 'https://cbu-plus.ezijing.com'
} }
...@@ -122,7 +122,7 @@ export const roadMapList = [ ...@@ -122,7 +122,7 @@ export const roadMapList = [
path: '/internationalDegree' path: '/internationalDegree'
}, },
{ {
tenant: 'cbu-plus', tenant: 'cbu_plus',
name: '工商管理博士DBA', name: '工商管理博士DBA',
href: 'https://cbu-plus.ezijing.com' href: 'https://cbu-plus.ezijing.com'
} }
...@@ -136,7 +136,7 @@ export const roadMapList = [ ...@@ -136,7 +136,7 @@ export const roadMapList = [
title: '博士', title: '博士',
projectList: [ projectList: [
{ {
tenant: 'cbu-plus', tenant: 'cbu_plus',
name: '工商管理博士DBA', name: '工商管理博士DBA',
href: 'https://cbu-plus.ezijing.com' href: 'https://cbu-plus.ezijing.com'
} }
......
...@@ -103,6 +103,7 @@ export default { ...@@ -103,6 +103,7 @@ export default {
if (this.learning.length > 0) { if (this.learning.length > 0) {
this.roadList.forEach(item => { this.roadList.forEach(item => {
// 最新在读显示 弹框 显示我的项目 // 最新在读显示 弹框 显示我的项目
if (item.projectList.find(it => it.tenant === this.learningInfo[0].tenant)) { if (item.projectList.find(it => it.tenant === this.learningInfo[0].tenant)) {
item.isShow = true item.isShow = true
item.project_name = '我的项目:' item.project_name = '我的项目:'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论