pages.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. {
  51. "navigationBarTitleText": "个人中心",
  52. "enablePullDownRefresh": false
  53. }
  54. }
  55. ,{
  56. "path" : "pages/role-switching/role-switching",
  57. "style" :
  58. {
  59. "navigationBarTitleText": "角色切换",
  60. "enablePullDownRefresh": false
  61. }
  62. }
  63. ],
  64. "globalStyle": {
  65. "navigationStyle": "custom",
  66. "navigationBarTextStyle": "black",
  67. "navigationBarTitleText": "追踪方法学",
  68. "navigationBarBackgroundColor": "#F8F8F8",
  69. "backgroundColor": "#F8F8F8",
  70. "app-plus": {
  71. "background": "#efeff4"
  72. },
  73. "rpxCalcMaxDeviceWidth": 9999
  74. }
  75. }