From f250bfbe3ea76486d8a9ecb8af4a54aa8af52efd Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 21 三月 2023 13:34:16 +0800 Subject: [PATCH] 1 --- ExportMap/cs/SGUtils.cs | 22 ---------------------- ExportMap/Web.config | 4 ---- 2 files changed, 0 insertions(+), 26 deletions(-) diff --git a/ExportMap/Web.config b/ExportMap/Web.config index 18e3f4e..7ecd34d 100644 --- a/ExportMap/Web.config +++ b/ExportMap/Web.config @@ -7,10 +7,6 @@ <add key="uploadFolder" value="D:\LF\upload"/> <!-- 涓嬭浇鐩綍 --> <add key="downloadFolder" value="D:\LF\download"/> - <!-- 鍙戝竷Mpt鐩綍 --> - <add key="mptFolder" value="D:\LF\publishMpt"/> - <!-- 鍙戝竷3dml鐩綍 --> - <add key="3dmlFolder" value="D:\LF\publish3dml"/> <!-- 寤婂潑鏁版嵁鐩綍 --> <add key="lfData" value="E:\data\99.public\soft\LFData"/> <!-- SG鐨凞B搴� --> diff --git a/ExportMap/cs/SGUtils.cs b/ExportMap/cs/SGUtils.cs index 7090217..20a07d2 100644 --- a/ExportMap/cs/SGUtils.cs +++ b/ExportMap/cs/SGUtils.cs @@ -16,28 +16,6 @@ public class SGUtils { /// <summary> - /// Mpt鐩綍 - /// </summary> - public static string MptPath - { - get - { - return ConfigurationManager.AppSettings["mptFolder"]; - } - } - - /// <summary> - /// 3DML鐩綍 - /// </summary> - public static string D3mlFolder - { - get - { - return ConfigurationManager.AppSettings["3dmlFolder"]; - } - } - - /// <summary> /// 寤婂潑鏁版嵁鐩綍 /// </summary> public static string LFData -- Gitblit v1.9.3