dev_cs
杨树林 5 years ago
parent 2ce8565e94
commit facea97f5e

@ -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("/")
}

Loading…
Cancel
Save