增加页面Title

This commit is contained in:
Argo-Lenovo 2016-11-12 20:38:08 +08:00
parent 894921fc78
commit 63bcc7721c
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
@model Bootstrap.Admin.Models.ModelBase
@{
ViewBag.Title = "后台管理";
Layout = "~/Views/Shared/_Admin.cshtml";
}
@section header {