From 70b46c6a0f21ed39b5b7e96286f0996240954725 Mon Sep 17 00:00:00 2001 From: pyt <626651354@qq.com> Date: 星期一, 24 二月 2025 11:39:20 +0800 Subject: [PATCH] Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/H5/threeSide --- management/src/app.tsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/management/src/app.tsx b/management/src/app.tsx index 51793c9..a73ae03 100644 --- a/management/src/app.tsx +++ b/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 } }, -- Gitblit v1.7.1