pages.json 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "pages": [
  3. { "path": "pages/login/index", "style": { "navigationStyle": "custom" } },
  4. { "path": "pages/home/index", "style": { "navigationStyle": "custom" } },
  5. { "path": "pages/work/index", "style": { "navigationBarTitleText": "工作台" } },
  6. { "path": "pages/contacts/index", "style": { "navigationBarTitleText": "通讯录" } },
  7. { "path": "pages/profile/index", "style": { "navigationStyle": "custom" } },
  8. { "path": "pages/apply/form", "style": { "navigationBarTitleText": "提交申请" } },
  9. { "path": "pages/apply/list", "style": { "navigationBarTitleText": "我的申请" } },
  10. { "path": "pages/approval/index", "style": { "navigationBarTitleText": "审批中心" } },
  11. { "path": "pages/approval/detail", "style": { "navigationBarTitleText": "审批详情" } },
  12. { "path": "pages/attendance/index", "style": { "navigationBarTitleText": "我的考勤" } },
  13. { "path": "pages/salary/index", "style": { "navigationBarTitleText": "工资条" } },
  14. { "path": "pages/leave/index", "style": { "navigationBarTitleText": "假期余额" } },
  15. { "path": "pages/training/index", "style": { "navigationBarTitleText": "培训学习" } },
  16. { "path": "pages/performance/index", "style": { "navigationBarTitleText": "绩效记录" } },
  17. { "path": "pages/profile/edit", "style": { "navigationBarTitleText": "个人信息" } },
  18. { "path": "pages/employee/detail", "style": { "navigationBarTitleText": "员工资料" } },
  19. { "path": "pages/notice/index", "style": { "navigationBarTitleText": "通知公告" } },
  20. { "path": "pages/manage/index", "style": { "navigationBarTitleText": "人事管理" } },
  21. { "path": "pages/manage/onboard-detail", "style": { "navigationBarTitleText": "入职详情" } },
  22. { "path": "pages/manage/onboard-create", "style": { "navigationBarTitleText": "新建入职流程" } },
  23. { "path": "pages/manage/resign-detail", "style": { "navigationBarTitleText": "离职详情" } },
  24. { "path": "pages/manage/resign-handover", "style": { "navigationBarTitleText": "离职交接单" } },
  25. { "path": "pages/manage/transfer-list", "style": { "navigationBarTitleText": "调岗申请" } },
  26. { "path": "pages/manage/transfer-create", "style": { "navigationBarTitleText": "调岗申请" } },
  27. { "path": "pages/manage/transfer-detail", "style": { "navigationBarTitleText": "调岗详情" } },
  28. { "path": "pages/manage/regular-list", "style": { "navigationBarTitleText": "转正办理" } },
  29. { "path": "pages/manage/regular-create", "style": { "navigationBarTitleText": "转正申请" } },
  30. { "path": "pages/manage/regular-detail", "style": { "navigationBarTitleText": "转正详情" } },
  31. { "path": "pages/manage/regular-template-list", "style": { "navigationBarTitleText": "转正申请模板" } },
  32. { "path": "pages/manage/regular-template-form", "style": { "navigationBarTitleText": "转正申请模板" } }
  33. ],
  34. "globalStyle": {
  35. "navigationBarTextStyle": "white",
  36. "navigationBarBackgroundColor": "#1677ff",
  37. "backgroundColor": "#f5f6f7",
  38. "navigationBarTitleText": "Aimill人力资源"
  39. },
  40. "app-plus": {
  41. "softinputMode": "adjustPan"
  42. }
  43. }