添加退出登录,菜单改为后端api

This commit is contained in:
xie7654
2025-07-01 20:43:50 +08:00
parent 7273ee275b
commit 61fb71133d
8 changed files with 58 additions and 23 deletions

View File

@@ -15,6 +15,7 @@ interface UserInfo extends BasicUserInfo {
* accessToken
*/
token: string;
roles: [];
}
export type { UserInfo };