为打包

Uat_Study
hang 2022-05-19 17:17:24 +08:00
parent fd8ad8e759
commit 8836377ce0
1 changed files with 0 additions and 1 deletions

View File

@ -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);