Vanessa 2025-12-27 18:59:46 +08:00
parent 24fe2869d3
commit 43bf12743c

View file

@ -75,7 +75,7 @@ const windowNavigate = (currentWindow, windowType) => {
try {
const pathname = new URL(url).pathname;
// 所有窗口都允许认证页面
if (pathname === "/check-auth") {
if (pathname === "/check-auth" || pathname === "/") {
return;
}
if (pathname === "/stage/build/app/" && windowType === "app") {