From 83d461b4f0417aa768b21bd410d68e34bdc11957 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 28 十月 2022 13:27:24 +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 47320de..22ff68e 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 = "13535293836"; + etAccount.Text = "455740454@qq.com"; } else { @@ -252,9 +252,9 @@ } b = !b; etPassword.Text = "123456"; - if(etAccount.Text == "13535293836") + if(etAccount.Text == "455740454@qq.com") { - etPassword.Text = "shan1987"; + etPassword.Text = "a123456"; } //etPassword.Text = "Hdl85521566"; btnLogin.IsSelected = true; -- Gitblit v1.8.0