feat: 新增视频咨询四种状态详情页及多模块原型优化
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+4
-1
@@ -265,7 +265,10 @@ const SITE_MAP = [
|
||||
{ name:'知识库', dir:'emergency-app/assistant/knowledge', pages:[
|
||||
{file:'index.html',label:'知识库首页'},{file:'detail.html',label:'知识详情'}
|
||||
]},
|
||||
{ name:'我的', dir:'emergency-app/assistant/profile', pages:[] }
|
||||
{ name:'我的', dir:'emergency-app/assistant/profile', pages:[
|
||||
{file:'index.html',label:'个人中心'},{file:'stats.html',label:'咨询统计'},
|
||||
{file:'change-pwd.html',label:'修改密码'}
|
||||
] }
|
||||
]},
|
||||
{ role:'应急操作人员', id:'operator', modules:[
|
||||
{name:'工作台',dir:'emergency-app/operator/workbench',pages:[]},
|
||||
|
||||
Reference in New Issue
Block a user