为打包
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user