pyt
2025-02-24 70b46c6a0f21ed39b5b7e96286f0996240954725
management/src/app.tsx
@@ -48,7 +48,7 @@
      const { location: { pathname } } = history;
      // 如果没有登录,重定向到 login
      if (!initialState?.currentUser && location.pathname !== loginPath) {
        history.push(loginPath);
        // history.push(loginPath);
        return
      }
    },