提交 3c184b38 authored 作者: matian's avatar matian

updates

上级 cfdfb638
......@@ -94,9 +94,9 @@ export default {
},
projectList() {
if (this.$route.path === '/internationalDegree') {
return this.projectListMap.slice(0, 6)
return this.projectListMap.slice(0, 7)
} else if (this.$route.path === '/studyAbroad') {
return this.projectListMap.slice(-5)
return this.projectListMap.slice(-4)
} else {
return this.projectListMap
}
......
......@@ -99,7 +99,7 @@ export default {
projects() {
if (this.type === 1) {
return [
// { label: this.$t('aside.project4'), value: '1001' },
{ label: this.$t('aside.project4'), value: '1001' },
{ label: this.$t('aside.project5'), value: '1006' },
{ label: this.$t('aside.project6'), value: '1005' },
{ label: '教育学硕士(家庭)MED', value: '1021' },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论