管道基础大数据平台系统开发-【CS】-ExportMap
13693261870
2023-08-21 48c18a96f8c8022ec43691117f2472073895af71
DataLoader/CS/NtstWeb.cs
@@ -5,7 +5,7 @@
using System.Threading.Tasks;
using System.Windows;
namespace DataLoader.CS
namespace DataLoader.Model
{
    public class NtstWeb
    {
@@ -21,13 +21,13 @@
        {
            if (uid > 0 && !string.IsNullOrEmpty(token))
            {
                Main.UserId = uid;
                Main.Uname = uname;
                Main.Token = token;
                CommonProp.UserId = uid;
                CommonProp.Uname = uname;
                CommonProp.Token = token;
                owner.Dispatcher.Invoke(new Action(delegate
                {
                    Main.Owner.SetLoginInfo();
                    CommonProp.Owner.SetLoginInfo();
                }));
            }
        }