2023-11-05 00:08:34 +08:00
|
|
|
|
{
|
|
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/index/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "首页",
|
2023-11-20 18:23:46 +08:00
|
|
|
|
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
|
|
2023-11-05 00:08:34 +08:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/oaLogin/oaLogin",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "登录",
|
|
|
|
|
"app-plus": {
|
|
|
|
|
"titleNView": false,
|
|
|
|
|
"bounce": "none"
|
|
|
|
|
},
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
"path": "pages/oaLogin/editpwd",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "修改密码",
|
2023-11-09 09:44:44 +08:00
|
|
|
|
|
2023-11-05 00:08:34 +08:00
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/oaTask/oaTask",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "任务",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
2023-11-20 18:23:46 +08:00
|
|
|
|
},{
|
|
|
|
|
"path": "pages/oaTask/detail",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "任务详情",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
2023-11-05 00:08:34 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/employees/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "企业员工",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
},
|
2023-11-20 18:23:46 +08:00
|
|
|
|
|
2023-11-05 00:08:34 +08:00
|
|
|
|
{
|
|
|
|
|
"path": "pages/structure/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "部门架构",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
},
|
2023-11-20 18:23:46 +08:00
|
|
|
|
|
2023-11-05 00:08:34 +08:00
|
|
|
|
{
|
|
|
|
|
"path": "pages/examine/index",
|
|
|
|
|
"style": {
|
2023-11-09 09:44:44 +08:00
|
|
|
|
"navigationBarTitleText": "审批",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
2023-11-05 00:08:34 +08:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/appcenter/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "应用中心",
|
2023-11-20 18:23:46 +08:00
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
2023-11-05 00:08:34 +08:00
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/leaveapplication/index",
|
|
|
|
|
"style": {
|
2023-11-09 09:44:44 +08:00
|
|
|
|
"navigationBarTitleText": "申请",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
2023-11-05 00:08:34 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/resources/index",
|
|
|
|
|
"style": {
|
2023-11-09 09:44:44 +08:00
|
|
|
|
"navigationBarTitleText": "人力资源",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
2023-11-05 00:08:34 +08:00
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/adddepartment/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "添加部门",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/jobtitle/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "岗位职称",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/addjobtitle/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "添加岗位",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/personneltransfer/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "人事调动",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/addpersonneltransfer/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "添加人事调动",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
"path": "pages/resignationprofile/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "离职档案",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
"path": "pages/addresignationprofile/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "添加离职档案",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/employees/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "企业员工",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/addemployees/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "新增企业员工",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "pages/project/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "项目",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
2023-11-20 18:23:46 +08:00
|
|
|
|
}, {
|
|
|
|
|
"path": "pages/project/detail",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "项目详情",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
2023-11-05 00:08:34 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/addproject/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "新增项目",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/generalapproval/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "通用审批",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/addquest/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "新增任务",
|
2023-11-09 09:44:44 +08:00
|
|
|
|
"navigationBarTextStyle": "white",
|
2023-11-05 00:08:34 +08:00
|
|
|
|
"navigationBarBackgroundColor": "#3274F9"
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
},
|
2023-11-05 15:34:42 +08:00
|
|
|
|
|
2023-11-05 00:08:34 +08:00
|
|
|
|
{
|
|
|
|
|
"path": "pages/reimbursementrecord/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "报销打款",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
2023-11-05 15:34:42 +08:00
|
|
|
|
|
2023-11-05 00:08:34 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/reimbursementrecord/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "报销打款",
|
2023-11-09 09:44:44 +08:00
|
|
|
|
"navigationBarTextStyle": "white",
|
2023-11-05 00:08:34 +08:00
|
|
|
|
"navigationBarBackgroundColor": "#3274F9"
|
2023-11-05 15:34:42 +08:00
|
|
|
|
|
2023-11-05 00:08:34 +08:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/quest/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "任务"
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/addworkrecord/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "工作记录",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/workrecord/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "工作记录",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/leave_request/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "审批",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
"path": "pages/leave_request/detail",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "审批详情",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
|
2023-11-05 15:34:42 +08:00
|
|
|
|
}, {
|
2023-11-05 00:08:34 +08:00
|
|
|
|
"path": "pages/leave_request/bianji",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "审批",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}, {
|
|
|
|
|
"path": "pages/reimbursement/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "报销列表",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "pages/reimbursementapplication/detail",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "报销详情",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "pages/reimbursementapplication/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "报销审批",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "pages/reimbursementapplication/bianji",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "编辑报销",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
"path": "pages/reimbursementapplication/handle",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "报销审批",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
2023-11-05 15:34:42 +08:00
|
|
|
|
}, {
|
2023-11-05 00:08:34 +08:00
|
|
|
|
"path": "pages/reimbursement/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "审批",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/invoice/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "发票列表",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/invoice/add",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "发起发票",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/invoice/detail",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "发票详情",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/invoice/handle",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "发票审批",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/invoice/bianji",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "编辑发票",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
},
|
2023-11-05 15:34:42 +08:00
|
|
|
|
|
2023-11-05 00:08:34 +08:00
|
|
|
|
{
|
|
|
|
|
"path": "pages/user/user",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "我的",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/financeincome/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "发票开票",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/addfinanceincome/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "编辑开票",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/finance/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "发票到账",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/addfinance/index",
|
|
|
|
|
"style": {
|
2023-11-09 09:44:44 +08:00
|
|
|
|
"navigationBarTitleText": "新增到账",
|
2023-11-05 00:08:34 +08:00
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
2023-11-05 15:34:42 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/message/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "消息",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/message/detail",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "消息",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
2023-11-09 09:44:44 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/waitlist/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "待办列表",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
2023-11-05 00:08:34 +08:00
|
|
|
|
}
|
2023-11-05 15:34:42 +08:00
|
|
|
|
|
2023-11-05 00:08:34 +08:00
|
|
|
|
],
|
|
|
|
|
"globalStyle": {
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"navigationBarTitleText": "uni-app",
|
|
|
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
|
|
|
"backgroundColor": "#F8F8F8"
|
|
|
|
|
},
|
|
|
|
|
"tabBar": {
|
|
|
|
|
"color": "#666666",
|
|
|
|
|
"selectedColor": "#3274F9",
|
|
|
|
|
"borderStyle": "white",
|
|
|
|
|
"backgroundColor": "#ffffff",
|
|
|
|
|
"list": [{
|
|
|
|
|
"pagePath": "pages/index/index",
|
|
|
|
|
"iconPath": "static/tabbar_icon/a.png",
|
|
|
|
|
"selectedIconPath": "static/tabbar_icon/a-a.png",
|
|
|
|
|
"text": "首页"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/examine/index",
|
|
|
|
|
"iconPath": "static/tabbar_icon/b.png",
|
|
|
|
|
"selectedIconPath": "static/tabbar_icon/b-b.png",
|
|
|
|
|
"text": "审批"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/oaTask/oaTask",
|
|
|
|
|
"iconPath": "static/tabbar_icon/c-c.png",
|
|
|
|
|
"selectedIconPath": "static/tabbar_icon/c.png",
|
|
|
|
|
"text": "任务"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/user/user",
|
|
|
|
|
"iconPath": "static/tabbar_icon/d-d.png",
|
|
|
|
|
"selectedIconPath": "static/tabbar_icon/d.png",
|
|
|
|
|
"text": "我的"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
"uniIdRouter": {},
|
|
|
|
|
"subPackages": [{
|
|
|
|
|
|
2023-11-05 15:34:42 +08:00
|
|
|
|
"root": "pages/users",
|
|
|
|
|
"name": "users",
|
|
|
|
|
"pages": [{
|
|
|
|
|
"path": "myInformation/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "个人信息",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
2023-11-05 00:08:34 +08:00
|
|
|
|
|
2023-11-05 15:34:42 +08:00
|
|
|
|
}
|
2023-11-05 00:08:34 +08:00
|
|
|
|
|
2023-11-05 15:34:42 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "salarydetails/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "工资详情",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
2023-11-05 00:08:34 +08:00
|
|
|
|
|
2023-11-05 15:34:42 +08:00
|
|
|
|
}
|
2023-11-05 00:08:34 +08:00
|
|
|
|
|
2023-11-05 15:34:42 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "user_document/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "公告",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
2023-11-05 00:08:34 +08:00
|
|
|
|
|
2023-11-05 15:34:42 +08:00
|
|
|
|
}
|
2023-11-05 00:08:34 +08:00
|
|
|
|
|
2023-11-05 15:34:42 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "user_document/detail",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "公司公示文档详情",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
2023-11-05 00:08:34 +08:00
|
|
|
|
|
2023-11-05 15:34:42 +08:00
|
|
|
|
}
|
2023-11-05 00:08:34 +08:00
|
|
|
|
|
2023-11-05 15:34:42 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "article/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "文章列表",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
2023-11-05 00:08:34 +08:00
|
|
|
|
|
2023-11-05 15:34:42 +08:00
|
|
|
|
}
|
2023-11-05 00:08:34 +08:00
|
|
|
|
|
2023-11-05 15:34:42 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "article/detail",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "文章详情",
|
|
|
|
|
"navigationBarBackgroundColor": "#3274F9",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
2023-11-05 00:08:34 +08:00
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2023-11-05 15:34:42 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
]
|
2023-11-05 00:08:34 +08:00
|
|
|
|
|
2023-11-05 15:34:42 +08:00
|
|
|
|
}]
|
2023-11-05 00:08:34 +08:00
|
|
|
|
}
|