dao преди 1 месец
родител
ревизия
96b1f917c4
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. +1
    -1
      .gitignore
  2. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Util/Learun.Util/Log/LogHelper.cs

+ 1
- 1
.gitignore Целия файл

@@ -82,4 +82,4 @@ Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js
/Learun.Framework.Ultimate V7/LearunApp-2.2.0/.hbuilderx/launch.json
/Learun.Framework.Ultimate V7/Learun.Application.Web/Properties/PublishProfiles
/Learun.Framework.Ultimate V7/Learun.Application.Web/Content/images/QRCode
/Learun.Framework.Ultimate V7/Learun.Application.WebApi/logs/20241022.log
/Learun.Framework.Ultimate V7/Learun.Application.WebApi/logs/

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Util/Learun.Util/Log/LogHelper.cs Целия файл

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


Зареждане…
Отказ
Запис