File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 /// 所有版本更新信息的对象
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments