diff --git a/WebSiteCode/Cmdjy/Cmdjy/Cmdjy.csproj b/WebSiteCode/Cmdjy/Cmdjy/Cmdjy.csproj index 2fe6ced..c60b958 100644 --- a/WebSiteCode/Cmdjy/Cmdjy/Cmdjy.csproj +++ b/WebSiteCode/Cmdjy/Cmdjy/Cmdjy.csproj @@ -220,7 +220,6 @@ - HisInterface.asmx @@ -264,13 +263,13 @@ - - + + Web.config - - + + Web.config - + diff --git a/WebSiteCode/Cmdjy/Cmdjy/WebContext.cs b/WebSiteCode/Cmdjy/Cmdjy/WebContext.cs deleted file mode 100644 index f7793df..0000000 --- a/WebSiteCode/Cmdjy/Cmdjy/WebContext.cs +++ /dev/null @@ -1,21 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Web; - -namespace Cmdjy -{ - /// - /// 网站执行上下文 - /// - public static class WebContext - { - /// - /// 记录日志记录 - /// - /// 日志信息 - public static void Log(string msg) { - - } - } -} \ No newline at end of file