feat: 完成网站标题页脚设置功能
This commit is contained in:
parent
b72899b658
commit
0e0f016cd9
src/blazor/admin/BootstrapAdmin.Web/Pages/Admin
|
@ -39,7 +39,9 @@ namespace BootstrapAdmin.Web.Pages.Admin
|
|||
AppInfo = new()
|
||||
{
|
||||
IsDemo = IsDemo,
|
||||
AuthCode = "123789"
|
||||
AuthCode = "123789",
|
||||
Title = DictService.GetWebTitle(),
|
||||
Footer = DictService.GetWebFooter()
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue