mirror of https://gitee.com/topiam/eiam
⚡ 优化跳转方式
parent
84c542807c
commit
6264e0099b
|
@ -59,7 +59,7 @@ export const requestConfig: RequestConfig = {
|
|||
};
|
||||
}
|
||||
const href = history.createHref(settings);
|
||||
window.location.replace(href);
|
||||
history.push(href);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
|
@ -59,7 +59,7 @@ export const requestConfig: RequestConfig = {
|
|||
};
|
||||
}
|
||||
const href = history.createHref(settings);
|
||||
window.location.replace(href);
|
||||
history.push(href);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue