pages.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "enablePullDownRefresh": true,
  6. // #ifdef MP
  7. "navigationStyle": "custom",
  8. // #endif
  9. // #ifndef MP
  10. "app-plus": {
  11. "titleNView": false
  12. },
  13. // #endif
  14. "navigationBarTitleText": "商城首页"
  15. }
  16. },
  17. {
  18. "path": "pages/public/register",
  19. "style": {
  20. "navigationBarTitleText": "注册",
  21. "app-plus": {
  22. "titleNView": {
  23. "type": "transparent"
  24. }
  25. }
  26. }
  27. }, {
  28. "path": "pages/public/login",
  29. "style": {
  30. "navigationBarTitleText": "登录",
  31. "app-plus": {
  32. "titleNView": {
  33. "type": "transparent"
  34. }
  35. }
  36. }
  37. },
  38. {
  39. "path": "pages/public/wxLogin",
  40. "style": {
  41. "navigationBarTitleText": "微信登录",
  42. "app-plus": {
  43. "titleNView": {
  44. "type": "transparent"
  45. }
  46. }
  47. }
  48. },
  49. {
  50. "path": "pages/public/forget",
  51. "style": {
  52. "navigationBarTitleText": "忘记密码",
  53. "app-plus": {
  54. "titleNView": {
  55. "type": "transparent"
  56. }
  57. }
  58. }
  59. },
  60. {
  61. "path": "pages/set/phone",
  62. "style": {
  63. "navigationBarTitleText": "实名认证"
  64. }
  65. },
  66. {
  67. "path": "pages/set/userinfo",
  68. "style": {
  69. "navigationBarTitleText": "修改资料"
  70. }
  71. },
  72. {
  73. "path": "pages/user/user",
  74. "style": {
  75. "navigationBarTitleText": "个人中心",
  76. "app-plus": {
  77. "titleNView": false
  78. }
  79. }
  80. },
  81. {
  82. "path": "pages/user/coupon",
  83. "style": {
  84. "navigationBarTitleText": "我的卡卷"
  85. }
  86. },
  87. {
  88. "path": "pages/user/becomeVip",
  89. "style": {
  90. "navigationBarTitleText": "申请接单员"
  91. }
  92. },
  93. {
  94. "path": "pages/order/order",
  95. "style": {
  96. "navigationBarTitleText": "我的订单",
  97. "app-plus": {
  98. "bounce": "none"
  99. }
  100. }
  101. },
  102. {
  103. "path": "pages/order/expressInfo",
  104. "style": {
  105. "navigationBarTitleText": "快递详情"
  106. }
  107. },
  108. {
  109. "path": "pages/order/orderDetail",
  110. "style": {
  111. "navigationBarTitleText": "订单详情",
  112. "app-plus": {
  113. "bounce": "none"
  114. }
  115. }
  116. },
  117. {
  118. "path": "pages/order/evaluate",
  119. "style": {
  120. "navigationBarTitleText": "评论"
  121. }
  122. },
  123. {
  124. "path": "pages/order/orderRefund",
  125. "style": {
  126. "navigationBarTitleText": "申请退款"
  127. }
  128. },
  129. {
  130. "path": "pages/order/createOrder",
  131. "style": {
  132. "navigationBarTitleText": "创建订单"
  133. }
  134. }, {
  135. "path": "pages/money/pay",
  136. "style": {
  137. "navigationBarTitleText": "支付"
  138. }
  139. },
  140. {
  141. "path": "pages/money/paySuccess",
  142. "style": {
  143. "navigationBarTitleText": "支付成功"
  144. }
  145. },
  146. {
  147. "path": "pages/money/wallet",
  148. "style": {
  149. "navigationBarTitleText": "我的佣金",
  150. "app-plus": {
  151. "titleNView": false
  152. }
  153. }
  154. },
  155. {
  156. "path": "pages/money/balance",
  157. "style": {
  158. "navigationBarTitleText": "我的余额",
  159. "app-plus": {
  160. "titleNView": false
  161. }
  162. }
  163. },
  164. {
  165. "path": "pages/money/account",
  166. "style": {
  167. "navigationBarTitleText": "提现账号"
  168. }
  169. },
  170. {
  171. "path": "pages/money/withdrawal",
  172. "style": {
  173. "navigationBarTitleText": "提现"
  174. }
  175. },
  176. {
  177. "path": "pages/money/recharge",
  178. "style": {
  179. "navigationBarTitleText": "充值"
  180. }
  181. },
  182. {
  183. "path": "pages/redirect/redirect",
  184. "style": {
  185. "navigationBarTitleText": "微信登录跳转页面",
  186. "app-plus": {
  187. "titleNView": false
  188. }
  189. }
  190. },
  191. {
  192. "path": "pages/user/extension",
  193. "style": {
  194. "navigationBarTitleText": "我的推广",
  195. "app-plus": {
  196. "titleNView": false
  197. }
  198. }
  199. },
  200. {
  201. "path": "pages/user/shareQrCode",
  202. "style": {
  203. "navigationBarTitleText": "邀请好友"
  204. }
  205. }
  206. ],
  207. "subPackages": [{
  208. "root": "pages/activity",
  209. "name": "activity",
  210. "pages": [{
  211. "path": "goods_bargain/index",
  212. "style": {
  213. "navigationStyle": "custom"
  214. // #ifdef MP
  215. ,
  216. "navigationBarTextStyle": "#fff"
  217. // #endif
  218. }
  219. },
  220. {
  221. "path": "goods_bargain_details/index",
  222. "style": {
  223. "navigationStyle": "custom"
  224. // #ifdef MP
  225. ,
  226. "navigationBarTextStyle": "#fff"
  227. // #endif
  228. }
  229. },
  230. {
  231. "path": "bargain/index",
  232. "style": {
  233. "navigationBarTitleText": "砍价记录"
  234. }
  235. }
  236. ]
  237. }],
  238. "globalStyle": {
  239. "navigationBarTextStyle": "black",
  240. "navigationBarTitleText": "uni-app",
  241. "navigationBarBackgroundColor": "#FFFFFF",
  242. "backgroundColor": "#f8f8f8"
  243. },
  244. "tabBar": {
  245. "color": "#C0C4CC",
  246. "selectedColor": "#5DBC7C",
  247. "borderStyle": "black",
  248. "backgroundColor": "#ffffff",
  249. "list": [{
  250. "pagePath": "pages/index/index",
  251. "iconPath": "static/tabBar/tab-home.png",
  252. "selectedIconPath": "static/tabBar/tab-home-current.png",
  253. "text": "首页"
  254. },
  255. {
  256. "pagePath": "pages/order/order",
  257. "iconPath": "static/tabBar/tab-cate.png",
  258. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  259. "text": "分类"
  260. },
  261. {
  262. "pagePath": "pages/user/user",
  263. "iconPath": "static/tabBar/tab-my.png",
  264. "selectedIconPath": "static/tabBar/tab-my-current.png",
  265. "text": "我的"
  266. }
  267. ]
  268. }
  269. }