pages.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. {
  2. "entryPagePath": "pages/launch/index",
  3. "pages": [
  4. {
  5. "path": "pages/launch/index",
  6. "style": {
  7. "navigationBarTitleText": "",
  8. "navigationStyle": "custom"
  9. }
  10. },
  11. {
  12. "path": "pages/index/index",
  13. "style": {
  14. "navigationBarTitleText": "首页",
  15. "navigationStyle": "custom",
  16. "enablePullDownRefresh": true
  17. }
  18. },
  19. {
  20. "path": "pages/personal/index",
  21. "style": {
  22. "navigationBarTitleText": "个人中心",
  23. "navigationStyle": "custom"
  24. }
  25. },
  26. {
  27. "path": "pages/numberOfDiners/index",
  28. "style": {
  29. "navigationBarTitleText": "扫码点餐"
  30. }
  31. },
  32. {
  33. "path": "pages/diningInfo/index",
  34. "style": {
  35. "navigationBarTitleText": "就餐信息"
  36. }
  37. },
  38. {
  39. "path": "pages/webview/index",
  40. "style": {
  41. "navigationBarTitleText": "",
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path": "pages/orderFood/index",
  47. "style": {
  48. "navigationBarTitleText": "点餐",
  49. "navigationStyle": "custom"
  50. }
  51. },
  52. {
  53. "path": "pages/foodDetail/index",
  54. "style": {
  55. "navigationBarTitleText": "菜品详情",
  56. "navigationStyle": "custom"
  57. }
  58. },
  59. {
  60. "path": "pages/placeOrder/index",
  61. "style": {
  62. "navigationBarTitleText": "确认订单"
  63. }
  64. },
  65. {
  66. "path": "pages/checkout/index",
  67. "style": {
  68. "navigationBarTitleText": "确认订单"
  69. }
  70. },
  71. {
  72. "path": "pages/result/index",
  73. "style": {
  74. "navigationBarTitleText": ""
  75. }
  76. },
  77. {
  78. "path": "pages/paymentSuccess/index",
  79. "style": {
  80. "navigationBarTitleText": "支付"
  81. }
  82. },
  83. {
  84. "path": "pages/personal/userInfo",
  85. "style": {
  86. "navigationBarTitleText": "个人信息"
  87. }
  88. },
  89. {
  90. "path": "pages/personal/setPhone",
  91. "style": {
  92. "navigationBarTitleText": "个人信息"
  93. }
  94. },
  95. {
  96. "path": "pages/orderInfo/index",
  97. "style": {
  98. "navigationBarTitleText": "订单详情"
  99. }
  100. },
  101. {
  102. "path": "pages/orderInfo/orderDetail",
  103. "style": {
  104. "navigationBarTitleText": "订单详情"
  105. }
  106. },
  107. {
  108. "path": "pages/coupon/index",
  109. "style": {
  110. "navigationBarTitleText": "我的券包",
  111. "disableScroll": true
  112. }
  113. }
  114. ],
  115. "globalStyle": {
  116. "navigationBarTextStyle": "black",
  117. "navigationBarTitleText": "",
  118. "navigationBarBackgroundColor": "#ffffff",
  119. "backgroundColor": "#F8F8F8",
  120. "app-plus": {
  121. "background": "#efeff4"
  122. },
  123. "usingComponents": {},
  124. "plugins": {}
  125. },
  126. "tabBar": {
  127. "custom": true,
  128. "color": "#999999",
  129. "selectedColor": "#333333",
  130. "backgroundColor": "#ffffff",
  131. "list": [
  132. {
  133. "pagePath": "pages/index/index",
  134. "text": "首页"
  135. },
  136. {
  137. "pagePath": "pages/numberOfDiners/index",
  138. "text": "扫码点餐"
  139. },
  140. {
  141. "pagePath": "pages/personal/index",
  142. "text": "我的"
  143. }
  144. ]
  145. }
  146. }