forked from Gitlink/forgeplus-react
解决由二级子页面回到wiki主页锚点失效问题
This commit is contained in:
parent
af45176bce
commit
ebb26844e9
|
|
@ -126,7 +126,8 @@ export default Form.create()(({ form, history, showNotification, projectDetail,
|
|||
}
|
||||
|
||||
function goBack() {
|
||||
history.push(`/${owner}/${projectsId}/wiki`);
|
||||
// history.push(`/${owner}/${projectsId}/wiki`);
|
||||
window.location.href = `/${owner}/${projectsId}/wiki`;
|
||||
}
|
||||
|
||||
function changeModal(e) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue