From 18068677f0d8ecf24c55c8d120bad1cf705474ba Mon Sep 17 00:00:00 2001 From: Frane Date: Sat, 18 Sep 2021 14:10:25 +0800 Subject: [PATCH] 20210918 --- SGGL/FineUIPro.Web/Login.aspx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SGGL/FineUIPro.Web/Login.aspx.cs b/SGGL/FineUIPro.Web/Login.aspx.cs index 3dc75ca8..6ef49a7b 100644 --- a/SGGL/FineUIPro.Web/Login.aspx.cs +++ b/SGGL/FineUIPro.Web/Login.aspx.cs @@ -82,7 +82,7 @@ TimeSpan ts = DateTime.Now- new DateTime(1970, 1, 1, 0, 0, 0, 0); //DateTime time = Funs.IntToDateTime(Convert.ToInt64(timespan[1])); //if (DateTime.Now < time.AddSeconds(10)) //时间间隔小于10秒 - if (Convert.ToInt64(ts.TotalMilliseconds) - Convert.ToInt64(timespan[1]) < 10000) + if (Convert.ToInt64(ts.TotalMilliseconds) - Convert.ToInt64(timespan[1]) < 600000) { if (LoginService.UserLogOn_OA(userValues[1], true, this.Page)) {