pages.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "追踪方法学"
  7. }
  8. },
  9. {
  10. "path": "pages/login/login"
  11. },
  12. {
  13. "path": "pages/creatingSituations/creatingSituations",
  14. "style": {
  15. "navigationBarTitleText": "创建情境",
  16. "enablePullDownRefresh": false
  17. }
  18. },
  19. {
  20. "path": "pages/mission/mission",
  21. "style": {
  22. "navigationBarTitleText": "任务",
  23. "enablePullDownRefresh": false
  24. }
  25. },
  26. {
  27. "path": "pages/configure/configure",
  28. "style": {
  29. "navigationBarTitleText": "配置",
  30. "enablePullDownRefresh": false
  31. }
  32. },
  33. {
  34. "path": "pages/mission-details/mission-details",
  35. "style": {
  36. "navigationBarTitleText": "改善任务",
  37. "enablePullDownRefresh": false
  38. }
  39. },
  40. {
  41. "path": "pages/mission-action/mission-action",
  42. "style": {
  43. "navigationBarTitleText": "改善任务",
  44. "enablePullDownRefresh": false
  45. }
  46. },
  47. {
  48. "path": "pages/home/home",
  49. "style": {
  50. "navigationBarTitleText": "个人中心",
  51. "enablePullDownRefresh": false
  52. }
  53. },
  54. {
  55. "path": "pages/role-switching/role-switching",
  56. "style": {
  57. "navigationBarTitleText": "角色切换",
  58. "enablePullDownRefresh": false
  59. }
  60. },
  61. {
  62. "path": "pages/messages/messages",
  63. "style": {
  64. "navigationBarTitleText": "消息中心",
  65. "enablePullDownRefresh": false
  66. }
  67. },
  68. {
  69. "path": "pages/calendar/calendar",
  70. "style": {
  71. "navigationBarTitleText": "日历",
  72. "enablePullDownRefresh": false
  73. }
  74. },
  75. {
  76. "path": "pages/todayCheck/todayCheck",
  77. "style": {
  78. "navigationBarTitleText": "今日查核",
  79. "enablePullDownRefresh": false
  80. }
  81. }
  82. ],
  83. "globalStyle": {
  84. "navigationStyle": "custom",
  85. "navigationBarTextStyle": "black",
  86. "navigationBarTitleText": "追踪方法学",
  87. "navigationBarBackgroundColor": "#F8F8F8",
  88. "backgroundColor": "#F8F8F8",
  89. "app-plus": {
  90. "background": "#efeff4"
  91. },
  92. "rpxCalcMaxDeviceWidth": 9999
  93. }
  94. }