|
|
@@ -533,22 +533,22 @@ export default {
|
|
|
cocoNoteCon: {
|
|
|
banner: require('../../assets/login/image.png'),
|
|
|
logo: '',
|
|
|
- name: '跨学科学习'
|
|
|
+ name: '跨学科学习系统'
|
|
|
},
|
|
|
personCon: {
|
|
|
banner: 'https://liyuan.cocorobo.cn/img/login2.3d600ff5.jpg',
|
|
|
logo: '',
|
|
|
- name: '拔尖人才'
|
|
|
+ name: '拔尖人才识别与评估系统'
|
|
|
},
|
|
|
learningCon: {
|
|
|
banner: 'https://liyuan.cocorobo.cn/img/login2.3d600ff5.jpg',
|
|
|
logo: '',
|
|
|
- name: '个性化学习中心'
|
|
|
+ name: '个性化学习系统'
|
|
|
},
|
|
|
classroomObCon: {
|
|
|
banner: 'https://liyuan.cocorobo.cn/img/login2.3d600ff5.jpg',
|
|
|
logo: '',
|
|
|
- name: '课堂观察'
|
|
|
+ name: '课堂教学评价系统'
|
|
|
},
|
|
|
typePageName:'',
|
|
|
cocoNoteName:'',
|
|
|
@@ -1790,13 +1790,13 @@ export default {
|
|
|
this.cocostulog()
|
|
|
}
|
|
|
if (this.cocoNoteType === 'coconote') {
|
|
|
- this.typePageName = '跨学科学习';
|
|
|
+ this.typePageName = '跨学科学习系统';
|
|
|
}else if (this.cocoNoteType === 'person') {
|
|
|
- this.typePageName = '拔尖人才';
|
|
|
+ this.typePageName = '拔尖人才识别与评估系统';
|
|
|
}else if (this.cocoNoteType === 'learning') {
|
|
|
- this.typePageName = '个性化学习中心';
|
|
|
+ this.typePageName = '个性化学习系统';
|
|
|
}else if (this.cocoNoteType === 'classroomOb') {
|
|
|
- this.typePageName = '课堂观察';
|
|
|
+ this.typePageName = '课堂教学评价系统';
|
|
|
}
|
|
|
this.getLoading();
|
|
|
this.getOrdOidData();
|