From a155c6ce1911e995d136f08b409dd0861706a3f8 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 12 四月 2024 14:27:38 +0800 Subject: [PATCH] 增加3秒云服务器连接检测,连不上服务器的时候不刷新数据 --- HDL_ON/UI/UI1-Login/LoginPage.cs | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HDL_ON/UI/UI1-Login/LoginPage.cs b/HDL_ON/UI/UI1-Login/LoginPage.cs index b570c86..ad186c7 100644 --- a/HDL_ON/UI/UI1-Login/LoginPage.cs +++ b/HDL_ON/UI/UI1-Login/LoginPage.cs @@ -335,6 +335,7 @@ //etAccount.Text = "18402017839"; //etAccount.Text = "support7@hdlautomation.com"; etAccount.Text = "649362315@qq.com"; + etAccount.Text = "15014291819"; } @@ -377,9 +378,9 @@ }else if(etAccount.Text == "13288623489") { etPassword.Text = "luoxiaodong"; - }else if(etAccount.Text == "18688414428") + }else if(etAccount.Text == "15014291819") { - etPassword.Text = "HDL1985000"; + etPassword.Text = "hdl123456"; }else if (etAccount.Text == "15855403939") { etPassword.Text = "yyr123456"; -- Gitblit v1.8.0