feat: 管理员端个人中心模块补全,新增我的页面及子页面

- 新增 profile/index.html 个人中心主页(蓝色渐变头部 + 菜单卡片 + 退出登录弹窗 + Tab栏)
- 新增 profile/edit-profile.html 修改个人信息(头像更换 ActionSheet + 姓名编辑 + Toast反馈)
- 新增 profile/change-pwd.html 修改密码(三字段表单 + 成功弹窗)
- 页面交互参考驻场人员端 onsite/profile/,适配管理员身份
- index.html SITE_MAP admin「我的」模块补全 3 页面条目
- ai-assistant/message 共享页面 roleBaseMap 新增 admin 角色路由
- 管理员端 CHANGELOG 初始化

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
liuyunqin
2026-06-23 11:10:08 +08:00
co-authored by Claude Opus 4.8
parent 7d7488737b
commit 04b34c106e
27 changed files with 4523 additions and 63 deletions
+10 -3
View File
@@ -800,9 +800,16 @@ const SITE_MAP = [
]}
]},
{ role:'管理员', id:'admin', modules:[
{name:'工作台',dir:'emergency-app/admin/workbench',pages:[]},
{name:'知识库',dir:'emergency-app/admin/knowledge',pages:[]},
{name:'我的',dir:'emergency-app/admin/profile',pages:[]}
{name:'工作台',dir:'emergency-app/admin/workbench',pages:[
{file:'index.html',label:'工作台首页'},{file:'checkup-progress.html',label:'体检进度跟踪'},{file:'emergency-orders.html',label:'应急求助工单'},{file:'emergency-order-detail.html',label:'应急工单详情'},{file:'wearable-alerts.html',label:'穿戴预警记录'},{file:'weight-detail.html',label:'体重管理详情'},{file:'goal-review.html',label:'目标审核'},{file:'eat-detail.html',label:'饮食记录详情'},{file:'diet-employee-detail.html',label:'饮食明细'},{file:'exercise-detail.html',label:'运动记录详情'},{file:'exercise-employee-detail.html',label:'运动明细'},{file:'weight-record.html',label:'体重记录详情'},{file:'weight-employee-detail.html',label:'体重明细'}
]},
{name:'知识库',dir:'emergency-app/admin/knowledge',pages:[
{file:'index.html',label:'知识库首页'},{file:'detail.html',label:'知识详情'}
]},
{name:'我的',dir:'emergency-app/admin/profile',pages:[
{file:'index.html',label:'个人中心'},
{file:'edit-profile.html',label:'修改个人信息'},{file:'change-pwd.html',label:'修改密码'}
]}
]}
],
shared:[