We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d2647 commit 69f60c9Copy full SHA for 69f60c9
1 file changed
MaiChartManager/AppLifecycleManager.cs
@@ -78,6 +78,8 @@ public static void ShowBrowser(string loopbackUrl)
78
{
79
if (AppMain.BrowserWin is { IsDisposed: false })
80
81
+ // 服务器可能已重启(如 OOBE 中切换模式),需要刷新 URL
82
+ AppMain.BrowserWin.InjectBackendUrl(loopbackUrl);
83
AppMain.BrowserWin.Activate();
84
}
85
else
0 commit comments