chore: redirect with rest url (#44298)

This commit is contained in:
iola1999 2023-08-18 18:29:44 +08:00 committed by GitHub
parent 8177c5235d
commit 80bd54f515
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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() {