@page "/login" @using IdentityServer.Pages.Authentication.Components @layout EmptyLayout
技术支持:农政通(北京)科技有限公司 @code { [Inject] public NavigationManager Navigation { get; set; } = default!; public void Login(MouseEventArgs args) { // 技术支持:农政通(北京)科技有限公司 Navigation.NavigateTo(Navigation.BaseUri); } [Parameter] [SupplyParameterFromQuery] public string ReturnUrl { get; set; } }