pages.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "氢予医疗"
  7. }
  8. },
  9. {
  10. "path": "pages/index/video_detail",
  11. "style": {
  12. "navigationBarTitleText": "氢予医疗"
  13. }
  14. },
  15. {
  16. "path": "pages/index/video_list",
  17. "style": {
  18. "navigationBarTitleText": "氢知驿站"
  19. }
  20. },
  21. {
  22. "path": "pages/index/order",
  23. "style": {
  24. "navigationBarTitleText": "正在吸氢"
  25. }
  26. },
  27. {
  28. "path": "pages/mine/card_use",
  29. "style": {
  30. "navigationBarTitleText": "消费记录"
  31. }
  32. },
  33. {
  34. "path": "pages/mine/pay_success",
  35. "style": {
  36. "navigationBarTitleText": "支付成功"
  37. }
  38. },
  39. {
  40. "path": "pages/index/surePay",
  41. "style": {
  42. "navigationBarTitleText": "氢予医疗"
  43. }
  44. },
  45. {
  46. "path": "pages/share/index",
  47. "style": {
  48. "navigationBarTitleText": "氢予医疗"
  49. }
  50. },
  51. {
  52. "path": "pages/mine/mine",
  53. "style": {
  54. "navigationStyle": "custom",
  55. "navigationBarTextStyle": "white"
  56. }
  57. },
  58. {
  59. "path": "pages/index/shopList",
  60. "style": {
  61. "navigationBarTitleText": "站点列表"
  62. }
  63. },
  64. {
  65. "path": "pages/mine/about",
  66. "style": {
  67. "navigationBarTitleText": "关于我们"
  68. }
  69. },
  70. {
  71. "path": "pages/mine/record",
  72. "style": {
  73. "navigationBarTitleText": "吸氢记录"
  74. }
  75. },
  76. {
  77. "path": "pages/mine/orderDetail",
  78. "style": {
  79. "navigationBarTitleText": "订单详情"
  80. }
  81. },
  82. {
  83. "path": "pages/index/service",
  84. "style": {
  85. "navigationBarTitleText": "服务选择"
  86. }
  87. },
  88. {
  89. "path": "pages/mine/card_detail",
  90. "style": {
  91. "navigationBarTitleText": "吸氢卡详情"
  92. }
  93. },
  94. {
  95. "path": "pages/index/equipmentList",
  96. "style": {
  97. "navigationStyle": "custom",
  98. "navigationBarTitleText": "设备列表"
  99. }
  100. }
  101. ],
  102. "globalStyle": {
  103. "navigationBarTextStyle": "black",
  104. "navigationBarTitleText": "uni-app",
  105. "navigationBarBackgroundColor": "#F8F8F8",
  106. "backgroundColor": "#F8F8F8",
  107. "onReachBottomDistance": 50
  108. }
  109. }