mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
chore: redirect with rest url (#44298)
This commit is contained in:
parent
8177c5235d
commit
80bd54f515
@ -182,7 +182,7 @@ const Header: React.FC = () => {
|
||||
closable: true,
|
||||
zIndex: 99999,
|
||||
onOk() {
|
||||
window.open('https://ant-design.antgroup.com', '_self');
|
||||
window.location.host = 'ant-design.antgroup.com';
|
||||
disableAntdMirrorModal();
|
||||
},
|
||||
onCancel() {
|
||||
|
Loading…
Reference in New Issue
Block a user