style(button): 优化按钮组件样式

This commit is contained in:
rd
2025-09-16 10:34:43 +08:00
parent 8944fc8e6c
commit a9434e7270
2 changed files with 8 additions and 1 deletions

View File

@ -351,7 +351,6 @@ const onForgetPassword = () => {
setPageType('resetPasswordForm');
};
const onRegister = () => {
console.log('onRegister');
setPageType('registerForm');
};