diff --git a/CapMachine.Wpf/App.xaml.cs b/CapMachine.Wpf/App.xaml.cs index 958243f..89cbb16 100644 --- a/CapMachine.Wpf/App.xaml.cs +++ b/CapMachine.Wpf/App.xaml.cs @@ -101,7 +101,7 @@ namespace CapMachine.Wpf if (!IsOK) { LogService.Error("授权失败"); - this.Shutdown(); + //this.Shutdown(); } } catch (Exception ex)