管道基础大数据平台系统开发-【CS】-ExportMap
13693261870
2023-01-01 dc2da375cd8b8cc7fb5cb3a3f854cf53e685da9e
DataLoader/Model/NtstWeb.cs
@@ -21,13 +21,13 @@
        {
            if (uid > 0 && !string.IsNullOrEmpty(token))
            {
                Main.UserId = uid;
                Main.Uname = uname;
                Main.Token = token;
                Tool.UserId = uid;
                Tool.Uname = uname;
                Tool.Token = token;
                owner.Dispatcher.Invoke(new Action(delegate
                {
                    Main.Owner.SetLoginInfo();
                    Tool.Owner.SetLoginInfo();
                }));
            }
        }