pages.json 2.4 KB

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