From 017d6412a675a989caa8b7adeb65fc57e1bcc5bc Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期一, 21 八月 2023 14:54:42 +0800
Subject: [PATCH] 修改系统登录功能

---
 DataLoader/CS/NtstWeb.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/DataLoader/CS/NtstWeb.cs b/DataLoader/CS/NtstWeb.cs
index 1d5cea5..8affa3c 100644
--- a/DataLoader/CS/NtstWeb.cs
+++ b/DataLoader/CS/NtstWeb.cs
@@ -21,13 +21,13 @@
         {
             if (uid > 0 && !string.IsNullOrEmpty(token))
             {
-                Tool.UserId = uid;
-                Tool.Uname = uname;
-                Tool.Token = token;
+                Common.UserId = uid;
+                Common.Uname = uname;
+                Common.Token = token;
 
                 owner.Dispatcher.Invoke(new Action(delegate
                 {
-                    Tool.Owner.SetLoginInfo();
+                    Common.Owner.SetLoginInfo();
                 }));
             }
         }

--
Gitblit v1.9.3