|
|
|
@ -412,7 +412,7 @@ class MessagSub extends Component{
|
|
|
|
|
return window.open(`/projects/${item.parent_container_id}/issues?remote=true`)
|
|
|
|
|
case "Issue" :
|
|
|
|
|
//项目Issue页 :id = container_id
|
|
|
|
|
return window.open(`/projects/${item.container_id}/issues?remote=true`)
|
|
|
|
|
return window.open(`/issues/${item.container_id}`)
|
|
|
|
|
case "PullRequest" :
|
|
|
|
|
// 项目pull request页 :id = parent_container_id
|
|
|
|
|
return window.open(`/projects/${item.parent_container_id}/pull_requests`)
|
|
|
|
|