NurseStationPersonApp/pages.json

193 lines
4.9 KiB
JSON
Raw Normal View History

2022-11-03 18:16:30 +08:00
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
2023-05-08 10:05:43 +08:00
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
}, {
"path": "pages/forgotPassword/forgotPassword",
"style": {
"navigationBarTitleText": "忘记密码"
}
}, {
"path": "pages/register/register",
"style": {
"navigationBarTitleText": "注册"
}
}, {
2023-04-20 15:49:21 +08:00
"path": "pages/startup/startup",
2023-02-23 09:54:22 +08:00
"style": {
2023-04-20 15:49:21 +08:00
"navigationBarTitleText": "",
2023-02-23 09:54:22 +08:00
"navigationStyle": "custom"
}
2023-04-13 16:02:47 +08:00
}, {
2023-05-08 10:05:43 +08:00
"path": "pages/personal/personal",
2022-11-10 10:51:44 +08:00
"style": {
2023-05-08 10:05:43 +08:00
"navigationBarTitleText": "个人信息",
2022-11-10 10:51:44 +08:00
"navigationStyle": "custom"
}
2023-04-13 16:02:47 +08:00
}, {
2023-05-08 10:05:43 +08:00
"path": "pages/Learningtraining/Learningtraining",
"style": {
"navigationBarTitleText": "学习培训",
"onReachBottomDistance": 50, //距离底部多远时触发 单位为px
"enablePullDownRefresh": true //设置参数为true
}
}, {
"path": "pages/learning/learning",
"style": {
"navigationBarTitleText": "课程详情",
"enablePullDownRefresh": false //设置参数为true
}
}, {
"path": "pages/Orderlearning/Orderlearning",
"style": {
"navigationBarTitleText": "我的学习",
"enablePullDownRefresh": false
}
},
{
"path": "pages/Healthitem/Healthitem",
"style": {
"navigationBarTitleText": "护理新闻",
"enablePullDownRefresh": false
}
},
{
2023-04-13 16:02:47 +08:00
"path": "pages/Healthknowledge/Healthknowledge",
"style": {
"navigationBarTitleText": "护理新闻",
2023-05-08 10:05:43 +08:00
"onReachBottomDistance": 50, //距离底部多远时触发 单位为px
"enablePullDownRefresh": true //设置参数为true
}
}, {
"path": "pages/confirmCompletion/confirmCompletion",
"style": {
"navigationBarTitleText": "当前工单",
2023-04-13 16:02:47 +08:00
"enablePullDownRefresh": false
}
}, {
"path": "pages/MyBenefits/MyBenefits",
2022-11-10 10:51:44 +08:00
"style": {
2023-04-13 16:02:47 +08:00
"navigationBarTitleText": "我的收益",
2023-05-08 10:05:43 +08:00
"onReachBottomDistance": 50, //距离底部多远时触发 单位为px
"enablePullDownRefresh": true //设置参数为true
2023-04-13 16:02:47 +08:00
}
}, {
"path": "pages/Modifyinformation/Modifyinformation",
"style": {
"navigationBarTitleText": "修改信息",
"enablePullDownRefresh": false
// "navigationBarTextStyle": "white"
2022-11-10 10:51:44 +08:00
}
2022-11-03 18:16:30 +08:00
}, {
2023-04-13 16:02:47 +08:00
"path": "pages/Mymission/Mymission",
2022-11-03 18:16:30 +08:00
"style": {
2023-04-13 16:02:47 +08:00
"navigationBarTitleText": "我的工单",
"onReachBottomDistance": 20, //距离底部多远时触发 单位为px
"enablePullDownRefresh": true //设置参数为true
2022-11-03 18:16:30 +08:00
}
2022-11-10 10:51:44 +08:00
}, {
2023-04-13 16:02:47 +08:00
"path": "pages/taskDetails/taskDetails",
2022-11-03 18:16:30 +08:00
"style": {
2023-04-13 16:02:47 +08:00
"navigationBarTitleText": "工单信息",
"enablePullDownRefresh": false
2022-11-03 18:16:30 +08:00
}
2022-11-10 10:51:44 +08:00
}, {
2022-11-03 18:16:30 +08:00
"path": "pages/homepage/homepage",
"style": {
2023-04-13 16:02:47 +08:00
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}, {
2023-05-08 10:05:43 +08:00
"path": "pages/taskReturn/taskReturn",
2023-04-13 16:02:47 +08:00
"style": {
2023-05-08 10:05:43 +08:00
"navigationBarTitleText": "退回原因",
2023-04-13 16:02:47 +08:00
"enablePullDownRefresh": false
2022-11-03 18:16:30 +08:00
}
2023-04-13 16:02:47 +08:00
}, {
2023-05-08 10:05:43 +08:00
"path": "pages/signature/signature",
2022-11-03 18:16:30 +08:00
"style": {
2023-05-08 10:05:43 +08:00
"navigationBarTitleText": "",
2023-04-13 16:02:47 +08:00
"enablePullDownRefresh": false
2022-11-03 18:16:30 +08:00
}
2022-11-10 10:51:44 +08:00
}, {
2023-05-08 10:05:43 +08:00
"path": "pages/RevenueDetails/RevenueDetails",
2022-11-03 18:16:30 +08:00
"style": {
2023-05-08 10:05:43 +08:00
"navigationBarTitleText": "收益信息",
"enablePullDownRefresh": false
2022-11-03 18:16:30 +08:00
}
2022-11-10 10:51:44 +08:00
}, {
2023-05-08 10:05:43 +08:00
"path": "pages/study/study",
2022-11-10 10:51:44 +08:00
"style": {
2023-05-08 10:05:43 +08:00
"navigationBarTitleText": "",
"enablePullDownRefresh": false
2023-04-13 16:02:47 +08:00
}
}, {
2023-05-08 10:05:43 +08:00
"path": "pages/Orderlist/Orderlist",
2023-04-13 16:02:47 +08:00
"style": {
2023-05-08 10:05:43 +08:00
"navigationBarTitleText": "我的学习",
"onReachBottomDistance": 20, //距离底部多远时触发 单位为px
"enablePullDownRefresh": true //设置参数为true
}
}, {
"path": "pages/Orderdetails/Orderdetails",
"style": {
"navigationBarTitleText": "我的学习",
2023-04-13 16:02:47 +08:00
"enablePullDownRefresh": false
}
}, {
2023-05-08 10:05:43 +08:00
"path": "pages/Videolearning/Videolearning",
2023-04-13 16:02:47 +08:00
"style": {
2023-05-08 10:05:43 +08:00
"navigationBarTitleText": "视频学习",
2023-04-13 16:02:47 +08:00
"enablePullDownRefresh": false
2022-11-10 10:51:44 +08:00
}
2023-05-08 10:05:43 +08:00
2022-11-10 10:51:44 +08:00
}, {
2023-05-08 10:05:43 +08:00
"path": "pages/Ordervideolearning/Ordervideolearning",
"style": {
"navigationBarTitleText": "视频学习",
"enablePullDownRefresh": false
}
}, {
"path": "pages/Imglearning/Imglearning",
2022-11-03 18:16:30 +08:00
"style": {
2023-05-08 10:05:43 +08:00
"navigationBarTitleText": "图文学习",
2022-11-10 10:51:44 +08:00
"enablePullDownRefresh": false
2022-11-03 18:16:30 +08:00
}
2023-05-08 10:05:43 +08:00
2022-11-03 18:16:30 +08:00
}
2022-11-10 10:51:44 +08:00
],
2022-11-03 18:16:30 +08:00
"globalStyle": {
2023-04-13 16:02:47 +08:00
"navigationBarTextStyle": "white",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#4271B9",
2022-11-03 18:16:30 +08:00
"backgroundColor": "#F8F8F8"
},
2023-04-13 16:02:47 +08:00
"uniIdRouter": {},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#435950",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/homepage/homepage",
"iconPath": "static/homepagew.png",
"selectedIconPath": "static/homepagews.png",
"text": "首页"
},
{
"pagePath": "pages/personal/personal",
"iconPath": "static/userw.png",
"selectedIconPath": "static/users.png",
"text": "我的"
}
]
}
2022-11-03 18:16:30 +08:00
}