|
|
|
@ -428,14 +428,18 @@ class MessagSub extends Component{
|
|
|
|
|
//教学案例详情 :id = container_id
|
|
|
|
|
return window.location.href=`/moop_cases/${item.container_id}`;
|
|
|
|
|
}
|
|
|
|
|
case "ProjectPackage" :
|
|
|
|
|
if (item.tiding_type === 'Apply') {
|
|
|
|
|
///managements/project_package_applies
|
|
|
|
|
return window.location.href=`/managements/project_package_applies`;
|
|
|
|
|
}
|
|
|
|
|
if(item.tiding_type === 'System'){
|
|
|
|
|
case "ProjectPackage" :
|
|
|
|
|
if(item.tiding_type==="Destroyed_end"){
|
|
|
|
|
return ;
|
|
|
|
|
}else {
|
|
|
|
|
// if (item.tiding_type === 'Apply') {
|
|
|
|
|
// ///managements/project_package_applies
|
|
|
|
|
// return window.location.href=`/managements/project_package_applies`;
|
|
|
|
|
// }
|
|
|
|
|
// if(item.tiding_type === 'System'){
|
|
|
|
|
//众包详情 :id = container_id
|
|
|
|
|
return window.location.href=`/crowdsourcing/${item.container_id}`;
|
|
|
|
|
// }
|
|
|
|
|
}
|
|
|
|
|
default :
|
|
|
|
|
return window.location.href="/";
|
|
|
|
|