BootstrapAdmin/Bootstrap.Admin/Views/Shared/UnAuthorized.cshtml

6 lines
299 B
Plaintext
Raw Normal View History

2016-10-21 16:35:26 +08:00
@{
ViewBag.Title = "无权访问页面";
Layout = "~/Views/Shared/_Layout.cshtml";
}
<div class="info"><div>您无权访问本页面,请联系网站管理员授权后在查看</div><a href="@System.Web.Security.FormsAuthentication.DefaultUrl" target="_top">点击返回首页</a></div>