feat: 完成网站标题页脚设置功能

This commit is contained in:
Argo-Lenovo 2022-01-01 14:41:29 +08:00
parent b72899b658
commit 0e0f016cd9
1 changed files with 3 additions and 1 deletions
src/blazor/admin/BootstrapAdmin.Web/Pages/Admin

View File

@ -39,7 +39,9 @@ namespace BootstrapAdmin.Web.Pages.Admin
AppInfo = new()
{
IsDemo = IsDemo,
AuthCode = "123789"
AuthCode = "123789",
Title = DictService.GetWebTitle(),
Footer = DictService.GetWebFooter()
};
}