登录用户超时注销、登录日志记录

This commit is contained in:
Administrator
2026-08-28 14:12:02 +08:00
parent 11142481a8
commit 6dfac6d986
9 changed files with 87 additions and 9 deletions
+5 -5
View File
@@ -227,11 +227,11 @@ namespace JinYuan.VirtualDataLibrary
private Dictionary<string, Dictionary<string, string>> userPLCAddr_Mapping = new Dictionary<string, Dictionary<string, string>>()
{
{ "1-1", new Dictionary<string, string> {{"user", "D22"}, {"right", "D21"}} },
{ "1-2", new Dictionary<string, string> {{"user", "D22"}, {"right", "D21"}} },
{ "1-3", new Dictionary<string, string> {{"user", "D22"}, {"right", "D21"}} },
{ "2-1", new Dictionary<string, string> {{"user", "D22"}, {"right", "D21"}} },
{ "2-2", new Dictionary<string, string> {{"user", "D22"}, {"right", "D21"}} },
{ "2-3", new Dictionary<string, string> {{"user", "D22"}, {"right", "D21"}} },
{ "1-2", new Dictionary<string, string> {{"user", "D24" }, {"right", "D23" } } },
{ "1-3", new Dictionary<string, string> {{"user", "D26" }, {"right", "D25" } } },
{ "2-1", new Dictionary<string, string> {{"user", "D22" }, {"right", "D21" } } },
{ "2-2", new Dictionary<string, string> {{"user", "D24" }, {"right", "D23" } } },
{ "2-3", new Dictionary<string, string> {{"user", "D26" }, {"right", "D25" } } },
};
public Dictionary<string, string> GetHMIUserRightAddr()