pages.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/login/login",
  8. "style": {
  9. "navigationBarTitleText": "",
  10. "enablePullDownRefresh": false
  11. }
  12. },
  13. {
  14. "path": "pages/index/index",
  15. "style": {
  16. "navigationBarTitleText": ""
  17. }
  18. },
  19. {
  20. "path": "pages/orderMeal/index",
  21. "style": {
  22. "navigationBarTitleText": "点单"
  23. }
  24. },
  25. {
  26. "path": "pages/qrCode/index",
  27. "style": {
  28. "navigationStyle": "custom"
  29. }
  30. },
  31. {
  32. "path": "pages/order/index",
  33. "style": {
  34. "navigationBarTitleText": "订单"
  35. }
  36. },
  37. {
  38. "path": "pages/my/index",
  39. "style": {
  40. "navigationBarTitleText": "我的"
  41. }
  42. }
  43. ],
  44. "subPackages": [
  45. {
  46. "root": "loginPages",
  47. "pages": [{
  48. "path": "login/bind-account",
  49. "style": {
  50. "navigationBarTitleText": "账号绑定",
  51. "enablePullDownRefresh": false
  52. }
  53. }, {
  54. "path": "login/bind-account-password",
  55. "style": {
  56. "navigationBarTitleText": "绑定账号密码",
  57. "enablePullDownRefresh": false
  58. }
  59. }, {
  60. "path": "login/bind-transaction-password",
  61. "style": {
  62. "navigationBarTitleText": "绑定账号支付密码",
  63. "enablePullDownRefresh": false
  64. }
  65. }
  66. , {
  67. "path": "login/login-old-account",
  68. "style": {
  69. "navigationBarTitleText": "输入账号密码",
  70. "enablePullDownRefresh": false
  71. }
  72. }, {
  73. "path": "login/login-real-name-auth",
  74. "style": {
  75. "navigationBarTitleText": "实名认证",
  76. "enablePullDownRefresh": false
  77. }
  78. }, {
  79. "path": "login/retrieve-account",
  80. "style": {
  81. "navigationBarTitleText": "账号密码找回",
  82. "enablePullDownRefresh": false
  83. }
  84. }
  85. , {
  86. "path": "login/retrieve-account-password",
  87. {
  88. "root": "myPages",
  89. "pages": [
  90. {
  91. "path": "recharge/index",
  92. "style": {
  93. "navigationBarTitleText": "账号密码找回",
  94. "enablePullDownRefresh": false
  95. }
  96. } , {
  97. "path": "login/retrieve-account-phone",
  98. "style": {
  99. "navigationBarTitleText": "账号找回",
  100. "enablePullDownRefresh": false
  101. }
  102. }
  103. , {
  104. "path": "login/retrieve-method",
  105. "style": {
  106. "navigationBarTitleText": "账号找回方式",
  107. "enablePullDownRefresh": false
  108. }
  109. }
  110. ]
  111. },
  112. {
  113. "root": "otherPages",
  114. "pages": [
  115. {
  116. "path": "order/index",
  117. "style": {
  118. "navigationBarTitleText": "订单",
  119. "enablePullDownRefresh": false,
  120. "navigationStyle": "custom"
  121. }
  122. }
  123. ]
  124. },
  125. {
  126. "root": "otherPages",
  127. "pages": [
  128. {
  129. "path": "order/index",
  130. "style": {
  131. "navigationBarTitleText": "订单",
  132. "enablePullDownRefresh": false,
  133. "navigationStyle": "custom"
  134. }
  135. }
  136. ]
  137. }
  138. ],
  139. "tabBar": {
  140. "color": "#282828",
  141. "selectedColor": "#B22338",
  142. "borderStyle": "white",
  143. "backgroundColor": "#ffffff",
  144. "list": [{
  145. "pagePath": "pages/index/index"
  146. },
  147. {
  148. "pagePath": "pages/orderMeal/index"
  149. },
  150. {
  151. "pagePath": "pages/qrCode/index"
  152. },
  153. {
  154. "pagePath": "pages/order/index"
  155. },
  156. {
  157. "pagePath": "pages/my/index"
  158. }
  159. ]
  160. },
  161. "globalStyle": {
  162. "navigationBarTextStyle": "black",
  163. "navigationBarTitleText": "加载中",
  164. "navigationBarBackgroundColor": "#FFE05C",
  165. "backgroundColor": "#FFE05C",
  166. "titleNView": false
  167. },
  168. "uniIdRouter": {}
  169. }