Skip to content

Commit 53ff498

Browse files
committed
wpf 界面UI显示错误修正,服务端已部署在云端,客户端可直接运行调试系统。
1 parent 89382ea commit 53ff498

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ClientsLibrary/UserClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class UserClient
2727
/// <summary>
2828
/// 服务器的IP地址,默认为127.0.0.1,可用于单机调试
2929
/// </summary>
30-
public static string ServerIp { get; } = "127.0.0.1";
30+
public static string ServerIp { get; } = "117.48.203.204";//用于测试的云服务器地址
3131

3232
/// <summary>
3333
/// 所有版本更新信息的对象

软件系统客户端Wpf/MainWindow.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@
233233
<TextBlock Grid.Row="1" Grid.Column="0">权限等级:</TextBlock>
234234
<TextBlock Grid.Row="2" Grid.Column="0">所属分厂:</TextBlock>
235235
<TextBlock Grid.Row="3" Grid.Column="0">注册时间:</TextBlock>
236-
<TextBlock Grid.Row="4" Grid.Column="0">登录频次:</TextBlock>
237-
<TextBlock Grid.Row="5" Grid.Column="0">最近登录:</TextBlock>
236+
<TextBlock Grid.Row="4" Grid.Column="0">最近登录:</TextBlock>
237+
<TextBlock Grid.Row="5" Grid.Column="0">登录频次:</TextBlock>
238238
<TextBlock Grid.Row="6" Grid.Column="0">上次登录IP:</TextBlock>
239239

240240
<TextBlock Grid.Row="1" Grid.Column="1" x:Name="Account_grade"></TextBlock>

0 commit comments

Comments
 (0)