pages.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. "globalStyle": {
  70. "navigationStyle": "custom",
  71. "navigationBarTextStyle": "black",
  72. "navigationBarTitleText": "追踪方法学",
  73. "navigationBarBackgroundColor": "#F8F8F8",
  74. "backgroundColor": "#F8F8F8",
  75. "app-plus": {
  76. "background": "#efeff4"
  77. },
  78. "rpxCalcMaxDeviceWidth": 9999
  79. }
  80. }