diff --git a/QYMessageCenter.Client/MainWindow.xaml.cs b/QYMessageCenter.Client/MainWindow.xaml.cs index a52b992..61e7f7b 100644 --- a/QYMessageCenter.Client/MainWindow.xaml.cs +++ b/QYMessageCenter.Client/MainWindow.xaml.cs @@ -66,7 +66,7 @@ namespace QYMessageCenter.Client var htmlPath = Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "static", "index.html"); wb2.CoreWebView2.Navigate(htmlPath); - //this.Visibility = Visibility.Collapsed; + this.Visibility = Visibility.Collapsed; //globalContext.Test(); }