pages.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "奥莱优品",
  7. "navigationBarBackgroundColor": "#007aff",
  8. "navigationBarTextStyle": "white"
  9. }
  10. },{
  11. "path" : "pages/order/order",
  12. "style" :
  13. {
  14. "navigationBarTitleText" : "订单中心",
  15. "navigationBarBackgroundColor": "#007aff",
  16. "navigationBarTextStyle": "white"
  17. }
  18. },
  19. {
  20. "path" : "pages/user/user",
  21. "style" :
  22. {
  23. "navigationBarTitleText" : "我的",
  24. "navigationBarBackgroundColor": "#007aff",
  25. "navigationBarTextStyle": "white"
  26. }
  27. },
  28. {
  29. "path" : "pages/auth/login",
  30. "style" :
  31. {
  32. "navigationBarTitleText" : "授权登录"
  33. }
  34. },
  35. {
  36. "path" : "pages/service/service",
  37. "style" :
  38. {
  39. "navigationBarTitleText" : "客服中心",
  40. "navigationBarBackgroundColor": "#ffffff",
  41. "navigationBarBackgroundColor": "#007aff",
  42. "navigationBarTextStyle": "white"
  43. }
  44. },
  45. {
  46. "path" : "pages/goods/detail",
  47. "style" :
  48. {
  49. "navigationBarTitleText" : "商品详情",
  50. "navigationBarBackgroundColor": "#ffffff",
  51. "usingComponents": {
  52. "pay-button-sdk": "tta5a3d31e3aecfb9b11://pay-button"
  53. }
  54. }
  55. },
  56. {
  57. "path" : "pages/order/detail",
  58. "style" :
  59. {
  60. "navigationBarTitleText" : "订单详情",
  61. "navigationBarBackgroundColor": "#007aff",
  62. "navigationBarTextStyle": "white",
  63. "usingComponents": {
  64. "pay-button-sdk": "tta5a3d31e3aecfb9b11://pay-button"
  65. }
  66. }
  67. },
  68. {
  69. "path" : "pages/user/coupon/coupon",
  70. "style" :
  71. {
  72. "navigationBarTitleText" : "",
  73. "navigationBarBackgroundColor": "#ffffff"
  74. }
  75. },
  76. {
  77. "path" : "pages/user/profile",
  78. "style" :
  79. {
  80. "navigationBarTitleText" : "",
  81. "navigationBarBackgroundColor": "#ffffff"
  82. }
  83. },
  84. {
  85. "path" : "pages/user/address/address",
  86. "style" :
  87. {
  88. "navigationBarTitleText" : "",
  89. "navigationBarBackgroundColor": "#ffffff"
  90. }
  91. },
  92. {
  93. "path" : "pages/user/license",
  94. "style" :
  95. {
  96. "navigationBarTitleText" : "资质中心",
  97. "navigationBarBackgroundColor": "#007aff",
  98. "navigationBarTextStyle": "white"
  99. }
  100. },
  101. {
  102. "path": "pages/service/chat/chat",
  103. "style": {
  104. "navigationBarTitleText": ""
  105. }
  106. },
  107. {
  108. "path": "pages/index/search",
  109. "style": {
  110. "navigationBarTitleText": ""
  111. }
  112. },
  113. {
  114. "path": "pages/order/refund",
  115. "style": {
  116. "navigationBarTitleText": "申请退款",
  117. "navigationBarBackgroundColor": "#ffffff",
  118. "backgroundColor": "#f8f8f8",
  119. "usingComponents": {
  120. "pay-button-sdk": "tta5a3d31e3aecfb9b11://pay-button"
  121. }
  122. }
  123. },
  124. {
  125. "path": "pages/order/complaint/complaint",
  126. "style": {
  127. "navigationBarTitleText": "交易投诉",
  128. "navigationBarBackgroundColor": "#ffffff"
  129. }
  130. },
  131. {
  132. "path": "pages/web/web",
  133. "style": {
  134. "navigationBarTitleText": ""
  135. }
  136. }
  137. ],
  138. "tabBar": {
  139. "backgroundColor": "#ffffff",
  140. "color": "#999999",
  141. "selectedColor": "#007aff",
  142. "list": [
  143. {
  144. "iconPath": "/static/image/home.png",
  145. "pagePath": "pages/index/index",
  146. "text": "首页",
  147. "selectedIconPath": "/static/image/home-fill.png"
  148. },
  149. {
  150. "iconPath": "/static/image/order.png",
  151. "pagePath": "pages/order/order",
  152. "text": "订单",
  153. "selectedIconPath": "/static/image/order-fill.png"
  154. },
  155. {
  156. "iconPath": "/static/image/kf.png",
  157. "pagePath": "pages/service/service",
  158. "text": "消息",
  159. "selectedIconPath": "/static/image/kf-fill.png"
  160. },
  161. {
  162. "iconPath": "/static/image/user.png",
  163. "pagePath": "pages/user/user",
  164. "text": "我的",
  165. "selectedIconPath": "/static/image/user-fill.png"
  166. }
  167. ]
  168. },
  169. "globalStyle": {
  170. "navigationBarTextStyle": "black",
  171. "navigationBarTitleText": "涤斐先生",
  172. "navigationBarBackgroundColor": "#ffffff",
  173. "backgroundColor": "#F8F8F8"
  174. },
  175. "uniIdRouter": {},
  176. "navigateToMiniProgramAppIdList":["ttfdf88b4562fa270b01","tta561d3dc3a7b1eab01"]
  177. }