From 5505c9884b67275780b25214cdbfcc4a2ac1578a Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期五, 17 六月 2022 17:36:05 +0800
Subject: [PATCH] 用户清单导入接口编写

---
 VueWebApi/Web.config |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/VueWebApi/Web.config b/VueWebApi/Web.config
index 7d1fa44..b19bff4 100644
--- a/VueWebApi/Web.config
+++ b/VueWebApi/Web.config
@@ -23,7 +23,7 @@
 	  <!--key澶辨晥鏃堕棿30绉�-->
 	  <add key="RedisKeyTimeCont" value="120" />
 	  <!--Excel瀵煎嚭妯℃澘閰嶇疆IP-->
-	  <add key="FileIP" value="http://121.196.36.24:8001/"/>
+	  <add key="FileIP" value="http://121.196.36.24:8001/" />
     <add key="webpages:Version" value="3.0.0.0" />
     <add key="webpages:Enabled" value="false" />
     <add key="ClientValidationEnabled" value="true" />
@@ -31,6 +31,7 @@
   </appSettings>
   <system.web>
     <compilation debug="true" targetFramework="4.6.1" />
+	<customErrors mode="Off"/>
     <httpRuntime targetFramework="4.6.1" />
   </system.web>
   <system.webServer>
@@ -57,13 +58,13 @@
 		  <mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />
 		  <mimeMap fileExtension=".json" mimeType="application/json" />
 	  </staticContent>
-    <handlers>
+    
+  <handlers>
       <remove name="ExtensionlessUrlHandler-Integrated-4.0" />
       <remove name="OPTIONSVerbHandler" />
       <remove name="TRACEVerbHandler" />
       <add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />
-    </handlers>
-  </system.webServer>
+    </handlers></system.webServer>
   <runtime>
     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
       <dependentAssembly>
@@ -96,15 +97,15 @@
       </dependentAssembly>
       <dependentAssembly>
         <assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" culture="neutral" />
-        <bindingRedirect oldVersion="0.0.0.0-5.2.7.0" newVersion="5.2.7.0" />
+        <bindingRedirect oldVersion="0.0.0.0-5.2.9.0" newVersion="5.2.9.0" />
       </dependentAssembly>
       <dependentAssembly>
         <assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" culture="neutral" />
-        <bindingRedirect oldVersion="0.0.0.0-5.2.7.0" newVersion="5.2.7.0" />
+        <bindingRedirect oldVersion="0.0.0.0-5.2.9.0" newVersion="5.2.9.0" />
       </dependentAssembly>
       <dependentAssembly>
         <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
-        <bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
+        <bindingRedirect oldVersion="0.0.0.0-4.1.1.3" newVersion="4.0.0.0" />
       </dependentAssembly>
     </assemblyBinding>
   </runtime>

--
Gitblit v1.9.3