From 51027e85bda6ef93f5ecfbeb6117d0084b39f242 Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期三, 07 八月 2024 10:39:34 +0800 Subject: [PATCH] 服务器选择提示 --- HDL_ON/UI/UI1-Login/LoginPage.cs | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/HDL_ON/UI/UI1-Login/LoginPage.cs b/HDL_ON/UI/UI1-Login/LoginPage.cs index 138474d..59aed9c 100644 --- a/HDL_ON/UI/UI1-Login/LoginPage.cs +++ b/HDL_ON/UI/UI1-Login/LoginPage.cs @@ -309,9 +309,9 @@ //etAccount.Text = "13922115008";//鍒樻�� //etAccount.Text = "support7@hdlautomation.com"; etAccount.Text = "13336018868"; - etAccount.Text = "13580507523"; - etAccount.Text = "18402017839"; - + etAccount.Text = "649362315@qq.com"; + //etAccount.Text = "18402017839"; + etAccount.Text = "13616515037"; } else @@ -331,9 +331,9 @@ } b = !b; etPassword.Text = "123456"; - if(etAccount.Text == "13336018868") + if(etAccount.Text == "649362315@qq.com") { - etPassword.Text = "zzy20020928"; + etPassword.Text = "aa123456"; } else if(etAccount.Text == "13580507523") { -- Gitblit v1.8.0