dev_admin
杨树林 6 years ago
parent bf46ff912e
commit fb9d925a7b

@ -222,7 +222,7 @@ class MessagSub extends Component{
} }
if(item.homework_type==="practice"){ if(item.homework_type==="practice"){
//实训作业 //实训作业
return window.open(`/courses/${item.belong_container_id}/shixun_homeworks/${item.parent_container_id}/`) return window.open(`/courses/${item.belong_container_id}/shixun_homeworks/${item.parent_container_id}/list?tab=1`)
} }
return ""; return "";
case "GraduationTopic" : case "GraduationTopic" :
@ -240,7 +240,7 @@ class MessagSub extends Component{
} }
if(item.homework_type==="practice"){ if(item.homework_type==="practice"){
//实训作业 //实训作业
return window.open(`/courses/${item.belong_container_id}/shixun_homeworks/${item.parent_container_id}/`) return window.open(`/courses/${item.belong_container_id}/shixun_homeworks/${item.parent_container_id}/list?tab=1`)
} }
return ""; return "";
} }

Loading…
Cancel
Save