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>
/// 所有版本更新信息的对象

View File

@@ -233,8 +233,8 @@
<TextBlock Grid.Row="1" Grid.Column="0">权限等级:</TextBlock>
<TextBlock Grid.Row="2" Grid.Column="0">所属分厂:</TextBlock>
<TextBlock Grid.Row="3" Grid.Column="0">注册时间:</TextBlock>
<TextBlock Grid.Row="4" Grid.Column="0">登录频次</TextBlock>
<TextBlock Grid.Row="5" Grid.Column="0">最近登录:</TextBlock>
<TextBlock Grid.Row="4" Grid.Column="0">最近登录:</TextBlock>
<TextBlock Grid.Row="5" Grid.Column="0">登录频次</TextBlock>
<TextBlock Grid.Row="6" Grid.Column="0">上次登录IP</TextBlock>
<TextBlock Grid.Row="1" Grid.Column="1" x:Name="Account_grade"></TextBlock>