为打包

This commit is contained in:
2022-05-19 17:17:24 +08:00
parent fd8ad8e759
commit 8836377ce0
@@ -217,7 +217,6 @@ namespace IRaCIS.Core.Application.Contracts
{
var rootPath = Directory.GetParent(_hostEnvironment.ContentRootPath.TrimEnd('\\')).IfNullThrowException().FullName;
var _fileStorePath = Path.Combine(rootPath, relativePath.Replace('/', '\\').Trim('\\'));
//_logger.LogError(rootPath);