117 lines
2.3 KiB
JSON
117 lines
2.3 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "临床思维训练"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/config/config",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "信息配置"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/home/home",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "临床思维训练"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/matching/matching",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "智能匹配"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/cases/cases",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "病例列表"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/scenario/scenario",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "场景配置"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/chat/chat",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "临床对话"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/profile/profile-analysis",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "智能分析"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/profile/profile-records",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "学习记录"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/learning-assistant/learning-assistant",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "AI 学习助手"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/teaching/teaching",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "教学模式"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/diagnosis/diagnosis",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "临床诊断"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/treatment/treatment",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "治疗计划"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/assessment/assessment",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "考核评价"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/profile/profile",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "个人中心"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "临床思维训练",
|
|
"navigationBarBackgroundColor": "#F7F8FF",
|
|
"backgroundColor": "#F7F8FF"
|
|
},
|
|
"uniIdRouter": {}
|
|
}
|