修改BUG:更改Error页面使用_root Layout
This commit is contained in:
parent
7c49d36ebb
commit
ee97daa941
|
@ -1,6 +1,6 @@
|
|||
@{
|
||||
ViewBag.Title = "服务器内部错误";
|
||||
Layout = "_Layout";
|
||||
Layout = "_Root";
|
||||
}
|
||||
@section css {
|
||||
<link href="~/css/error.css" rel="stylesheet" asp-append-version="true" />
|
||||
|
|
Loading…
Reference in New Issue