pages.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/login/login"
  5. },
  6. {
  7. "path": "pages/creatingSituations/creatingSituations",
  8. "style": {
  9. "navigationBarTitleText": "创建情境",
  10. "enablePullDownRefresh": false
  11. }
  12. },
  13. {
  14. "path": "pages/mission/mission",
  15. "style": {
  16. "navigationBarTitleText": "任务",
  17. "enablePullDownRefresh": false
  18. }
  19. },
  20. {
  21. "path": "pages/configure/configure",
  22. "style": {
  23. "navigationBarTitleText": "配置",
  24. "enablePullDownRefresh": false
  25. }
  26. },
  27. {
  28. "path": "pages/mission-details/mission-details",
  29. "style": {
  30. "navigationBarTitleText": "改善任务",
  31. "enablePullDownRefresh": false
  32. }
  33. },
  34. {
  35. "path": "pages/mission-action/mission-action",
  36. "style": {
  37. "navigationBarTitleText": "改善任务",
  38. "enablePullDownRefresh": false
  39. }
  40. },
  41. {
  42. "path": "pages/home/home",
  43. "style": {
  44. "navigationBarTitleText": "个人中心",
  45. "enablePullDownRefresh": false
  46. }
  47. },
  48. {
  49. "path": "pages/role-switching/role-switching",
  50. "style": {
  51. "navigationBarTitleText": "角色切换",
  52. "enablePullDownRefresh": false
  53. }
  54. },
  55. {
  56. "path": "pages/messages/messages",
  57. "style": {
  58. "navigationBarTitleText": "消息中心",
  59. "enablePullDownRefresh": false
  60. }
  61. },
  62. {
  63. "path": "pages/calendar/calendar",
  64. "style": {
  65. "navigationBarTitleText": "日历",
  66. "enablePullDownRefresh": false
  67. }
  68. },
  69. {
  70. "path": "pages/todayCheck/todayCheck",
  71. "style": {
  72. "navigationBarTitleText": "今日查核",
  73. "enablePullDownRefresh": false
  74. }
  75. },
  76. {
  77. "path": "pages/improve-mission-list/improve-mission-list",
  78. "style": {
  79. "navigationBarTitleText": "改善列表",
  80. "enablePullDownRefresh": false
  81. }
  82. },
  83. {
  84. "path": "pages/situationsCenter/situationsCenter",
  85. "style": {
  86. "navigationBarTitleText": "情境中心",
  87. "enablePullDownRefresh": false
  88. }
  89. },
  90. {
  91. "path": "pages/situationDetail/situationDetail",
  92. "style": {
  93. "navigationBarTitleText": "情境详情",
  94. "enablePullDownRefresh": false
  95. }
  96. },
  97. {
  98. "path" : "pages/checkMapList/checkMapList",
  99. "style" : {
  100. "navigationBarTitleText": "查核地图",
  101. "enablePullDownRefresh": false
  102. }
  103. },
  104. {
  105. "path" : "pages/checkList/checkList",
  106. "style" : {
  107. "navigationBarTitleText": "查核列表",
  108. "enablePullDownRefresh": false
  109. }
  110. }
  111. ],
  112. "globalStyle": {
  113. "navigationStyle": "custom",
  114. "navigationBarTextStyle": "black",
  115. "navigationBarTitleText": "追踪方法学",
  116. "navigationBarBackgroundColor": "#F8F8F8",
  117. "backgroundColor": "#F8F8F8",
  118. "app-plus": {
  119. "background": "#efeff4"
  120. },
  121. "rpxCalcMaxDeviceWidth": 9999,
  122. "onReachBottomDistance": 184
  123. }
  124. }