From dfbeaf00996f22400dd0b6a11d61550da8d6d32a Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期五, 16 五月 2025 08:36:37 +0800 Subject: [PATCH] 这个查看权限这里要修改,这个部门前面加个框框,如果我没这个框框打勾,这个部门的人的名字就不出来好,我在框框部门的前面的框框里面打了勾过后。好,这个部门的人就全部出来,而且系统自动把它打起。好,我再具体哪个人那儿再那个给我再点一下,就是不打,就那样子做。 --- CY_ECommercePlatform/CY.WebForm/Web.config | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CY_ECommercePlatform/CY.WebForm/Web.config b/CY_ECommercePlatform/CY.WebForm/Web.config index 8edd974..a04f9bc 100644 --- a/CY_ECommercePlatform/CY.WebForm/Web.config +++ b/CY_ECommercePlatform/CY.WebForm/Web.config @@ -268,9 +268,7 @@ </exceptionHandling> <connectionStrings> <!--<add name="SqlConnection" connectionString="Server=CB2-20200827ONU;Database=ECTEST;Trusted_Connection=True;" providerName="System.Data.SqlClient" />--> - <add name="SqlConnection" - connectionString="Data Source=.;Initial Catalog=ECTEST;User ID=sa;Password=123456;Max Pool Size=32767; Min Pool Size=0;" - providerName="System.Data.SqlClient" /> + <add name="SqlConnection" connectionString="Data Source=.;Initial Catalog=ECTEST;User ID=sa;Password=123456;Max Pool Size=32767; Min Pool Size=0;" providerName="System.Data.SqlClient" /> <!--<add name="SqlConnection" connectionString="Data Source=118.123.213.60\SQLSERVER2008;Initial Catalog=ECTEST;User ID=sa;Password=123qwe!@#;" providerName="System.Data.SqlClient" />--> @@ -290,6 +288,7 @@ <add key="RootConfigPath" value="" /> <add key="LoginURL" value="" /> <add key="UploadFileURL" value="http://localhost:2641/FileUpload.aspx" /> + <add key="TuPianLuJing" value="http://localhost:8888/" /> </appSettings> <system.web> <httpModules> @@ -383,6 +382,10 @@ <assemblyIdentity name="Microsoft.Practices.Unity.Interception" publicKeyToken="31bf3856ad364e35" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-2.1.505.0" newVersion="2.1.505.0" /> </dependentAssembly> + <dependentAssembly> + <assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" culture="neutral" /> + <bindingRedirect oldVersion="0.0.0.0-0.86.0.518" newVersion="0.86.0.518" /> + </dependentAssembly> </assemblyBinding> </runtime> </configuration> \ No newline at end of file -- Gitblit v1.9.1