pages.json 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  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. "navigationStyle": "custom"
  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": "orderPages",
  115. "pages": [
  116. {
  117. "path": "orderDetail/index",
  118. "style": {
  119. "navigationBarTitleText": "订单详情",
  120. "enablePullDownRefresh": false
  121. }
  122. },
  123. {
  124. "path": "storeService/index",
  125. "style": {
  126. "navigationBarTitleText": "到店服务",
  127. "enablePullDownRefresh": false
  128. }
  129. },
  130. {
  131. "path": "serviceItems/index",
  132. "style": {
  133. "navigationBarTitleText": "选择服务项目",
  134. "enablePullDownRefresh": false
  135. }
  136. },
  137. {
  138. "path": "bookService/index",
  139. "style": {
  140. "navigationBarTitleText": "预约服务",
  141. "enablePullDownRefresh": false
  142. }
  143. }, {
  144. "path": "serviceTeacher/index",
  145. "style": {
  146. "navigationBarTitleText": "服务老师",
  147. "enablePullDownRefresh": false
  148. }
  149. }, {
  150. "path": "serviceObject/index",
  151. "style": {
  152. "navigationBarTitleText": "服务对象",
  153. "enablePullDownRefresh": false
  154. }
  155. }
  156. ]
  157. },
  158. {
  159. "root": "myPages",
  160. "pages": [
  161. {
  162. "path": "transactionPassword/index",
  163. "style": {
  164. "navigationBarTitleText": "输入密码",
  165. "enablePullDownRefresh": false
  166. }
  167. },
  168. {
  169. "path": "rechargeRecord/index",
  170. "style": {
  171. "navigationBarTitleText": "储值订单",
  172. "enablePullDownRefresh": false
  173. }
  174. },
  175. {
  176. "path": "transactionRecord/index",
  177. "style": {
  178. "navigationBarTitleText": "交易记录",
  179. "enablePullDownRefresh": false
  180. }
  181. },
  182. {
  183. "path": "transactionRecordDetail/index",
  184. "style": {
  185. "navigationBarTitleText": "交易详情",
  186. "enablePullDownRefresh": false
  187. }
  188. },
  189. {
  190. "path": "recharge/index",
  191. "style": {
  192. "navigationBarTitleText": "储值服务",
  193. "enablePullDownRefresh": false
  194. }
  195. },
  196. {
  197. "path": "coupon/index",
  198. "style": {
  199. "navigationBarTitleText": "优惠券",
  200. "enablePullDownRefresh": false
  201. }
  202. }
  203. ]
  204. },
  205. {
  206. "root": "storePages",
  207. "pages": [
  208. {
  209. "path": "store/store-choose",
  210. "style": {
  211. "navigationBarTitleText": "选择门店",
  212. "enablePullDownRefresh": false
  213. }
  214. }
  215. ]
  216. }
  217. ],
  218. "tabBar": {
  219. "color": "#282828",
  220. "selectedColor": "#B22338",
  221. "borderStyle": "white",
  222. "backgroundColor": "#ffffff",
  223. "list": [
  224. {
  225. "pagePath": "pages/index/index"
  226. },
  227. {
  228. "pagePath": "pages/orderMeal/index"
  229. },
  230. {
  231. "pagePath": "pages/qrCode/index"
  232. },
  233. {
  234. "pagePath": "pages/order/index"
  235. },
  236. {
  237. "pagePath": "pages/my/index"
  238. }
  239. ]
  240. },
  241. "globalStyle": {
  242. "navigationBarTextStyle": "black",
  243. "navigationBarTitleText": "加载中",
  244. "navigationBarBackgroundColor": "#FFE05C",
  245. "backgroundColor": "#FFE05C",
  246. "titleNView": false
  247. },
  248. "uniIdRouter": {}
  249. }