wpf 界面UI显示错误修正,服务端已部署在云端,客户端可直接运行调试系统。
This commit is contained in:
@@ -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>
|
||||
/// 所有版本更新信息的对象
|
||||
|
||||
Reference in New Issue
Block a user