From a3d3b0ea3f49a482b8938ee5ad450d917ad509ec Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 03 二月 2023 15:07:25 +0800 Subject: [PATCH] 1 --- DataLoader/MainWindow.xaml.cs | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/DataLoader/MainWindow.xaml.cs b/DataLoader/MainWindow.xaml.cs index 24228ef..dbda5b5 100644 --- a/DataLoader/MainWindow.xaml.cs +++ b/DataLoader/MainWindow.xaml.cs @@ -22,9 +22,9 @@ public event PropertyChangedEventHandler PropertyChanged; - private string _sourcePath = "D:\\opting\\寰楁枃鏁版嵁"; // "D:\\LF\\data\\mdb"; + private string _sourcePath = @"D:\LF\data\mdb"; - private string _targetPath = "D:\\LF\\upload"; + private string _targetPath = @"\\LAPTOP-DRTGLTU2\share"; private LoginWin win; @@ -78,6 +78,7 @@ //String file = "E:\\data\\mpt\\A4mpt20131125.mpt"; //string md5 = MD5Helper.GetMD5Hash(file); + LogOut.Info("************ 搴旂敤绋嬪簭鍚姩鎴愬姛锛� ************"); } // 鐧诲綍 @@ -93,7 +94,7 @@ if (win != null) win.Close(); this.Show(); - this.tbUid.Text = Tool.UserId.ToString() + "-" + Tool.Uname; + this.tbUid.Text = Tool.UserId.ToString(); this.tbToken.Text = Tool.Token; this.btnLoad.IsEnabled = true; -- Gitblit v1.9.3