fix: redirect default path after login

This commit is contained in:
jialin
2024-06-23 21:30:20 +08:00
parent ff1cf01edf
commit 9e471eafa7
7 changed files with 67 additions and 38 deletions
+7
View File
@@ -13,4 +13,11 @@ declare namespace Global {
perPage: number;
};
}
interface UserInfo {
username: string;
is_admin: boolean;
full_name: string;
id: number;
}
}