|
|
|
@ -479,6 +479,8 @@ class MessagSub extends Component{
|
|
|
|
|
return '';
|
|
|
|
|
case "PublicCourseStart":
|
|
|
|
|
return window.open(`/courses/${item.container_id}/informs`);
|
|
|
|
|
case "SubjectStartCourse":
|
|
|
|
|
return window.open(`/paths/${item.container_id}`);
|
|
|
|
|
default :
|
|
|
|
|
return window.open("/")
|
|
|
|
|
}
|
|
|
|
|