xinelu-doctor-app/pages.json

130 lines
3.0 KiB
JSON
Raw Normal View History

2023-09-19 15:31:55 +08:00
{
2023-10-23 09:34:16 +08:00
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
2023-09-19 15:31:55 +08:00
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
2023-10-25 11:10:26 +08:00
{
"path": "pages/login/login",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/taskReturn/taskReturn",
"style": {
"navigationBarTitleText": "退回原因",
"enablePullDownRefresh": false
}
},
{
"path": "pages/Changepassword/Changepassword",
"style": {
"navigationBarTitleText": "修改密码",
"enablePullDownRefresh": false
}
},
{
"path": "pages/Modifyphonenumber/Modifyphonenumber",
"style": {
"navigationBarTitleText": "修改手机号",
"enablePullDownRefresh": false
}
},
{
"path": "pages/myinformation/myinformation",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
},
2023-10-24 10:11:43 +08:00
{
"path": "pages/ServiceSchedule/ServiceSchedule",
"style": {
"navigationBarTitleText": "服务时间表",
2023-10-25 11:10:26 +08:00
"enablePullDownRefresh": false
2023-10-24 10:11:43 +08:00
}
2023-10-25 11:10:26 +08:00
},
2023-10-23 10:09:45 +08:00
{
2023-10-24 13:42:14 +08:00
"path": "pages/homepage/homepage",
2023-10-25 11:10:26 +08:00
"style": {
2023-11-10 10:42:10 +08:00
"navigationBarTitleText": "",
// "navigationStyle": "custom",
2023-11-09 15:07:35 +08:00
"onReachBottomDistance": 40, //距离底部多远时触发 单位为px
"enablePullDownRefresh": true //设置参数为true
}
},
2023-10-25 11:10:26 +08:00
{
"path": "pages/taskDetails/taskDetails",
2023-10-24 10:09:32 +08:00
"style": {
2023-10-24 13:42:14 +08:00
"enablePullDownRefresh": false,
2023-10-25 11:10:26 +08:00
"navigationBarTitleText": "工单详情"
2023-09-19 15:31:55 +08:00
}
2023-10-25 11:10:26 +08:00
},
{
2023-10-24 10:11:43 +08:00
"path": "pages/Personalinfo/Personalinfo",
"style": {
"navigationBarTitleText": "个人信息",
"enablePullDownRefresh": false
}
2023-11-02 11:25:58 +08:00
},
{
2023-11-08 09:10:38 +08:00
"path": "pages/Industrialbutler/Industrialbutler",
"style": {
"navigationBarTitleText": "视频通话",
"enablePullDownRefresh": false
}
},
{
"path": "pages/Industrialbutler/video",
"style": {
"navigationBarTitleText": "视频通话",
"enablePullDownRefresh": false
2023-11-02 11:25:58 +08:00
}
2023-11-09 15:07:35 +08:00
},
{
"path": "pages/seekadvicefrom/seekadvicefrom",
"style": {
2023-11-13 15:36:58 +08:00
"enablePullDownRefresh": false,
2023-11-14 13:20:08 +08:00
"navigationStyle": "custom",
"app-plus": {
"softinputMode": "adjustResize"
}
2023-11-09 15:07:35 +08:00
}
},
{
"path": "pages/information/information",
"style": {
"navigationBarTitleText": "查看患者信息",
"enablePullDownRefresh": false
// "navigationStyle": "custom"
}
2023-09-19 15:31:55 +08:00
}
2023-11-10 10:42:10 +08:00
],
2023-09-19 15:31:55 +08:00
"globalStyle": {
2023-10-23 15:35:41 +08:00
"navigationBarTextStyle": "white",
2023-10-23 09:30:36 +08:00
"navigationBarTitleText": "",
2023-10-23 10:39:04 +08:00
"navigationBarBackgroundColor": "#18CBB3",
2023-09-19 15:31:55 +08:00
"backgroundColor": "#F8F8F8"
2023-10-24 13:42:14 +08:00
2023-09-19 15:31:55 +08:00
},
2023-10-23 09:30:36 +08:00
"uniIdRouter": {},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#435950",
2023-10-23 10:39:04 +08:00
"borderStyle": "white",
2023-10-23 09:30:36 +08:00
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/homepage/homepage",
"iconPath": "static/homepage.png",
2023-10-24 10:09:32 +08:00
"selectedIconPath": "static/homepages.png",
2023-10-23 09:30:36 +08:00
"text": "首页"
},
{
"pagePath": "pages/myinformation/myinformation",
2023-10-24 10:09:32 +08:00
"iconPath": "static/my.png",
"selectedIconPath": "static/mys.png",
2023-10-23 09:30:36 +08:00
"text": "我的"
}
]
}
2023-10-25 11:10:26 +08:00
}