Browse Source

娄底高职分支
dao 3 months ago
parent
commit
93823a6bc9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Util/Learun.Util/Log/LogHelper.cs

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Util/Learun.Util/Log/LogHelper.cs View File

@@ -11,7 +11,7 @@ namespace Learun.Util.Log
{ {
#region log #region log
//文件路径 //文件路径
string path = Path.Combine(Directory.GetCurrentDirectory(), "logs");
string path = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "logs");
if (!Directory.Exists(path)) if (!Directory.Exists(path))
{ {
Directory.CreateDirectory(path); Directory.CreateDirectory(path);


Loading…
Cancel
Save