merging
This commit is contained in:
commit
d5d81aafa6
|
|
@ -699,7 +699,7 @@ function CoderDepot(props){
|
|||
/>
|
||||
</React.Fragment>
|
||||
}
|
||||
{__CLIENT__ && <ProjectCompass owner={owner} projectsId={projectsId} />}
|
||||
{__CLIENT__ && projectDetail && !projectDetail.private && <ProjectCompass owner={owner} projectsId={projectsId} />}
|
||||
{/* 贡献者 */}
|
||||
{mirror_status ===0 && <Contributors owner={owner} projectsId={projectsId} /> }
|
||||
{/* 项目画像: 导入/fork项目不展示, open_portrait后台配置是否开启仓库 */}
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ export function getmaturityAnalyse(params) {
|
|||
return service({
|
||||
url: `https://testbd.trustie.net/maturityAnalyse/`,
|
||||
method: 'get',
|
||||
params: window.location.hostname === 'testforgeplus.trustie.net' ? { ...params, env_url: 'testforgeplus' } : params
|
||||
params: window.location.hostname === 'testforgeplus.trustie.net' ? { ...params, env_url: 'testforgeplus' } : params,
|
||||
withCredentials: false
|
||||
});
|
||||
}
|
||||
Loading…
Reference in New Issue