NurseStationPersonAppletUl/pages.json

121 lines
3.0 KiB
JSON
Raw Normal View History

2023-03-28 10:02:47 +08:00
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/startup/startup",
"style": {
2023-04-03 15:42:14 +08:00
"navigationBarTitleText": "",
2023-03-28 10:02:47 +08:00
"navigationStyle": "custom"
}
2023-04-12 15:39:24 +08:00
},{
"path": "pages/confirmCompletion/confirmCompletion",
"style": {
"navigationBarTitleText": "当前工单",
"enablePullDownRefresh": false
}
}, {
2023-04-03 15:42:14 +08:00
"path": "pages/MyBenefits/MyBenefits",
"style": {
"navigationBarTitleText": "我的收益",
2023-04-12 11:14:16 +08:00
"onReachBottomDistance": 50, //距离底部多远时触发 单位为px
"enablePullDownRefresh": true //设置参数为true
2023-04-03 15:42:14 +08:00
}
}, {
2023-04-03 14:55:17 +08:00
"path": "pages/Modifyinformation/Modifyinformation",
2023-03-28 10:02:47 +08:00
"style": {
2023-04-03 14:55:17 +08:00
"navigationBarTitleText": "修改信息",
"enablePullDownRefresh": false
// "navigationBarTextStyle": "white"
2023-03-28 10:02:47 +08:00
}
}, {
"path": "pages/personal/personal",
"style": {
"navigationBarTitleText": "个人信息",
2023-04-03 14:55:17 +08:00
"navigationStyle": "custom"
2023-03-28 10:02:47 +08:00
}
2023-04-03 15:42:14 +08:00
}, {
2023-04-03 14:55:17 +08:00
"path": "pages/Mymission/Mymission",
2023-03-28 10:02:47 +08:00
"style": {
2023-04-03 14:55:17 +08:00
"navigationBarTitleText": "我的工单",
"onReachBottomDistance": 20, //距离底部多远时触发 单位为px
"enablePullDownRefresh": true //设置参数为true
2023-03-28 10:02:47 +08:00
}
}, {
2023-04-03 14:55:17 +08:00
"path": "pages/taskDetails/taskDetails",
2023-03-28 10:02:47 +08:00
"style": {
2023-04-03 14:55:17 +08:00
"navigationBarTitleText": "工单信息",
"enablePullDownRefresh": false
2023-03-28 10:02:47 +08:00
}
}, {
"path": "pages/homepage/homepage",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}, {
2023-04-03 14:55:17 +08:00
"path": "pages/taskReturn/taskReturn",
2023-03-28 10:02:47 +08:00
"style": {
2023-04-03 14:55:17 +08:00
"navigationBarTitleText": "退回原因",
"enablePullDownRefresh": false
2023-03-28 10:02:47 +08:00
}
2023-04-03 14:55:17 +08:00
}, {
"path": "pages/login/login",
2023-03-28 10:02:47 +08:00
"style": {
2023-04-03 14:55:17 +08:00
"navigationBarTitleText": "登录"
2023-03-28 10:02:47 +08:00
}
}, {
"path": "pages/signature/signature",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
2023-04-12 10:06:30 +08:00
}, {
"path": "pages/template/template",
"style": {
"navigationBarTitleText": "模板消息订阅",
"enablePullDownRefresh": false
}
}, {
"path": "pages/RevenueDetails/RevenueDetails",
"style": {
"navigationBarTitleText": "收益信息",
"enablePullDownRefresh": false
}
}, {
"path": "pages/study/study",
"style": {
"navigationBarTitleText": "我的学习",
"enablePullDownRefresh": false
}
2023-03-28 10:02:47 +08:00
}
2023-04-12 10:06:30 +08:00
],
2023-03-28 10:02:47 +08:00
"globalStyle": {
2023-04-03 14:55:17 +08:00
"navigationBarTextStyle": "white",
2023-03-28 10:02:47 +08:00
"navigationBarTitleText": "",
2023-04-03 14:55:17 +08:00
"navigationBarBackgroundColor": "#4271B9",
2023-03-28 10:02:47 +08:00
"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": "我的"
}
]
}
}