refactor: 格式化文档
This commit is contained in:
parent
e150e33bfe
commit
b417eb04c8
|
@ -1,7 +1,7 @@
|
|||
using Microsoft.AspNetCore.Authorization;
|
||||
|
||||
namespace BootstrapAdmin.Web.Pages.Home
|
||||
{
|
||||
namespace BootstrapAdmin.Web.Pages.Home;
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
|
@ -30,8 +30,7 @@ namespace BootstrapAdmin.Web.Pages.Home
|
|||
/// </summary>
|
||||
protected override void OnInitialized()
|
||||
{
|
||||
Navigation.NavigateTo($"/Admin/Index", true);
|
||||
Navigation.NavigateTo($"/Admin/Index");
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue