merchant-app/pages.json

130 lines
2.4 KiB
JSON
Raw Permalink Normal View History

2024-09-12 14:10:05 +08:00
{
"pages": [
2024-10-24 11:10:31 +08:00
{
"path": "pages/index",
"style": {
"navigationBarTitleText": "任务",
"navigationStyle": "custom"
}
},
2024-09-12 14:10:05 +08:00
{
"path": "pages/taskDetails"
},
{
"path": "pages/wxlogin",
"style": {
2024-12-27 13:47:01 +08:00
"navigationBarTitleText": "手机号快捷登录"
2024-09-12 14:10:05 +08:00
}
},
{
"path": "pages/work/index",
"style": {
"navigationBarTitleText": "薪酬管理",
"navigationStyle": "custom"
}
},
{
"path": "pages/fundDetails",
"style": {
"navigationBarTitleText": "发薪明细"
}
},
{
"path": "pages/my",
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/pay",
"style": {
"navigationBarTitleText": "pay"
}
},
2024-10-24 11:10:31 +08:00
2024-09-12 14:10:05 +08:00
{
2024-10-24 11:10:31 +08:00
"path": "pages/employee/taskDetails"
},
{
"path": "pages/employee/fundDetails",
"style": {
"navigationBarTitleText": "发薪明细"
}
},
{
"path": "pages/employee/my",
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/employee/setInfo",
"style": {
"navigationBarTitleText": "个人信息"
}
},
{
"path": "pages/baoming",
"style": {
"navigationBarTitleText": "报名"
}
},
{
"path": "pages/baomingSuccess",
"style": {
"navigationBarTitleText": "报名成功"
}
2024-09-12 14:10:05 +08:00
}
2024-10-24 11:10:31 +08:00
,
{
"path": "pages/ys",
"style": {
"navigationBarTitleText": "隐私政策"
}
2024-09-12 14:10:05 +08:00
}
2024-10-24 11:10:31 +08:00
,
{
"path": "pages/fw",
"style": {
"navigationBarTitleText": "服务协议"
}
2024-09-12 14:10:05 +08:00
}
2024-10-24 11:10:31 +08:00
],
2024-09-12 14:10:05 +08:00
"tabBar": {
"color": "#000000",
"selectedColor": "#000000",
"borderStyle": "white",
"backgroundColor": "#ffffff",
2024-10-24 11:10:31 +08:00
"list": [
{
2024-09-12 14:10:05 +08:00
"pagePath": "pages/index",
"iconPath": "static/images/tabbar/task.png",
"selectedIconPath": "static/images/tabbar/task_.png",
2024-10-24 11:10:31 +08:00
"text": "任务",
"visible": true
2024-09-12 14:10:05 +08:00
}, {
"pagePath": "pages/work/index",
"iconPath": "static/images/tabbar/xc.png",
"selectedIconPath": "static/images/tabbar/xc_.png",
2024-10-24 11:10:31 +08:00
"text": "薪酬",
"visible": true
2024-09-12 14:10:05 +08:00
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "用工",
"navigationBarBackgroundColor": "#FFFFFF"
}
}