NurseStationPersonApp/pages.json
2023-05-08 10:05:43 +08:00

193 lines
4.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
}, {
"path": "pages/forgotPassword/forgotPassword",
"style": {
"navigationBarTitleText": "忘记密码"
}
}, {
"path": "pages/register/register",
"style": {
"navigationBarTitleText": "注册"
}
}, {
"path": "pages/startup/startup",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}, {
"path": "pages/personal/personal",
"style": {
"navigationBarTitleText": "个人信息",
"navigationStyle": "custom"
}
}, {
"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
}
},
{
"path": "pages/Healthknowledge/Healthknowledge",
"style": {
"navigationBarTitleText": "护理新闻",
"onReachBottomDistance": 50, //距离底部多远时触发 单位为px
"enablePullDownRefresh": true //设置参数为true
}
}, {
"path": "pages/confirmCompletion/confirmCompletion",
"style": {
"navigationBarTitleText": "当前工单",
"enablePullDownRefresh": false
}
}, {
"path": "pages/MyBenefits/MyBenefits",
"style": {
"navigationBarTitleText": "我的收益",
"onReachBottomDistance": 50, //距离底部多远时触发 单位为px
"enablePullDownRefresh": true //设置参数为true
}
}, {
"path": "pages/Modifyinformation/Modifyinformation",
"style": {
"navigationBarTitleText": "修改信息",
"enablePullDownRefresh": false
// "navigationBarTextStyle": "white"
}
}, {
"path": "pages/Mymission/Mymission",
"style": {
"navigationBarTitleText": "我的工单",
"onReachBottomDistance": 20, //距离底部多远时触发 单位为px
"enablePullDownRefresh": true //设置参数为true
}
}, {
"path": "pages/taskDetails/taskDetails",
"style": {
"navigationBarTitleText": "工单信息",
"enablePullDownRefresh": false
}
}, {
"path": "pages/homepage/homepage",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}, {
"path": "pages/taskReturn/taskReturn",
"style": {
"navigationBarTitleText": "退回原因",
"enablePullDownRefresh": false
}
}, {
"path": "pages/signature/signature",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/RevenueDetails/RevenueDetails",
"style": {
"navigationBarTitleText": "收益信息",
"enablePullDownRefresh": false
}
}, {
"path": "pages/study/study",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/Orderlist/Orderlist",
"style": {
"navigationBarTitleText": "我的学习",
"onReachBottomDistance": 20, //距离底部多远时触发 单位为px
"enablePullDownRefresh": true //设置参数为true
}
}, {
"path": "pages/Orderdetails/Orderdetails",
"style": {
"navigationBarTitleText": "我的学习",
"enablePullDownRefresh": false
}
}, {
"path": "pages/Videolearning/Videolearning",
"style": {
"navigationBarTitleText": "视频学习",
"enablePullDownRefresh": false
}
}, {
"path": "pages/Ordervideolearning/Ordervideolearning",
"style": {
"navigationBarTitleText": "视频学习",
"enablePullDownRefresh": false
}
}, {
"path": "pages/Imglearning/Imglearning",
"style": {
"navigationBarTitleText": "图文学习",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#4271B9",
"backgroundColor": "#F8F8F8"
},
"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": "我的"
}
]
}
}