wpf 界面UI显示错误修正,服务端已部署在云端,客户端可直接运行调试系统。

This commit is contained in:
dathlin
2017-08-27 08:10:48 +08:00
parent 89382ea8b1
commit 53ff498dfb
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ namespace ClientsLibrary
/// <summary>
/// 服务器的IP地址默认为127.0.0.1,可用于单机调试
/// </summary>
public static string ServerIp { get; } = "127.0.0.1";
public static string ServerIp { get; } = "117.48.203.204";//用于测试的云服务器地址
/// <summary>
/// 所有版本更新信息的对象