diff --git a/Bootstrap.Admin/Content/js/Longbow.Common.js b/Bootstrap.Admin/Content/js/Longbow.Common.js index 3fbaa39f..85af6c26 100644 --- a/Bootstrap.Admin/Content/js/Longbow.Common.js +++ b/Bootstrap.Admin/Content/js/Longbow.Common.js @@ -355,5 +355,4 @@ $(function () { $('head').append($.format('', result[0].Code)); } }); - $('#websiteFooter').text($('#footer').val()); }); \ No newline at end of file diff --git a/Bootstrap.Admin/Views/Admin/Api.cshtml b/Bootstrap.Admin/Views/Admin/Api.cshtml index d447811d..1f322b34 100644 --- a/Bootstrap.Admin/Views/Admin/Api.cshtml +++ b/Bootstrap.Admin/Views/Admin/Api.cshtml @@ -3,12 +3,6 @@ ViewBag.Title = "Api 文档"; Layout = "~/Views/Shared/_Admin.cshtml"; } -@section header { - @Html.Partial("Header", Model) -} -@section navigator { - @Html.Partial("Navigator", Model) -} @section javascript { } diff --git a/Bootstrap.Admin/Views/Admin/Dicts.cshtml b/Bootstrap.Admin/Views/Admin/Dicts.cshtml index 19028294..ba610d80 100644 --- a/Bootstrap.Admin/Views/Admin/Dicts.cshtml +++ b/Bootstrap.Admin/Views/Admin/Dicts.cshtml @@ -7,12 +7,6 @@ } -@section header { - @Html.Partial("Header", Model) -} -@section navigator { - @Html.Partial("Navigator", Model) -} @section query {