新增用户个人信息页面,整合用户信息获取和更新功能,支持表单验证和密码修改,提升用户体验和代码可维护性。同时更新相关类型定义和API路由,确保数据一致性。
This commit is contained in:
@@ -32,6 +32,7 @@ export interface User {
|
||||
phone?: string;
|
||||
role: string;
|
||||
avatar?: string;
|
||||
password?: string;
|
||||
}
|
||||
|
||||
export interface MenuItem {
|
||||
|
||||
Reference in New Issue
Block a user