diff --git a/preset/menu/Layout.tsx b/preset/menu/Layout.tsx index 5ba6802..455d89f 100755 --- a/preset/menu/Layout.tsx +++ b/preset/menu/Layout.tsx @@ -80,7 +80,7 @@ export const Layout: FC = (props) => { ) { return <>{props.blank_layout}; } else { - if (!w.user) { + if (!w.user && !isEditor) { local.loading = true; isMobile ? loadSession(props.login_url || "/m/auth/login")