130 lines
2.4 KiB
JSON
130 lines
2.4 KiB
JSON
{
|
|
"pages": [
|
|
|
|
{
|
|
"path": "pages/index",
|
|
"style": {
|
|
"navigationBarTitleText": "任务",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
|
|
{
|
|
"path": "pages/taskDetails"
|
|
},
|
|
|
|
|
|
{
|
|
"path": "pages/wxlogin",
|
|
"style": {
|
|
"navigationBarTitleText": "手机号快捷登录"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/work/index",
|
|
"style": {
|
|
"navigationBarTitleText": "薪酬管理",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
|
|
{
|
|
"path": "pages/fundDetails",
|
|
"style": {
|
|
"navigationBarTitleText": "发薪明细"
|
|
}
|
|
},
|
|
|
|
{
|
|
"path": "pages/my",
|
|
"style": {
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/pay",
|
|
"style": {
|
|
"navigationBarTitleText": "pay"
|
|
}
|
|
},
|
|
|
|
{
|
|
"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": "报名成功"
|
|
}
|
|
}
|
|
|
|
,
|
|
{
|
|
"path": "pages/ys",
|
|
"style": {
|
|
"navigationBarTitleText": "隐私政策"
|
|
}
|
|
}
|
|
,
|
|
{
|
|
"path": "pages/fw",
|
|
"style": {
|
|
"navigationBarTitleText": "服务协议"
|
|
}
|
|
}
|
|
],
|
|
"tabBar": {
|
|
"color": "#000000",
|
|
"selectedColor": "#000000",
|
|
"borderStyle": "white",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index",
|
|
"iconPath": "static/images/tabbar/task.png",
|
|
"selectedIconPath": "static/images/tabbar/task_.png",
|
|
"text": "任务",
|
|
"visible": true
|
|
}, {
|
|
"pagePath": "pages/work/index",
|
|
"iconPath": "static/images/tabbar/xc.png",
|
|
"selectedIconPath": "static/images/tabbar/xc_.png",
|
|
"text": "薪酬",
|
|
"visible": true
|
|
}
|
|
]
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "用工",
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
}
|
|
|
|
}
|