We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24fe286 commit 43bf127Copy full SHA for 43bf127
app/electron/main.js
@@ -75,7 +75,7 @@ const windowNavigate = (currentWindow, windowType) => {
75
try {
76
const pathname = new URL(url).pathname;
77
// 所有窗口都允许认证页面
78
- if (pathname === "/check-auth") {
+ if (pathname === "/check-auth" || pathname === "/") {
79
return;
80
}
81
if (pathname === "/stage/build/app/" && windowType === "app") {
0 commit comments