release: update 5.8.0

This commit is contained in:
xiaoxian521
2024-08-20 12:59:22 +08:00
parent 8c01eeab7f
commit 3ac71be372
26 changed files with 1674 additions and 1446 deletions

View File

@@ -11,6 +11,8 @@ export type UserResult = {
nickname: string;
/** 当前登录用户的角色 */
roles: Array<string>;
/** 按钮级别权限 */
permissions: Array<string>;
/** `token` */
accessToken: string;
/** 用于调用刷新`accessToken`的接口时所需的`token` */