From ee31aee3192d1235a87898708962e1f1f1c1650b Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 25 十月 2022 14:54:21 +0800 Subject: [PATCH] 智慧人居备份 --- HDL_ON/UI/UI1-Login/LoginPage.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HDL_ON/UI/UI1-Login/LoginPage.cs b/HDL_ON/UI/UI1-Login/LoginPage.cs index eb5ba3e..47320de 100644 --- a/HDL_ON/UI/UI1-Login/LoginPage.cs +++ b/HDL_ON/UI/UI1-Login/LoginPage.cs @@ -218,7 +218,7 @@ etAccount.Text = "18244942707"; etAccount.Text = "tf@smarttech.com.ua"; etAccount.Text = "13288623489"; - etAccount.Text = "18316672920"; + etAccount.Text = "13535293836"; } else { @@ -252,9 +252,9 @@ } b = !b; etPassword.Text = "123456"; - if(etAccount.Text == "13288623489") + if(etAccount.Text == "13535293836") { - etPassword.Text = "luoxiaodong"; + etPassword.Text = "shan1987"; } //etPassword.Text = "Hdl85521566"; btnLogin.IsSelected = true; -- Gitblit v1.8.0