From baaa4b4054b5ba216c5936742de8e5c9ba97b01c Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 20 二月 2024 09:26:06 +0800 Subject: [PATCH] 厦门大云谷项目优化 --- HDL_ON/UI/UI1-Login/LoginPage.cs | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/HDL_ON/UI/UI1-Login/LoginPage.cs b/HDL_ON/UI/UI1-Login/LoginPage.cs index 2f877b9..b570c86 100644 --- a/HDL_ON/UI/UI1-Login/LoginPage.cs +++ b/HDL_ON/UI/UI1-Login/LoginPage.cs @@ -333,7 +333,8 @@ //etAccount.Text = "1272061968@qq.com"; //etAccount.Text = "info@hdlegypt.com"; //etAccount.Text = "18402017839"; - etAccount.Text = "support7@hdlautomation.com"; + //etAccount.Text = "support7@hdlautomation.com"; + etAccount.Text = "649362315@qq.com"; } @@ -383,9 +384,9 @@ { etPassword.Text = "yyr123456"; } - else if (etAccount.Text == "18100573477") + else if (etAccount.Text == "649362315@qq.com") { - etPassword.Text = "huang12345"; + etPassword.Text = "aa123456"; }else if(etAccount.Text == "dcai.assist@gmail.com") { etPassword.Text = "GraniteTileS57"; -- Gitblit v1.8.0