pages.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  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/webview/index",
  34. "style": {
  35. "navigationBarTitleText": "",
  36. "navigationStyle": "custom"
  37. }
  38. },
  39. {
  40. "path": "pages/orderFood/index",
  41. "style": {
  42. "navigationBarTitleText": "点餐",
  43. "navigationStyle": "custom"
  44. }
  45. },
  46. {
  47. "path": "pages/foodDetail/index",
  48. "style": {
  49. "navigationBarTitleText": "菜品详情",
  50. "navigationStyle": "custom"
  51. }
  52. },
  53. {
  54. "path": "pages/placeOrder/index",
  55. "style": {
  56. "navigationBarTitleText": "确认订单"
  57. }
  58. },
  59. {
  60. "path": "pages/checkout/index",
  61. "style": {
  62. "navigationBarTitleText": "确认订单"
  63. }
  64. },
  65. {
  66. "path": "pages/result/index",
  67. "style": {
  68. "navigationBarTitleText": ""
  69. }
  70. },
  71. {
  72. "path": "pages/paymentSuccess/index",
  73. "style": {
  74. "navigationBarTitleText": "支付"
  75. }
  76. },
  77. {
  78. "path": "pages/personal/userInfo",
  79. "style": {
  80. "navigationBarTitleText": "个人信息"
  81. }
  82. },
  83. {
  84. "path": "pages/personal/setPhone",
  85. "style": {
  86. "navigationBarTitleText": "个人信息"
  87. }
  88. },
  89. {
  90. "path": "pages/orderInfo/index",
  91. "style": {
  92. "navigationBarTitleText": "订单详情"
  93. }
  94. },
  95. {
  96. "path": "pages/orderInfo/orderDetail",
  97. "style": {
  98. "navigationBarTitleText": "订单详情"
  99. }
  100. },
  101. {
  102. "path": "pages/coupon/index",
  103. "style": {
  104. "navigationBarTitleText": "我的券包",
  105. "disableScroll": true
  106. }
  107. }
  108. ],
  109. "globalStyle": {
  110. "navigationBarTextStyle": "black",
  111. "navigationBarTitleText": "",
  112. "navigationBarBackgroundColor": "#ffffff",
  113. "backgroundColor": "#F8F8F8",
  114. "app-plus": {
  115. "background": "#efeff4"
  116. },
  117. "usingComponents": {},
  118. "plugins": {}
  119. },
  120. "tabBar": {
  121. "custom": true,
  122. "color": "#999999",
  123. "selectedColor": "#333333",
  124. "backgroundColor": "#ffffff",
  125. "list": [
  126. {
  127. "pagePath": "pages/index/index",
  128. "text": "首页"
  129. },
  130. {
  131. "pagePath": "pages/numberOfDiners/index",
  132. "text": "扫码点餐"
  133. },
  134. {
  135. "pagePath": "pages/personal/index",
  136. "text": "我的"
  137. }
  138. ]
  139. }
  140. }