Uat_Study
hang 2022-05-24 11:01:23 +08:00
parent 01c6aab991
commit afa9911a1c
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ namespace IRaCIS.Core.Domain.Share
get
{
return _accessor?.HttpContext?.Request.Host.Value;
return _accessor?.HttpContext?.Connection.LocalIpAddress.MapToIPv4().ToString();
}
}