pages.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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. }