From 6fe3d6fc4e93f4cf31dc02d4f0cbc48d56c249b7 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期五, 30 六月 2023 13:35:23 +0800
Subject: [PATCH] 多车间模式接口过滤

---
 VueWebApi/Global.asax.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/VueWebApi/Global.asax.cs b/VueWebApi/Global.asax.cs
index e3bedd6..c4f008b 100644
--- a/VueWebApi/Global.asax.cs
+++ b/VueWebApi/Global.asax.cs
@@ -1,3 +1,4 @@
+using log4net.Config;
 using System;
 using System.Collections.Generic;
 using System.IO;
@@ -41,5 +42,6 @@
             //XmlConfigurator.Configure();
             log4net.Config.XmlConfigurator.Configure(new FileInfo(Server.MapPath("~/log4net.config")));
         }
+
     }
 }

--
Gitblit v1.9.3