From eeb7cf6accb95c32216edaf8a5cf14a1c64493b2 Mon Sep 17 00:00:00 2001 From: lu <123456> Date: 星期四, 21 八月 2025 20:22:37 +0800 Subject: [PATCH] bug --- DevApp/Gs.DevApp/App.config | 13 +++++-------- 1 files changed, 5 insertions(+), 8 deletions(-) diff --git a/DevApp/Gs.DevApp/App.config b/DevApp/Gs.DevApp/App.config index bd779c3..d9fa3b0 100644 --- a/DevApp/Gs.DevApp/App.config +++ b/DevApp/Gs.DevApp/App.config @@ -7,7 +7,6 @@ <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> - <section name="oracle.manageddataaccess.client" type="OracleInternal.Common.ODPMSectionHandler, Oracle.ManagedDataAccess, Version=4.122.23.1, Culture=neutral, PublicKeyToken=89b483f429c47342" /> </configSections> <applicationSettings> <DevExpress.LookAndFeel.Design.AppSettings> @@ -35,6 +34,7 @@ </dependentAssembly> </assemblyBinding> </runtime> + <appSettings> <!--<add key="WebApiUrl" value="http://localhost:5263/" />--> <!--<add key="WebApiUrl" value="http://192.168.1.145:8081/" />--> @@ -45,7 +45,10 @@ <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="ClientSettingsProvider.ServiceUri" value="" /> + <add key="ToastSeconds" value="5" /><!--鎻愮ず妗嗘椂闂�--> + <add key="AsyncSeconds" value="2" /><!--姘存瓒呮椂鏃堕棿--> + <add key="IsWater" value="0" /><!--鏄惁瑕佹按妫�鍙婂伐浣嶇爜--> + <add key="IqcGetWeight" value="3000" /><!--iqc璇荤О閲嶆椂--> </appSettings> <userSettings> <Gs.DevApp.Properties.Settings> @@ -78,10 +81,4 @@ </providers> </roleManager> </system.web> - <system.data> - <DbProviderFactories> - <remove invariant="Oracle.ManagedDataAccess.Client" /> - <add name="ODP.NET, Managed Driver" invariant="Oracle.ManagedDataAccess.Client" description="Oracle Data Provider for .NET, Managed Driver" type="Oracle.ManagedDataAccess.Client.OracleClientFactory, Oracle.ManagedDataAccess, Version=4.122.23.1, Culture=neutral, PublicKeyToken=89b483f429c47342" /> - </DbProviderFactories> - </system.data> </configuration> \ No newline at end of file -- Gitblit v1.9.3