VueWebApi/obj/Release/TransformWebConfig/original/Web.config
@@ -21,7 +21,7 @@
      <!--redis数据库链接配置端口号-->
      <add key="RedisConnPort" value="6379" />
      <!--key失效时间30秒-->
      <add key="RedisKeyTimeCont" value="30" />
      <add key="RedisKeyTimeCont" value="120" />
      <!--Excel导出模板配置IP-->
      <add key="FileIP" value="http://121.196.36.24:8001/" />
      <add key="webpages:Version" value="3.0.0.0" />
@@ -31,7 +31,7 @@
   </appSettings>
   <system.web>
      <compilation debug="true" targetFramework="4.6.1" />
      <customErrors mode="Off"/>
      <customErrors mode="Off" />
      <httpRuntime targetFramework="4.6.1" />
      <!--session失效时间-->
      <sessionState mode="InProc" timeout="240">
@@ -61,6 +61,8 @@
         <mimeMap fileExtension=".woff" mimeType="application/x-font-woff" />
         <mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />
         <mimeMap fileExtension=".json" mimeType="application/json" />
         <!--添加打印文件MIME类型-->
         <!--<mimeMap fileExtension=".grf" mimeType="grf/gridreport"/>-->
      </staticContent>
      <handlers>
@@ -112,6 +114,30 @@
            <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
            <bindingRedirect oldVersion="0.0.0.0-4.1.1.3" newVersion="4.0.0.0" />
         </dependentAssembly>
         <dependentAssembly>
            <assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
            <bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1" />
         </dependentAssembly>
         <dependentAssembly>
            <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
            <bindingRedirect oldVersion="0.0.0.0-4.0.4.1" newVersion="4.0.4.1" />
         </dependentAssembly>
         <dependentAssembly>
            <assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
            <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
         </dependentAssembly>
         <dependentAssembly>
            <assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" culture="neutral" />
            <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
         </dependentAssembly>
         <dependentAssembly>
            <assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral" />
            <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
         </dependentAssembly>
         <dependentAssembly>
            <assemblyIdentity name="System.Web.Cors" publicKeyToken="31bf3856ad364e35" culture="neutral" />
            <bindingRedirect oldVersion="0.0.0.0-5.2.7.0" newVersion="5.2.7.0" />
         </dependentAssembly>
      </assemblyBinding>
   </runtime>
   <system.codedom>