var content = "<script type=\"text/javascript\">alert(\"{0}\");setTimeout(\"window.location.href =\'/User/Login\'\", {1});</script>";
var userModel = usersBLL.Login(account);
if (userModel == null)
{
return Content(string.Format(content, @"登录账号不匹对!点击'确定'按钮后将跳转到登录页面", 1000));
}