Files
hospital-rescue-app-v2/pages.json
T
2026-09-24 16:25:22 +08:00

283 lines
5.7 KiB
JSON

{
"easycom": {
"autoscan": true
},
"pages": [
{
"path": "pages/login/index",
"style": {
"navigationStyle": "custom",
"disableScroll": true,
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/home/index",
"style": {
"navigationStyle": "custom",
"disableScroll": true,
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/event/index",
"style": {
"navigationStyle": "custom",
"disableScroll": true,
"navigationBarTitleText": "事件"
}
},
{
"path": "pages/event/detail",
"style": {
"navigationStyle": "custom",
"disableScroll": true,
"navigationBarTitleText": "事件详情"
}
},
{
"path": "pages/mine/index",
"style": {
"navigationStyle": "custom",
"disableScroll": true,
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/mine/settings",
"style": {
"navigationStyle": "custom",
"disableScroll": true,
"navigationBarTitleText": "设置"
}
},
{
"path": "pages/course/library",
"style": {
"navigationStyle": "custom",
"disableScroll": true,
"navigationBarTitleText": "课程库"
}
},
{
"path": "pages/course/subject",
"style": {
"navigationStyle": "custom",
"disableScroll": true,
"navigationBarTitleText": "课题详情"
}
},
{
"path": "pages/course/media",
"style": {
"navigationStyle": "custom",
"disableScroll": true,
"navigationBarTitleText": "资料详情"
}
},
{
"path": "pages/course/practice",
"style": {
"navigationStyle": "custom",
"disableScroll": true,
"navigationBarTitleText": "顺序练习"
}
},
{
"path": "pages/course/quiz",
"style": {
"navigationStyle": "custom",
"disableScroll": true,
"navigationBarTitleText": "答题"
}
},
{
"path": "pages/course/answer-card",
"style": {
"navigationStyle": "custom",
"disableScroll": true,
"navigationBarTitleText": "答题卡"
}
},
{
"path": "pages/study/exams",
"style": {
"navigationStyle": "custom",
"disableScroll": true,
"navigationBarTitleText": "我的考试"
}
},
{
"path": "pages/study/certificates",
"style": {
"navigationStyle": "custom",
"disableScroll": true,
"navigationBarTitleText": "我的证书"
}
},
{
"path": "pages/study/wrong-book",
"style": {
"navigationStyle": "custom",
"disableScroll": true,
"navigationBarTitleText": "错题本"
}
},
{
"path": "pages/study/center",
"style": {
"navigationStyle": "custom",
"disableScroll": true,
"navigationBarTitleText": "学习中心"
}
},
{
"path": "pages/triage/victims",
"style": {
"navigationStyle": "custom",
"disableScroll": true,
"navigationBarTitleText": "伤员查询"
}
},
{
"path": "pages/triage/create",
"style": {
"navigationStyle": "custom",
"disableScroll": true,
"navigationBarTitleText": "检伤建档"
}
},
{
"path": "pages/triage/detail",
"style": {
"navigationStyle": "custom",
"disableScroll": true,
"navigationBarTitleText": "伤员详情"
}
},
{
"path": "pages/triage/batch-treat",
"style": {
"navigationStyle": "custom",
"disableScroll": true,
"navigationBarTitleText": "批量处置"
}
},
{
"path": "pages/triage/batch-transfer",
"style": {
"navigationStyle": "custom",
"disableScroll": true,
"navigationBarTitleText": "批量转运"
}
},
{
"path": "pages/triage/transfer",
"style": {
"navigationStyle": "custom",
"disableScroll": true,
"navigationBarTitleText": "转运登记"
}
},
{
"path": "pages/triage/treat-records",
"style": {
"navigationStyle": "custom",
"disableScroll": true,
"navigationBarTitleText": "处置记录"
}
},
{
"path": "pages/triage/offline-sync",
"style": {
"navigationStyle": "custom",
"disableScroll": true,
"navigationBarTitleText": "离线同步"
}
},
{
"path": "pages/warehouse/scan",
"style": {
"navigationStyle": "custom",
"disableScroll": true,
"navigationBarTitleText": "扫码出入库"
}
},
{
"path": "pages/warehouse/stock",
"style": {
"navigationStyle": "custom",
"disableScroll": true,
"navigationBarTitleText": "库存查询"
}
},
{
"path": "pages/warehouse/goods-detail",
"style": {
"navigationStyle": "custom",
"disableScroll": true,
"navigationBarTitleText": "物资详情"
}
},
{
"path": "pages/warehouse/devices",
"style": {
"navigationStyle": "custom",
"disableScroll": true,
"navigationBarTitleText": "设备借用"
}
},
{
"path": "pages/warehouse/device-detail",
"style": {
"navigationStyle": "custom",
"disableScroll": true,
"navigationBarTitleText": "设备详情"
}
},
{
"path": "pages/message/index",
"style": {
"navigationStyle": "custom",
"disableScroll": true,
"navigationBarTitleText": "消息"
}
},
{
"path": "pages/message/list",
"style": {
"navigationStyle": "custom",
"disableScroll": true,
"navigationBarTitleText": "消息中心"
}
},
{
"path": "pages/message/contacts",
"style": {
"navigationStyle": "custom",
"disableScroll": true,
"navigationBarTitleText": "通讯录"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "@navTxtStyle",
"navigationBarBackgroundColor": "@navBgColor",
"backgroundColorContent": "@backgroundColor",
"backgroundColor": "@backgroundColor",
"navigationBarTitleText": "医院救援管理平台",
"pageOrientation": "portrait"
},
"uniIdRouter": {},
"condition": {
"current": 0,
"list": [
{
"name": "登录",
"path": "pages/login/index",
"query": ""
}
]
}
}