fix: 一些基本功能

This commit is contained in:
2025-03-07 08:18:45 +08:00
parent 638462295d
commit 4cdb8351d4
453 changed files with 13336 additions and 24197 deletions

View File

@@ -2,6 +2,18 @@ import type { BasicUserInfo } from '@vben-core/typings';
/** 用户信息 */
interface UserInfo extends BasicUserInfo {
/**
* 手机号
*/
phone: string;
/**
* 昵称
*/
nick_name: string;
/**
* 头像
*/
avatar: string;
/**
* 用户描述
*/
@@ -9,7 +21,7 @@ interface UserInfo extends BasicUserInfo {
/**
* 首页地址
*/
homePath: string;
home_path: string;
/**
* accessToken