diff --git a/CoreCms.Net.Services/Share/CoreCmsShareServices.cs b/CoreCms.Net.Services/Share/CoreCmsShareServices.cs index 3409bd5a..b65baee8 100644 --- a/CoreCms.Net.Services/Share/CoreCmsShareServices.cs +++ b/CoreCms.Net.Services/Share/CoreCmsShareServices.cs @@ -854,7 +854,7 @@ namespace CoreCms.Net.Services var fileName = fileNameStr; //文件硬地址 - var savePath = _webHostEnvironment.WebRootPath + "/static/qrCode/weChat/"; + var savePath = _webHostEnvironment.WebRootPath + "/static/poster/"; var qrCodeDir = _webHostEnvironment.WebRootPath + "/static/qrCode/weChat/" + otherData; //如果文件夹不存在,则创建文件夹 if (!Directory.Exists(savePath)) Directory.CreateDirectory(savePath);