This commit is contained in:
TD
2025-04-11 10:42:40 +08:00
parent 4765e0e5bd
commit f9d472295b
6 changed files with 210 additions and 175 deletions

View File

@ -509,7 +509,7 @@ namespace DH.Commons.Base
private AntList<SizeTreatParam> _sizeTreatParamList = new AntList<SizeTreatParam>();
private CustomizedPoint _showLocation = new CustomizedPoint();
private string _imageSaveDirectory="D://Images";
private string _imageSaveDirectory= "D://PROJECTS//Images";
private bool _saveOKOriginal = false;
private bool _saveNGOriginal = false;
private bool _saveOKDetect = false;

View File

@ -305,7 +305,7 @@ namespace DH.Commons.Base
//if (InitialConfig.IsEnableLog)
//{
// LoggerHelper.LogAsync(msg);
LoggerHelper.LogAsync(msg);
//}
}