新增用户个人信息页面,整合用户信息获取和更新功能,支持表单验证和密码修改,提升用户体验和代码可维护性。同时更新相关类型定义和API路由,确保数据一致性。

This commit is contained in:
zyh
2025-04-10 13:16:11 +00:00
parent a80321adf6
commit 1977a6757d
5 changed files with 218 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ export interface User {
phone?: string;
role: string;
avatar?: string;
password?: string;
}
export interface MenuItem {