TG.WXCRM.V4/WEB/Views/Base/Account/LogOut.cshtml

12 lines
442 B
Plaintext

@{
ViewBag.Title = "客户管理系统--注销";
//Layout = "~/Views/Shared/_Index_LayoutNewEdit.cshtml";
}
<div class="mancontent" style="margin-top:30px;">
<span style="margin:20px">@ViewBag.ErrorMsg</span>
<a href="/Account/LogOff" style="margin-left:20px">注销登录</a>
</div>
@*<div class="copyright">Copyright © 2019 懂牛股票版权所有 未经许可不得复制、转载或摘编,违者必究!</div>*@