pages.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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. "globalStyle": {
  82. "navigationBarTextStyle": "black",
  83. "navigationBarTitleText": "",
  84. "navigationBarBackgroundColor": "#ffffff",
  85. "backgroundColor": "#F8F8F8",
  86. "app-plus": {
  87. "background": "#efeff4"
  88. },
  89. "usingComponents": {},
  90. "plugins": {}
  91. },
  92. "tabBar": {
  93. "custom": true,
  94. "color": "#999999",
  95. "selectedColor": "#333333",
  96. "backgroundColor": "#ffffff",
  97. "list": [
  98. {
  99. "pagePath": "pages/index/index",
  100. "text": "首页"
  101. },
  102. {
  103. "pagePath": "pages/numberOfDiners/index",
  104. "text": "扫码点餐"
  105. },
  106. {
  107. "pagePath": "pages/personal/index",
  108. "text": "我的"
  109. }
  110. ]
  111. }
  112. }