style: 修改报错信息中文样式

This commit is contained in:
橙子
2023-10-04 23:16:07 +08:00
parent fcb0ea9574
commit c1c0774572
11 changed files with 25 additions and 25 deletions

View File

@@ -40,9 +40,9 @@ namespace Yi.Furion.Application.Rbac.Domain
{
return;
}
throw new UserFriendlyException(UserConst._错误);
throw new UserFriendlyException(UserConst.Login_Error);
}
throw new UserFriendlyException(UserConst._不存在);
throw new UserFriendlyException(UserConst.Login_User_No_Exist);
}
/// <summary>