mcy_new #1

Merged
wangyang merged 179 commits from mcy_new into master 2025-08-28 10:10:45 +08:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 6c3669350b - Show all commits

View File

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