14 lines
402 B
Plaintext
14 lines
402 B
Plaintext
@page "{handler?}"
|
|
@model YBDevice.NWeb.Pages.Error.InfoModel
|
|
@{
|
|
ViewData["Title"] = "发生错误";
|
|
}
|
|
<div class="" style="margin-top: 30%;">
|
|
<div class="text-center">
|
|
<i class="layui-icon layui-icon-face-cry" style="font-size: 50px;color:red;"></i>
|
|
</div>
|
|
<blockquote class="text-center" style="color:red;">
|
|
<div>描述:@Model.ErrMsg</div>
|
|
</blockquote>
|
|
</div>
|