diff --git a/YLErpWeb/Controllers/AccountController.cs b/YLErpWeb/Controllers/AccountController.cs index 889f8c9a..d70ff4b0 100644 --- a/YLErpWeb/Controllers/AccountController.cs +++ b/YLErpWeb/Controllers/AccountController.cs @@ -32,6 +32,7 @@ namespace YLErp.Web.Controllers // 如果上次登录失败,则显示验证码输入,否则不需要 //--------------------------------------- + [ResponseCache(NoStore = true)] public ActionResult Login(bool skipSso = false) { var logger = LogFactory.GetLogger(); diff --git a/YLErpWeb/Views/Account/AdminLogin.cshtml b/YLErpWeb/Views/Account/AdminLogin.cshtml index 5685b91b..f26d20bc 100644 --- a/YLErpWeb/Views/Account/AdminLogin.cshtml +++ b/YLErpWeb/Views/Account/AdminLogin.cshtml @@ -114,7 +114,7 @@ @if (ssoEnable) { - 飞连登录 + 飞连登录 }