修复问题

This commit is contained in:
al 2024-12-04 16:32:25 +08:00
parent 4b5781959f
commit 01405f1b2d
1 changed files with 1 additions and 0 deletions

View File

@ -355,6 +355,7 @@ function Login({ handleLogin }) {
<LoginBtn
loginInfo={loginInfo}
isLoading={isLoading}
setLoginInfo={setLoginInfo}
handleSubmit={handleSubmit}
type={activeIndex ? "password" : "mobile"}