diff --git a/CapMachine.Wpf/App.xaml.cs b/CapMachine.Wpf/App.xaml.cs index 083e2bc..78e7e94 100644 --- a/CapMachine.Wpf/App.xaml.cs +++ b/CapMachine.Wpf/App.xaml.cs @@ -97,7 +97,7 @@ namespace CapMachine.Wpf if (!IsOK) { LogService.Error("授权失败"); - this.Shutdown(); + //this.Shutdown(); } } catch (Exception ex)