mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 17:54:32 +08:00
修复登录跳转
This commit is contained in:
@@ -86,8 +86,8 @@ export default function (props: any) {
|
||||
});
|
||||
};
|
||||
|
||||
const reloadUser = () => {
|
||||
getUser(false);
|
||||
const reloadUser = (needLoading = false) => {
|
||||
getUser(needLoading);
|
||||
};
|
||||
|
||||
const setTheme = () => {
|
||||
|
||||
Reference in New Issue
Block a user