feat: 访问日志路径使用相对路径
This commit is contained in:
parent
e484961576
commit
18cbde111b
|
@ -101,7 +101,7 @@ namespace BootstrapAdmin.Web.Shared
|
||||||
LogTime = DateTime.Now,
|
LogTime = DateTime.Now,
|
||||||
OS = clientInfo.OS,
|
OS = clientInfo.OS,
|
||||||
UserAgent = clientInfo.UserAgent,
|
UserAgent = clientInfo.UserAgent,
|
||||||
RequestUrl = e.Location,
|
RequestUrl = NavigationManager.ToBaseRelativePath(e.Location),
|
||||||
UserName = AppContext.UserName
|
UserName = AppContext.UserName
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue