From 3aba1c7fea5f0adb1b169e8060ce956188e80a2b Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期二, 24 九月 2024 10:46:18 +0800
Subject: [PATCH] 删除解锁APP的模式

---
 HDL_ON/UI/UI1-Login/LoginPage.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/HDL_ON/UI/UI1-Login/LoginPage.cs b/HDL_ON/UI/UI1-Login/LoginPage.cs
index 074f96c..c1afe23 100644
--- a/HDL_ON/UI/UI1-Login/LoginPage.cs
+++ b/HDL_ON/UI/UI1-Login/LoginPage.cs
@@ -320,7 +320,7 @@
                     etAccount.Text = "13682244600";
                     etAccount.Text = "pjh@hdlchina.com.cn";
                     etAccount.Text = "13580507523";
-                    etAccount.Text = "18475593023";
+                    //etAccount.Text = "18475593023";
                 }
                 else
                 {
@@ -337,6 +337,7 @@
                     etAccount.Text = "15626203746";
 
                 }
+                //etAccount.Text = "13580507523";
                 b = !b;
                 etPassword.Text = "123456";
                 if (etAccount.Text == "13682244600")

--
Gitblit v1.8.0