fix auth page redirect

This commit is contained in:
2024-04-05 23:18:43 +08:00
parent 2a2895802f
commit 759a9f2c4e
6 changed files with 322 additions and 48 deletions

View File

@@ -49,6 +49,7 @@ export type ForumModel = {
createAt: number
isAdmin: boolean
isMember: boolean
}
export type ForumSectionModel = {
id: number