pages.json 2.1 KB

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