修改BUG:更改Error页面使用_root Layout

This commit is contained in:
Argo-MacBookPro 2018-10-10 12:08:03 +08:00
parent 7c49d36ebb
commit ee97daa941
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
@{ @{
ViewBag.Title = "服务器内部错误"; ViewBag.Title = "服务器内部错误";
Layout = "_Layout"; Layout = "_Root";
} }
@section css { @section css {
<link href="~/css/error.css" rel="stylesheet" asp-append-version="true" /> <link href="~/css/error.css" rel="stylesheet" asp-append-version="true" />