| 12345678910111213141516171819202122232425262728293031 |
- {
- "pages": [
- { "path": "pages/login/index", "style": { "navigationStyle": "custom" } },
- { "path": "pages/home/index", "style": { "navigationStyle": "custom" } },
- { "path": "pages/work/index", "style": { "navigationBarTitleText": "工作台" } },
- { "path": "pages/contacts/index", "style": { "navigationBarTitleText": "通讯录" } },
- { "path": "pages/profile/index", "style": { "navigationStyle": "custom" } },
- { "path": "pages/apply/form", "style": { "navigationBarTitleText": "提交申请" } },
- { "path": "pages/apply/list", "style": { "navigationBarTitleText": "我的申请" } },
- { "path": "pages/approval/index", "style": { "navigationBarTitleText": "审批中心" } },
- { "path": "pages/approval/detail", "style": { "navigationBarTitleText": "审批详情" } },
- { "path": "pages/attendance/index", "style": { "navigationBarTitleText": "我的考勤" } },
- { "path": "pages/salary/index", "style": { "navigationBarTitleText": "工资条" } },
- { "path": "pages/leave/index", "style": { "navigationBarTitleText": "假期余额" } },
- { "path": "pages/training/index", "style": { "navigationBarTitleText": "培训学习" } },
- { "path": "pages/performance/index", "style": { "navigationBarTitleText": "绩效记录" } },
- { "path": "pages/profile/edit", "style": { "navigationBarTitleText": "个人信息" } },
- { "path": "pages/employee/detail", "style": { "navigationBarTitleText": "员工资料" } },
- { "path": "pages/notice/index", "style": { "navigationBarTitleText": "通知公告" } },
- { "path": "pages/manage/index", "style": { "navigationBarTitleText": "人事管理" } }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#1677ff",
- "backgroundColor": "#f5f6f7",
- "navigationBarTitleText": "Aimill人力资源"
- },
- "app-plus": {
- "softinputMode": "adjustPan"
- }
- }
|