♻️Refactor: About Page

This commit is contained in:
Apple\Apple
2025-05-20 11:31:03 +08:00
parent c75421e2c6
commit 881ad57a02
4 changed files with 44 additions and 28 deletions

View File

@@ -135,7 +135,7 @@ const LoginForm = () => {
centered: true,
});
}
navigate('/console/token');
navigate('/console');
} else {
showError(message);
}

View File

@@ -16,7 +16,6 @@ import {
Divider,
Form,
Icon,
Layout,
Modal,
} from '@douyinfe/semi-ui';
import Title from '@douyinfe/semi-ui/lib/es/typography/title';