postdischarge-applet/pages.json

208 lines
5.0 KiB
JSON
Raw Normal View History

2024-11-01 13:36:21 +08:00
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/homepage/homepage",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom"
}
},
{
"path": "pages/detail/detail",
"style": {
"navigationBarTitleText": "问卷提交",
"enablePullDownRefresh": false
}
},
{
"path": "pages/questiondetail/questiondetail",
"style": {
"navigationBarTitleText": "问卷详情",
"enablePullDownRefresh": false
}
},
{
"path": "pages/propaganda/propaganda",
"style": {
"navigationBarTitleText": "宣教文章详情",
"enablePullDownRefresh": false
}
},
{
"path": "pages/editordetail/editordetail",
"style": {
"navigationBarTitleText": "文字提醒详情",
"enablePullDownRefresh": false
}
},
{
"path": "pages/consulting/consulting",
"style": {
"navigationBarTitleText": "电话外呼",
"enablePullDownRefresh": false
}
},
{
"path": "pages/medication/medication",
"style": {
"navigationBarTitleText": "我的用药",
"enablePullDownRefresh": false
}
},
{
"path": "pages/questionnaire/questionnaire",
"style": {
"navigationBarTitleText": "满意度调查填写",
"enablePullDownRefresh": false
}
},
{
"path": "pages/personal/personal",
"style": {
"navigationBarTitleText": "个人中心",
"navigationStyle": "custom"
}
}, {
"path": "pages/healthRecords/healthRecords",
"style": {
"navigationBarTitleText": "健康档案",
"enablePullDownRefresh": true,
"onReachBottomDistance": 40 //距离底部多远时触发 单位为px
}
}, {
"path": "pages/healthRecordDetail/healthRecordDetail",
"style": {
"navigationBarTitleText": "健康档案详情",
"enablePullDownRefresh": false
}
},
{
"path": "pages/modify/modify",
"style": {
"navigationBarTitleText": "个人信息",
"enablePullDownRefresh": false
}
}, {
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "注册",
"enablePullDownRefresh": false
}
}, {
"path": "pages/Mymedication/Mymedication",
"style": {
"navigationBarTitleText": "用药详情",
"enablePullDownRefresh": false
}
},
{
"path": "pages/Followupconsultation/Followupconsultation",
"style": {
"navigationBarTitleText": "复诊详情",
"enablePullDownRefresh": false
}
}, {
"path": "pages/Myreview/Myreview",
"style": {
"navigationBarTitleText": "我的复查",
"enablePullDownRefresh": false
}
},
{
"path": "pages/follow/follow",
"style": {
"navigationBarTitleText": "我的随访",
"enablePullDownRefresh": true,
"onReachBottomDistance": 40 //距离底部多远时触发 单位为px
}
},
{
"path": "pages/HealthCalendar/HealthCalendar",
"style": {
"navigationBarTitleText": "健康日历",
"enablePullDownRefresh": true,
"onReachBottomDistance": 40 //距离底部多远时触发 单位为px
}
},
{
"path": "pages/Messagepush/Messagepush",
"style": {
"navigationBarTitleText": "推送记录",
"enablePullDownRefresh": true,
"onReachBottomDistance": 40 //距离底部多远时触发 单位为px
}
},
{
"path": "pages/Medicalknowledge/Medicalknowledge",
"style": {
"navigationBarTitleText": "医护常识",
"enablePullDownRefresh": false
}
},
{
"path": "pages/Healthknowledge/Healthknowledge",
"style": {
"navigationBarTitleText": "健康常识",
"enablePullDownRefresh": false
}
},
{
"path": "pages/questionnairedetail/questionnairedetail",
"style": {
"navigationBarTitleText": "详情",
"enablePullDownRefresh": false
}
},
{
"path": "pages/Satisfaction/Satisfaction",
"style": {
"navigationBarTitleText": "满意度调查",
"enablePullDownRefresh": true,
"onReachBottomDistance": 40 //距离底部多远时触发 单位为px
}
},
{
"path": "pages/Satisfactiondetail/Satisfactiondetail",
"style": {
"navigationBarTitleText": "满意度调查详情",
"enablePullDownRefresh": false
}
},
{
"path": "pages/pushDetails/pushDetails",
"style": {
"navigationBarTitleText": "推送",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#26A888",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#435950",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/homepage/homepage",
"iconPath": "static/homepagew.png",
"selectedIconPath": "static/homepages.png",
"text": "首页"
},
{
"pagePath": "pages/personal/personal",
"iconPath": "static/userw.png",
"selectedIconPath": "static/users.png",
"text": "个人中心"
}
]
}
}