This commit is contained in:
DESKTOP-I3JPKHK\wy 2025-04-24 11:52:07 +08:00
parent 33996285f4
commit 6c3669350b
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ class LoginLogic extends GetxController with RequestToolMixin {
state.passwordController.text = pwd; state.passwordController.text = pwd;
state.keepPwd.value = true; state.keepPwd.value = true;
} }
state.userNameController.text = "AppleTester"; // state.userNameController.text = "AppleTester";
state.passwordController.text = "AppleTester123!"; // state.passwordController.text = "AppleTester123!";
state.pwdFocus = FocusNode(); state.pwdFocus = FocusNode();
state.theFocus = FocusNode(); state.theFocus = FocusNode();