From 7dcfafef34981ce8a77cfcda7d18e3386c09ea05 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期四, 05 六月 2025 15:08:17 +0800
Subject: [PATCH] 委外
---
DevApp/Gs.DevApp/App.config | 30 ++++++++----------------------
1 files changed, 8 insertions(+), 22 deletions(-)
diff --git a/DevApp/Gs.DevApp/App.config b/DevApp/Gs.DevApp/App.config
index 77ee15e..f130d2b 100644
--- a/DevApp/Gs.DevApp/App.config
+++ b/DevApp/Gs.DevApp/App.config
@@ -29,13 +29,14 @@
</runtime>
<appSettings>
<!--<add key="WebApiUrl" value="http://localhost:5263/" />-->
- <add key="WebApiUrl" value="http://192.168.1.145:81/" />
+ <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="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="https://dianbei.top/AutoUpdater/AutoUpdater.xml" />
+ <add key="AutoUpdaterXml" value="http://192.168.1.145:86/AutoUpdater/AutoUpdater.xml" />
</appSettings>
<userSettings>
<Gs.DevApp.Properties.Settings>
@@ -48,14 +49,11 @@
<setting name="remember" serializeAs="String">
<value>False</value>
</setting>
- <setting name="orgGuid" serializeAs="String">
- <value />
+ <setting name="fontSizeName" serializeAs="String">
+ <value>瀹嬩綋,10</value>
</setting>
- <setting name="fontSize" serializeAs="String">
- <value>10</value>
- </setting>
- <setting name="fontName" serializeAs="String">
- <value>Tahoma</value>
+ <setting name="isWeight" serializeAs="String">
+ <value>False</value>
</setting>
</Gs.DevApp.Properties.Settings>
</userSettings>
@@ -77,16 +75,4 @@
<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>
- <runtime>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <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>
- <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>
- </assemblyBinding>
- </runtime>
</configuration>
\ No newline at end of file
--
Gitblit v1.9.3