更新新用户登录后台修改密码和实名认证提示框和修改控制台展示和取消控制台中的个人中心跳转

This commit is contained in:
Eamon-meng
2025-07-08 13:52:13 +08:00
parent 5cff89b60c
commit b261f1e9aa
7 changed files with 390 additions and 213 deletions

View File

@@ -4,6 +4,7 @@ export type User = {
id: number
admin_id: number
phone: string
has_password: boolean
username: string
email: string
name: string