@@ -78,7 +78,10 @@ namespace fis.Managers
{
SlaveWindow.ShowInTaskbar = false;
SlaveWindow.Show();///Show一下是为了让Flutter程序初始化Splash页
- SlaveWindow.Hide();
+ if (!AppManager.IsVStation)
+ {
+ SlaveWindow.Hide();
+ }
}
else