DataLoader/MainWindow.xaml.cs
@@ -134,11 +134,13 @@ MessageBox.Show("请选择资源目录!", "提示"); return; } CommonProp.SourcePath = this.tbSource.Text.Trim(); if (string.IsNullOrEmpty(CommonProp.SourcePath) || !Directory.Exists(CommonProp.SourcePath)) { MessageBox.Show("请选择数据目录或数据目录不存在!", "提示"); return; } CommonProp.TargetPath = this.tbTarget.Text.Trim(); if (string.IsNullOrEmpty(CommonProp.TargetPath) || !Directory.Exists(CommonProp.TargetPath)) { MessageBox.Show("请选择入库目录或入库目录不存在!", "提示");