优化页面缓存

This commit is contained in:
尹峰
2026-08-20 17:30:45 +08:00
parent 775ee93a24
commit b8d8ed151e
2 changed files with 2 additions and 1 deletions
@@ -32,6 +32,7 @@ namespace YLErp.Web.Controllers
// 如果上次登录失败,则显示验证码输入,否则不需要
//---------------------------------------
[ResponseCache(NoStore = true)]
public ActionResult Login(bool skipSso = false)
{
var logger = LogFactory.GetLogger<AccountController>();