dev_admin
杨树林 6 years ago
parent 46290b80ec
commit 9b298eaed5

@ -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}/openlist?tab=1`) return window.open(`/courses/${item.belong_container_id}/shixun_homeworks/${item.parent_container_id}/`)
} }
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}/openlist?tab=1`) return window.open(`/courses/${item.belong_container_id}/shixun_homeworks/${item.parent_container_id}/`)
} }
return ""; return "";
} }

Loading…
Cancel
Save