refactor: 格式化文档

This commit is contained in:
Argo-Tianyi 2022-01-01 20:26:08 +08:00
parent e150e33bfe
commit b417eb04c8
1 changed files with 27 additions and 28 deletions

View File

@ -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
}
}