修复登录跳转

This commit is contained in:
whyour
2022-05-22 18:07:48 +08:00
parent 2e937ad5ae
commit c9bd27ec4f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -86,8 +86,8 @@ export default function (props: any) {
});
};
const reloadUser = () => {
getUser(false);
const reloadUser = (needLoading = false) => {
getUser(needLoading);
};
const setTheme = () => {