Files
juipnet/Host/Views/User/Login.cshtml
“wanyongkang” b562aba2b1 忽略dll文件git
2023-07-29 10:19:42 +08:00

16 lines
307 B
Plaintext

@{
ViewData["Title"] = "登录";
}
@section Scripts{
<script type="text/javascript">
loginCallback = function () {
window.location.href="/"
}
$(".mask").show();
$(".main").show();
$(".main").addClass("animated bounceInDown");
</script>
}