修改模板文件位置 4

Uat_Study
hang 2023-12-20 14:48:58 +08:00
parent 3e24fe9461
commit e8496df81a
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ public static class FileStoreHelper
{
var rootPath = GetIRaCISRootPath(_hostEnvironment);
var physicalFilePath = Path.Combine(rootPath, relativePath);
var physicalFilePath = Path.Combine(rootPath, relativePath.TrimStart('/'));
return physicalFilePath;
}