管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-03-13 f13c7a874af0fbfca66695a42860167f95b38fe9
ExportMap/cs/ExportUtil.cs
@@ -11,15 +11,10 @@
using System.Text;
using System.Web;
namespace LFServer.cs
namespace ExportMap.cs
{
    public static class ExportUtil
    {
        /// <summary>
        /// 基目录
        /// </summary>
        public static readonly string BaseDir = AppDomain.CurrentDomain.BaseDirectory;
        /// <summary>
        /// 最大文件数
        /// </summary>
@@ -36,7 +31,7 @@
            {
                if (string.IsNullOrEmpty(sourcesPath))
                {
                    sourcesPath = Path.Combine(BaseDir, "Sources");
                    sourcesPath = Path.Combine(Tool.BaseDir, "Sources");
                }
                return sourcesPath;