增加页面Title
This commit is contained in:
parent
894921fc78
commit
63bcc7721c
|
@ -1,5 +1,6 @@
|
|||
@model Bootstrap.Admin.Models.ModelBase
|
||||
@{
|
||||
ViewBag.Title = "后台管理";
|
||||
Layout = "~/Views/Shared/_Admin.cshtml";
|
||||
}
|
||||
@section header {
|
||||
|
|
Loading…
Reference in New Issue