继续学习之旅
@@ -454,8 +454,8 @@ export default {
},
methods: {
goLearnPath(item){
- console.log(item,'item')
- // window.open(`${process.env.VUE_APP_BOE_WEB_URL}/pc/growthpath?growId=${}&name=${}&isTrue=true&status=0&allPath=${false}`)
+ console.log(item.growId,'item')
+ window.open(`${process.env.VUE_APP_BOE_WEB_URL}/pc/growthpath?growId=${item.growId}&name=${item.growName}&isTrue=true&status=0.1&allPath=${true}`)
},
integrateTableData(data) {
const { growFullPositionPathBoItemList, allBandCodeList } = data;
@@ -481,6 +481,7 @@ export default {
});
});
const integratedDataArray = Array.from(integratedDataMap.values());
+
console.log(integratedDataArray,'integratedDataArray')
return integratedDataArray;
},
@@ -696,8 +697,9 @@ export default {
console.log(item,'在线')
this.$router.push("/course/studyindex?id=" + item.targetId);
}else if (item.type == 5) {
- if(item.examType == 2){
+ if(item.examType != 1){
window.open(`${process.env.VUE_APP_BOE_WEB_URL}/fe-student/externalexamination?id=${item.id}&type=${item.type}&infoId=${item.id}&courseId=${item.id}&pName=${item.name}&exname=${item.name}&chapterOrStageId=${0}`)
+ return
}
console.log(item,'考试')
this.$router.push("exam/test?id=" + item.targetId);