perf: 登录后获取permissions

This commit is contained in:
xingyu
2022-07-13 11:50:45 +08:00
parent 753b73972b
commit db223d50d3
2 changed files with 6 additions and 2 deletions

View File

@@ -8,4 +8,5 @@ export type UserType = {
password: string
role: string
roleId: string
permissions: string | string[]
}