From dd85ee6c48c67441fca2a67fc024828f104e0791 Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期四, 18 九月 2025 16:18:46 +0800
Subject: [PATCH] bug

---
 DevApp/Gs.DevApp/App.config |   70 +++++++++++++++++++++++++++++++++--
 1 files changed, 66 insertions(+), 4 deletions(-)

diff --git a/DevApp/Gs.DevApp/App.config b/DevApp/Gs.DevApp/App.config
index b8f9161..8cf35bf 100644
--- a/DevApp/Gs.DevApp/App.config
+++ b/DevApp/Gs.DevApp/App.config
@@ -4,6 +4,9 @@
 		<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System">
 			<section name="DevExpress.LookAndFeel.Design.AppSettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
 		</sectionGroup>
+		<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+			<section name="Gs.DevApp.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
+		</sectionGroup>
 	</configSections>
 	<applicationSettings>
 		<DevExpress.LookAndFeel.Design.AppSettings>
@@ -18,10 +21,69 @@
 	<startup>
 		<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
 	</startup>
+	<runtime>
+		<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
+			<probing privatePath="x86" />
+			<dependentAssembly>
+				<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
+				<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
+			</dependentAssembly>
+			<dependentAssembly>
+				<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
+				<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
+			</dependentAssembly>
+		</assemblyBinding>
+	</runtime>
+
 	<appSettings>
-		<add key="WebApiUrl" value="http://localhost:5263/"/>
-		<add key="LogPath" value="logs"/>
-		<add key="ProductName" value="骞挎繁绉戞妧 G-MES V2.0"/>
-	    <add key="PageSize" value="50"/>
+		<!--<add key="webapiurl" value="http://localhost:5263/" />-->
+		<add key="WebApiUrl" value="http://192.168.1.145:8081/" />
+		<!--<add key="WebApiUrl" value="http://192.168.1.145:81/" />-->
+		<add key="LogPath" value="logs" />
+		<add key="ProductName" value="G-MES V2.0" />
+		<add key="PageSize" value="50" />
+		<add key="Version" value="0.1" />
+		<add key="IsAutoUpdater" value="0" />
+		<add key="AutoUpdaterXml" value="http://192.168.1.145:86/AutoUpdater/AutoUpdater.xml" />
+		<add key="ToastSeconds" value="5" />
+		<!--鎻愮ず妗嗘椂闂�-->
+		<add key="AsyncSeconds" value="2" />
+		<!--姘存瓒呮椂鏃堕棿-->
+		<add key="IsWater" value="0" />
+		<!--鏄惁瑕佹按妫�鍙婂伐浣嶇爜-->
+		<add key="IqcGetWeight" value="3000" />
+		<!--iqc璇荤О閲嶆椂-->
+		<add key="TimingMailInterval" value="10000" />
 	</appSettings>
+	<userSettings>
+		<Gs.DevApp.Properties.Settings>
+			<setting name="userName" serializeAs="String">
+				<value />
+			</setting>
+			<setting name="userPwd" serializeAs="String">
+				<value />
+			</setting>
+			<setting name="remember" serializeAs="String">
+				<value>False</value>
+			</setting>
+			<setting name="fontSizeName" serializeAs="String">
+				<value>瀹嬩綋,10</value>
+			</setting>
+			<setting name="isWeight" serializeAs="String">
+				<value>False</value>
+			</setting>
+		</Gs.DevApp.Properties.Settings>
+	</userSettings>
+	<system.web>
+		<membership defaultProvider="ClientAuthenticationMembershipProvider">
+			<providers>
+				<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" />
+			</providers>
+		</membership>
+		<roleManager defaultProvider="ClientRoleProvider" enabled="true">
+			<providers>
+				<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400" />
+			</providers>
+		</roleManager>
+	</system.web>
 </configuration>
\ No newline at end of file

--
Gitblit v1.9.3