pages.json 1.9 KB

12345678910111213141516171819202122232425262728293031
  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. ],
  22. "globalStyle": {
  23. "navigationBarTextStyle": "white",
  24. "navigationBarBackgroundColor": "#1677ff",
  25. "backgroundColor": "#f5f6f7",
  26. "navigationBarTitleText": "Aimill人力资源"
  27. },
  28. "app-plus": {
  29. "softinputMode": "adjustPan"
  30. }
  31. }