pages.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  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. "navigationStyle": "custom"
  41. }
  42. }
  43. ],
  44. "subPackages": [
  45. {
  46. "root": "loginPages",
  47. "pages": [
  48. {
  49. "path": "login/bind-account",
  50. "style": {
  51. "navigationBarTitleText": "账号绑定",
  52. "enablePullDownRefresh": false
  53. }
  54. },
  55. {
  56. "path": "login/bind-account-password",
  57. "style": {
  58. "navigationBarTitleText": "绑定账号密码",
  59. "enablePullDownRefresh": false
  60. }
  61. },
  62. {
  63. "path": "login/bind-transaction-password",
  64. "style": {
  65. "navigationBarTitleText": "绑定账号支付密码",
  66. "enablePullDownRefresh": false
  67. }
  68. },
  69. {
  70. "path": "login/login-old-account",
  71. "style": {
  72. "navigationBarTitleText": "输入账号密码",
  73. "enablePullDownRefresh": false
  74. }
  75. },
  76. {
  77. "path": "login/login-real-name-auth",
  78. "style": {
  79. "navigationBarTitleText": "实名认证",
  80. "enablePullDownRefresh": false
  81. }
  82. },
  83. {
  84. "path": "login/retrieve-account",
  85. "style": {
  86. "navigationBarTitleText": "账号密码找回",
  87. "enablePullDownRefresh": false
  88. }
  89. },
  90. {
  91. "path": "login/retrieve-account-password",
  92. "style": {
  93. "navigationBarTitleText": "账号密码找回",
  94. "enablePullDownRefresh": false
  95. }
  96. },
  97. {
  98. "path": "login/retrieve-account-phone",
  99. "style": {
  100. "navigationBarTitleText": "账号找回",
  101. "enablePullDownRefresh": false
  102. }
  103. },
  104. {
  105. "path": "login/retrieve-method",
  106. "style": {
  107. "navigationBarTitleText": "账号找回方式",
  108. "enablePullDownRefresh": false
  109. }
  110. }
  111. ]
  112. },
  113. {
  114. "root": "otherPages",
  115. "pages": [
  116. {
  117. "path": "order/index",
  118. "style": {
  119. "navigationBarTitleText": "订单",
  120. "enablePullDownRefresh": false,
  121. "navigationStyle": "custom"
  122. }
  123. },
  124. {
  125. "path": "orderDetail/index",
  126. "style": {
  127. "navigationBarTitleText": "订单详情",
  128. "enablePullDownRefresh": false
  129. }
  130. },
  131. {
  132. "path": "storeService/index",
  133. "style": {
  134. "navigationBarTitleText": "到店服务",
  135. "enablePullDownRefresh": false
  136. }
  137. },
  138. {
  139. "path": "serviceItems/index",
  140. "style": {
  141. "navigationBarTitleText": "选择服务项目",
  142. "enablePullDownRefresh": false
  143. }
  144. },
  145. {
  146. "path": "bookService/index",
  147. "style": {
  148. "navigationBarTitleText": "预约服务",
  149. "enablePullDownRefresh": false
  150. }
  151. }
  152. ]
  153. },
  154. {
  155. "root": "myPages",
  156. "pages": [
  157. {
  158. "path": "transactionPassword/index",
  159. "style": {
  160. "navigationBarTitleText": "输入密码",
  161. "enablePullDownRefresh": false
  162. }
  163. },
  164. {
  165. "path": "rechargeRecord/index",
  166. "style": {
  167. "navigationBarTitleText": "储值订单",
  168. "enablePullDownRefresh": false
  169. }
  170. },
  171. {
  172. "path": "transactionRecord/index",
  173. "style": {
  174. "navigationBarTitleText": "交易记录",
  175. "enablePullDownRefresh": false
  176. }
  177. },
  178. {
  179. "path": "transactionRecordDetail/index",
  180. "style": {
  181. "navigationBarTitleText": "交易详情",
  182. "enablePullDownRefresh": false
  183. }
  184. },
  185. {
  186. "path": "recharge/index",
  187. "style": {
  188. "navigationBarTitleText": "储值服务",
  189. "enablePullDownRefresh": false
  190. }
  191. },
  192. {
  193. "path": "coupon/index",
  194. "style": {
  195. "navigationBarTitleText": "优惠券",
  196. "enablePullDownRefresh": false
  197. }
  198. }
  199. ]
  200. },
  201. {
  202. "root": "storePages",
  203. "pages": [
  204. {
  205. "path": "store/store-choose",
  206. "style": {
  207. "navigationBarTitleText": "选择门店",
  208. "enablePullDownRefresh": false
  209. }
  210. }
  211. ]
  212. }
  213. ],
  214. "tabBar": {
  215. "color": "#282828",
  216. "selectedColor": "#B22338",
  217. "borderStyle": "white",
  218. "backgroundColor": "#ffffff",
  219. "list": [
  220. {
  221. "pagePath": "pages/index/index"
  222. },
  223. {
  224. "pagePath": "pages/orderMeal/index"
  225. },
  226. {
  227. "pagePath": "pages/qrCode/index"
  228. },
  229. {
  230. "pagePath": "pages/order/index"
  231. },
  232. {
  233. "pagePath": "pages/my/index"
  234. }
  235. ]
  236. },
  237. "globalStyle": {
  238. "navigationBarTextStyle": "black",
  239. "navigationBarTitleText": "加载中",
  240. "navigationBarBackgroundColor": "#FFE05C",
  241. "backgroundColor": "#FFE05C",
  242. "titleNView": false
  243. },
  244. "uniIdRouter": {}
  245. }