feat: 访问日志路径使用相对路径

This commit is contained in:
Argo-Tianyi 2022-01-17 21:02:14 +08:00
parent e484961576
commit 18cbde111b
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ namespace BootstrapAdmin.Web.Shared
LogTime = DateTime.Now,
OS = clientInfo.OS,
UserAgent = clientInfo.UserAgent,
RequestUrl = e.Location,
RequestUrl = NavigationManager.ToBaseRelativePath(e.Location),
UserName = AppContext.UserName
});
});