From 60c3bc8bf17d83e105acfb4b5219643b7aa875f1 Mon Sep 17 00:00:00 2001 From: yl <ykxkd@outlook.com> Date: 星期一, 26 九月 2022 19:53:03 +0800 Subject: [PATCH] 设备维修申请接口开发 --- VueWebApi/obj/Release/TransformWebConfig/original/Web.config | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/VueWebApi/obj/Release/TransformWebConfig/original/Web.config b/VueWebApi/obj/Release/TransformWebConfig/original/Web.config index bc0b1a5..e0e8320 100644 --- a/VueWebApi/obj/Release/TransformWebConfig/original/Web.config +++ b/VueWebApi/obj/Release/TransformWebConfig/original/Web.config @@ -16,6 +16,8 @@ <!--<add key="DBServer" value="Data Source=.;Initial Catalog=vmes;Integrated Security=True" />--> <!--鏈嶅姟鍣ㄧ幆澧�--> <add key="DBServer" value="Data Source=121.196.36.24,1533;Initial Catalog=vmes;User ID=sa;Password=xkd@20220602;pooling=false" /> + <!--澶у矝鏈嶅姟鍣ㄧ幆澧�--> + <!--<add key="DBServer" value="Data Source=192.168.2.138;Initial Catalog=vmes;User ID=sa;Password=Dd@20220727;pooling=false" />--> <!--redis鏁版嵁搴撻摼鎺ラ厤缃甶p--> <add key="RedisConnIp" value="127.0.0.1" /> <!--redis鏁版嵁搴撻摼鎺ラ厤缃鍙e彿--> @@ -126,6 +128,18 @@ <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> -- Gitblit v1.9.3