pages.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "开邻智数",
  7. "enablePullDownRefresh": true
  8. }
  9. },
  10. {
  11. "path": "pages/car/index",
  12. "style": {
  13. "navigationBarTitleText": "购物车"
  14. }
  15. },
  16. {
  17. "path": "pages/car/order",
  18. "style": {
  19. "navigationBarTitleText": "提交预约"
  20. }
  21. },
  22. {
  23. "path": "pages/user/index",
  24. "style": {
  25. "navigationBarTitleText": "我的",
  26. "navigationStyle":"custom"
  27. }
  28. },
  29. {
  30. "path": "pages/user/settings",
  31. "style": {
  32. "navigationBarTitleText": "设置"
  33. }
  34. },
  35. {
  36. "path" : "pages/coupon/index",
  37. "style" :
  38. {
  39. "navigationBarTitleText" : "优惠券",
  40. "enablePullDownRefresh": true
  41. }
  42. },
  43. {
  44. "path" : "pages/orders/index",
  45. "style" :
  46. {
  47. "navigationBarTitleText" : "预约中心",
  48. "enablePullDownRefresh": true
  49. }
  50. },
  51. {
  52. "path" : "pages/product/index",
  53. "style" :
  54. {
  55. "navigationBarTitleText" : "商品详情",
  56. "navigationStyle":"custom"
  57. }
  58. },
  59. {
  60. "path" : "pages/user/info",
  61. "style" :
  62. {
  63. "navigationBarTitleText" : "信息设置"
  64. }
  65. },
  66. {
  67. "path" : "pages/login/index",
  68. "style" :
  69. {
  70. "navigationBarTitleText" : "登录注册"
  71. }
  72. },
  73. {
  74. "path" : "pages/bind/user",
  75. "style" :
  76. {
  77. "navigationBarTitleText" : "客户绑定"
  78. }
  79. },
  80. {
  81. "path" : "pages/addr/index",
  82. "style" :
  83. {
  84. "navigationBarTitleText" : "收货地址"
  85. }
  86. },
  87. {
  88. "path" : "pages/score/record",
  89. "style" :
  90. {
  91. "navigationBarTitleText" : "积分记录",
  92. "enablePullDownRefresh": true
  93. }
  94. },
  95. {
  96. "path" : "pages/score/clockin",
  97. "style" :
  98. {
  99. "navigationBarTitleText" : "积分签到",
  100. "navigationStyle":"custom"
  101. }
  102. },
  103. {
  104. "path" : "pages/score/index",
  105. "style" :
  106. {
  107. "navigationBarTitleText" : "积分产品"
  108. }
  109. },
  110. {
  111. "path" : "pages/score/product",
  112. "style" :
  113. {
  114. "navigationBarTitleText" : "产品详情",
  115. "navigationStyle":"custom"
  116. }
  117. },
  118. {
  119. "path" : "pages/score/orders",
  120. "style" :
  121. {
  122. "navigationBarTitleText" : "积分订单"
  123. }
  124. },
  125. {
  126. "path" : "pages/score/completion",
  127. "style" :
  128. {
  129. "navigationBarTitleText" : "兑换成功"
  130. }
  131. },
  132. {
  133. "path" : "pages/orders/completion",
  134. "style" :
  135. {
  136. "navigationBarTitleText" : "购买成功"
  137. }
  138. },
  139. {
  140. "path" : "pages/webview/index",
  141. "style" :
  142. {
  143. "navigationBarTitleText" : "活动页面"
  144. }
  145. },
  146. {
  147. "path" : "pages/coupon/order_coupon",
  148. "style" :
  149. {
  150. "navigationBarTitleText" : "优惠卷"
  151. }
  152. },
  153. {
  154. "path" : "pages/course/index",
  155. "style" :
  156. {
  157. "navigationBarTitleText" : "上课"
  158. }
  159. },
  160. {
  161. "path" : "pages/orders/confirm",
  162. "style" :
  163. {
  164. "navigationBarTitleText" : "确认支付"
  165. }
  166. }
  167. ],
  168. "subPackages": [
  169. {
  170. "root": "pagesA",
  171. "pages": [
  172. {
  173. "path" : "search/index",
  174. "style" :
  175. {
  176. "navigationBarTitleText" : "搜索商品"
  177. }
  178. },
  179. {
  180. "path" : "course/reservation",
  181. "style" :
  182. {
  183. "navigationBarTitleText" : "课程预约"
  184. }
  185. },
  186. {
  187. "path" : "course/usercourse",
  188. "style" :
  189. {
  190. "navigationBarTitleText" : "我的课程"
  191. }
  192. },
  193. {
  194. "path" : "orders/userorder",
  195. "style" :
  196. {
  197. "navigationBarTitleText" : "我的订单"
  198. }
  199. },
  200. {
  201. "path" : "user/favorites",
  202. "style" :
  203. {
  204. "navigationBarTitleText" : "我的收藏"
  205. }
  206. },
  207. {
  208. "path" : "user/usercoupon",
  209. "style" :
  210. {
  211. "navigationBarTitleText" : "我的优惠卷"
  212. }
  213. },
  214. {
  215. "path" : "coupon/couponproductlist",
  216. "style" :
  217. {
  218. "navigationBarTitleText" : "优惠卷商品"
  219. }
  220. }]
  221. }
  222. ],
  223. "globalStyle": {
  224. "navigationBarTextStyle": "black",
  225. "navigationBarTitleText": "uni-app",
  226. "navigationBarBackgroundColor": "#F8F8F8",
  227. "backgroundColor": "#F8F8F8"
  228. },
  229. "uniIdRouter": {},
  230. "tabBar": {
  231. "color": "#333333",
  232. "selectedColor": "#333333",
  233. "backgroundColor": "#F8F8F8",
  234. "borderStyle": "white",
  235. "position": "bottom",
  236. "list": [{
  237. "pagePath": "pages/index/index",
  238. "iconPath": "static/icon/home.png",
  239. "selectedIconPath": "static/icon/home_active.png",
  240. "text": "首页"
  241. },{
  242. "pagePath": "pages/score/index",
  243. "iconPath": "static/tabbar/score.png",
  244. "selectedIconPath": "static/tabbar/score_active.png",
  245. "text": "积分"
  246. },{
  247. "pagePath": "pages/course/index",
  248. "iconPath": "static/tabbar/clockin.png",
  249. "selectedIconPath": "static/tabbar/clockin_active.png",
  250. "text": "上课"
  251. },{
  252. "pagePath": "pages/car/index",
  253. "iconPath": "static/icon/car.png",
  254. "selectedIconPath": "static/icon/car_active.png",
  255. "text": "购物车"
  256. }, {
  257. "pagePath": "pages/user/index",
  258. "iconPath": "static/icon/user.png",
  259. "selectedIconPath": "static/icon/user_active.png",
  260. "text": "我的"
  261. }]
  262. }
  263. }