pages.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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/mission-details/mission-details",
  28. "style": {
  29. "navigationBarTitleText": "改善任务",
  30. "enablePullDownRefresh": false
  31. }
  32. }
  33. ,{
  34. "path" : "pages/home/home",
  35. "style" :
  36. {
  37. "navigationBarTitleText": "个人中心",
  38. "enablePullDownRefresh": false
  39. }
  40. }
  41. ],
  42. "globalStyle": {
  43. "navigationBarTextStyle": "black",
  44. "navigationBarTitleText": "追踪方法学",
  45. "navigationBarBackgroundColor": "#F8F8F8",
  46. "backgroundColor": "#F8F8F8",
  47. "app-plus": {
  48. "background": "#efeff4"
  49. },
  50. "rpxCalcMaxDeviceWidth": 9999
  51. }
  52. }