Skip to content

Commit 43bf127

Browse files
committed
🎨 #16339
1 parent 24fe286 commit 43bf127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/electron/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const windowNavigate = (currentWindow, windowType) => {
7575
try {
7676
const pathname = new URL(url).pathname;
7777
// 所有窗口都允许认证页面
78-
if (pathname === "/check-auth") {
78+
if (pathname === "/check-auth" || pathname === "/") {
7979
return;
8080
}
8181
if (pathname === "/stage/build/app/" && windowType === "app") {

0 commit comments

Comments
 (0)