pages.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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/situationsCenter/situationsCenter",
  70. "style" :
  71. {
  72. "navigationBarTitleText": "情境中心",
  73. "enablePullDownRefresh": false
  74. }
  75. }
  76. ,{
  77. "path" : "pages/situationDetail/situationDetail",
  78. "style" :
  79. {
  80. "navigationBarTitleText": "情境详情",
  81. "enablePullDownRefresh": false
  82. }
  83. }
  84. ],
  85. "globalStyle": {
  86. "navigationStyle": "custom",
  87. "navigationBarTextStyle": "black",
  88. "navigationBarTitleText": "追踪方法学",
  89. "navigationBarBackgroundColor": "#F8F8F8",
  90. "backgroundColor": "#F8F8F8",
  91. "app-plus": {
  92. "background": "#efeff4"
  93. },
  94. "rpxCalcMaxDeviceWidth": 9999,
  95. "onReachBottomDistance":184
  96. }
  97. }