diff --git a/View/LogPage.xaml.cs b/View/LogPage.xaml.cs index a61a803..12ebdda 100644 --- a/View/LogPage.xaml.cs +++ b/View/LogPage.xaml.cs @@ -74,9 +74,6 @@ public partial class LogPage : ContentPage private async void Log_Clicked(object sender, EventArgs e)//登录 { - //TcpServer.Configuration(SERVERIP.Text, UsernameEntry.Text, PasswordEntry.Text, - // Models.AppModels.GetAppUniqueId()); - LoadingIndicator.IsVisible = true; if (await AppModels.LogIn())