pages.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. // "navigationBarTitleText": "uni-app"
  7. }
  8. },
  9. {
  10. "path": "pages/login/login",
  11. "style": {
  12. }
  13. },
  14. {
  15. "path": "pages/register/register",
  16. "style": {
  17. }
  18. },
  19. {
  20. "path": "pages/home/home",
  21. "style": {
  22. "navigationStyle": "custom"
  23. }
  24. },
  25. {
  26. "path": "pages/basalMetabolism/basalMetabolism",
  27. "style": {
  28. "navigationStyle": "custom"
  29. }
  30. },
  31. {
  32. "path": "pages/dayCalorie/dayCalorie",
  33. "style": {
  34. "navigationStyle": "custom"
  35. }
  36. },
  37. {
  38. "path": "pages/heartRhythms/heartRhythms",
  39. "style": {
  40. "navigationStyle": "custom"
  41. }
  42. },
  43. {
  44. "path": "pages/bodyFatRatio/bodyFatRatio",
  45. "style": {
  46. "navigationStyle": "custom"
  47. }
  48. },
  49. {
  50. "path": "pages/basalMetabolism/help",
  51. "style": {
  52. "navigationStyle": "custom"
  53. }
  54. },
  55. {
  56. "path": "pages/bodyFatRatio/help",
  57. "style": {
  58. "navigationStyle": "custom"
  59. }
  60. },
  61. {
  62. "path": "pages/dayCalorie/help",
  63. "style": {
  64. "navigationStyle": "custom"
  65. }
  66. },
  67. {
  68. "path": "pages/heartRhythms/help",
  69. "style": {
  70. "navigationStyle": "custom"
  71. }
  72. },
  73. {
  74. "path": "pages/heartRhythms/staticHeartRateHelp",
  75. "style": {
  76. "navigationStyle": "custom"
  77. }
  78. }
  79. ],
  80. "globalStyle": {
  81. "navigationStyle": "custom"
  82. // "navigationBarTextStyle": "white",
  83. // "navigationBarTitleText": "燃脂功能训练",
  84. // "navigationBarBackgroundColor": "rgb(115,164,164)",
  85. // "backgroundColor": "#F8F8F8",
  86. // "scrollIndicator": "none",
  87. // "app-plus":{
  88. // // "titleNView":false
  89. // "scrollIndicator":"none" //全局 在APP页面都不显示滚动条
  90. // }
  91. }
  92. }