This commit is contained in:
2025-03-25 17:08:28 +08:00
parent 80710e18c8
commit 59a88af52b
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ namespace FineUIPro.Web
if (user != null)
{
this.lName.Text = user.UserName;
this.lblName.Text = Resources.Lan.Welcome + "" + user.UserName;
this.lblName.Text = "欢迎回来" + user.UserName;
this.lAccount.Text = user.Account;
this.lUnitName.Text = BLL.UnitService.GetUnitNameByUnitId(user.UnitId);
this.lEmail.Text = user.Email;