diff --git a/Code/src/MineTec.ProManager.Application/GalleryAnnexDocuments/GalleryAnnexDocumentsAppService.cs b/Code/src/MineTec.ProManager.Application/GalleryAnnexDocuments/GalleryAnnexDocumentsAppService.cs index b6cbfeb..07a12c6 100644 --- a/Code/src/MineTec.ProManager.Application/GalleryAnnexDocuments/GalleryAnnexDocumentsAppService.cs +++ b/Code/src/MineTec.ProManager.Application/GalleryAnnexDocuments/GalleryAnnexDocumentsAppService.cs @@ -157,8 +157,8 @@ namespace MineTec.ProManager.GalleryAnnexDocuments string root = Dir.Parent.Parent.FullName;//获取当前站点路径 - string webRootPath = @"D:\FileStore\"; //保存文件路径--本地测试 - //string webRootPath = @"D:\ProMananger\WebApi\wwwroot"; //保存文件路径--服务器 + //string webRootPath = @"D:\FileStore\"; //保存文件路径--本地测试 + string webRootPath = @"D:\ProMananger\WebApi\wwwroot"; //保存文件路径--服务器 string uploadPath = Path.Combine("uploads", DateTime.Now.ToString("yyyyMMdd"));//增加日期文件夹 string dirPath = Path.Combine(webRootPath, uploadPath); //创建路径 diff --git a/Code/src/MineTec.ProManager.Application/GalleryFiles/GalleryFilesAppService.cs b/Code/src/MineTec.ProManager.Application/GalleryFiles/GalleryFilesAppService.cs index d74db10..62f181c 100644 --- a/Code/src/MineTec.ProManager.Application/GalleryFiles/GalleryFilesAppService.cs +++ b/Code/src/MineTec.ProManager.Application/GalleryFiles/GalleryFilesAppService.cs @@ -188,8 +188,8 @@ namespace MineTec.ProManager.GalleryFiles string root = Dir.Parent.Parent.FullName;//获取当前站点路径 - string webRootPath = @"E:\FileStore\"; //保存文件路径--本地测试 - //string webRootPath = @"D:\ProMananger\WebApi\wwwroot"; //保存文件路径--服务器 + //string webRootPath = @"E:\FileStore\"; //保存文件路径--本地测试 + string webRootPath = @"D:\ProMananger\WebApi\wwwroot"; //保存文件路径--服务器 string uploadPath = Path.Combine("uploads", DateTime.Now.ToString("yyyyMMdd"));//增加日期文件夹 string dirPath = Path.Combine(webRootPath, uploadPath); //创建路径 diff --git a/Excel导入模板/图样管理批量导入模板.xlsx b/Excel导入模板/图样管理批量导入模板.xlsx index 532b66a..696792b 100644 Binary files a/Excel导入模板/图样管理批量导入模板.xlsx and b/Excel导入模板/图样管理批量导入模板.xlsx differ diff --git a/Pages/page/Graphic/PatternManager/PattrenList.html b/Pages/page/Graphic/PatternManager/PattrenList.html index 9db388d..239924b 100644 --- a/Pages/page/Graphic/PatternManager/PattrenList.html +++ b/Pages/page/Graphic/PatternManager/PattrenList.html @@ -45,6 +45,7 @@