mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-30 21:38:48 +01:00
This commit is contained in:
parent
24fe2869d3
commit
43bf12743c
1 changed files with 1 additions and 1 deletions
|
|
@ -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") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue