From 48c18a96f8c8022ec43691117f2472073895af71 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 21 八月 2023 16:16:02 +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 8affa3c..4bc8e13 100644 --- a/DataLoader/CS/NtstWeb.cs +++ b/DataLoader/CS/NtstWeb.cs @@ -21,13 +21,13 @@ { if (uid > 0 && !string.IsNullOrEmpty(token)) { - Common.UserId = uid; - Common.Uname = uname; - Common.Token = token; + CommonProp.UserId = uid; + CommonProp.Uname = uname; + CommonProp.Token = token; owner.Dispatcher.Invoke(new Action(delegate { - Common.Owner.SetLoginInfo(); + CommonProp.Owner.SetLoginInfo(); })); } } -- Gitblit v1.9.3