From f13c7a874af0fbfca66695a42860167f95b38fe9 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 13 三月 2023 17:27:14 +0800 Subject: [PATCH] 1 --- ExportMap/cs/ExportUtil.cs | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ExportMap/cs/ExportUtil.cs b/ExportMap/cs/ExportUtil.cs index 117a64b..571ac85 100644 --- a/ExportMap/cs/ExportUtil.cs +++ b/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; -- Gitblit v1.9.3