mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-18 09:24:03 +00:00
fix: member list, login button (#4322)
This commit is contained in:
@@ -134,6 +134,7 @@ const FormLayout = ({ children, setPageType, pageType }: Props) => {
|
||||
});
|
||||
router.replace(item.redirectUrl, '_self');
|
||||
}
|
||||
item.pageType && setPageType(item.pageType);
|
||||
},
|
||||
[lastRoute, router, setLoginStore, setPageType]
|
||||
);
|
||||
|
Reference in New Issue
Block a user