pages.json 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  1. {
  2. "globalStyle": {
  3. "navigationStyle": "default",
  4. "navigationBarTitleText": "BandhuBuy",
  5. "navigationBarBackgroundColor": "#f8f8f8",
  6. "navigationBarTextStyle": "black",
  7. "backgroundColor": "#FFFFFF",
  8. "app-plus": {
  9. "scrollIndicator": "none"
  10. }
  11. },
  12. "easycom": {
  13. "autoscan": true,
  14. "custom": {
  15. "^fg-(.*)": "@/components/fg-$1/fg-$1.vue",
  16. "^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue",
  17. "^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
  18. }
  19. },
  20. "pages": [
  21. {
  22. "path": "pages/index/index",
  23. "type": "home",
  24. "layout": "tabbar",
  25. "style": {
  26. "navigationStyle": "custom"
  27. }
  28. },
  29. {
  30. "path": "pages/bestSellers/bestSellers",
  31. "type": "page",
  32. "layout": "default",
  33. "style": {
  34. "navigationStyle": "custom"
  35. }
  36. },
  37. {
  38. "path": "pages/forgotPassword/forgotPassword",
  39. "type": "page",
  40. "layout": "default",
  41. "style": {
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path": "pages/income/income",
  47. "type": "page",
  48. "layout": "tabbar",
  49. "needLogin": true,
  50. "style": {
  51. "navigationBarTitleText": "%income.title%",
  52. "navigationBarBackgroundColor": "#fff"
  53. }
  54. },
  55. {
  56. "path": "pages/login/login",
  57. "type": "page",
  58. "layout": "default",
  59. "style": {
  60. "navigationStyle": "custom"
  61. }
  62. },
  63. {
  64. "path": "pages/mine/addressBook",
  65. "type": "page",
  66. "layout": "default",
  67. "style": {
  68. "navigationBarTitleText": "%addressBook.title%",
  69. "navigationBarBackgroundColor": "#fff"
  70. }
  71. },
  72. {
  73. "path": "pages/mine/addressBookOperate",
  74. "type": "page",
  75. "layout": "default",
  76. "style": {
  77. "navigationBarTitleText": "%addressBook.title%",
  78. "navigationBarBackgroundColor": "#fff"
  79. }
  80. },
  81. {
  82. "path": "pages/mine/mine",
  83. "type": "page",
  84. "layout": "tabbar",
  85. "needLogin": true,
  86. "style": {
  87. "navigationStyle": "custom"
  88. }
  89. },
  90. {
  91. "path": "pages/mine/myFavorite",
  92. "type": "page",
  93. "layout": "default",
  94. "style": {
  95. "navigationBarTitleText": "%mine.pages.myFavorite.title%",
  96. "navigationBarBackgroundColor": "#fff"
  97. }
  98. },
  99. {
  100. "path": "pages/mine/myProfile",
  101. "type": "page",
  102. "layout": "default",
  103. "style": {
  104. "navigationBarTitleText": "%myProfile.title%",
  105. "navigationBarBackgroundColor": "#fff"
  106. }
  107. },
  108. {
  109. "path": "pages/mine/setting",
  110. "type": "page",
  111. "layout": "default",
  112. "style": {
  113. "navigationBarTitleText": "%setting.title%",
  114. "navigationBarBackgroundColor": "#fff"
  115. }
  116. },
  117. {
  118. "path": "pages/mine/share",
  119. "type": "page",
  120. "layout": "default",
  121. "style": {
  122. "navigationStyle": "custom",
  123. "navigationBarTitleText": "%mine.pages.share.title%"
  124. }
  125. },
  126. {
  127. "path": "pages/missionCenter/missionCenter",
  128. "type": "page",
  129. "layout": "default",
  130. "needLogin": true,
  131. "style": {
  132. "navigationBarTitleText": "%missionCenter.title%",
  133. "navigationBarBackgroundColor": "#fff"
  134. }
  135. },
  136. {
  137. "path": "pages/myOrders/myOrders",
  138. "type": "page",
  139. "layout": "default",
  140. "style": {
  141. "navigationBarTitleText": "%myOrders.title%",
  142. "navigationBarBackgroundColor": "#fff"
  143. }
  144. },
  145. {
  146. "path": "pages/myOrders/orderDetail",
  147. "type": "page",
  148. "layout": "default",
  149. "style": {
  150. "navigationBarTitleText": "%orderDetail.title%",
  151. "navigationBarBackgroundColor": "#fff"
  152. }
  153. },
  154. {
  155. "path": "pages/notifications/notifications",
  156. "type": "page",
  157. "layout": "default",
  158. "needLogin": true,
  159. "style": {
  160. "navigationBarTitleText": "%notifications.title%",
  161. "navigationBarBackgroundColor": "#fff"
  162. }
  163. },
  164. {
  165. "path": "pages/productDetail/checkOut",
  166. "type": "page",
  167. "layout": "default",
  168. "needLogin": true,
  169. "style": {
  170. "navigationBarTitleText": "%checkout.title%",
  171. "navigationBarBackgroundColor": "#fff"
  172. }
  173. },
  174. {
  175. "path": "pages/productDetail/productDetail",
  176. "type": "page",
  177. "layout": "default",
  178. "style": {
  179. "navigationStyle": "custom"
  180. }
  181. },
  182. {
  183. "path": "pages/referEarn/referEarn",
  184. "type": "page",
  185. "layout": "default",
  186. "style": {
  187. "navigationStyle": "custom"
  188. }
  189. },
  190. {
  191. "path": "pages/register/register",
  192. "type": "page",
  193. "layout": "default",
  194. "style": {
  195. "navigationStyle": "custom"
  196. }
  197. },
  198. {
  199. "path": "pages/search/search",
  200. "type": "page",
  201. "layout": "default",
  202. "style": {
  203. "navigationStyle": "custom"
  204. }
  205. },
  206. {
  207. "path": "pages/topChampions/topChampions",
  208. "type": "page",
  209. "layout": "default",
  210. "style": {
  211. "navigationStyle": "custom"
  212. }
  213. },
  214. {
  215. "path": "pages/vipMembership/vipMembership",
  216. "type": "page",
  217. "layout": "default",
  218. "needLogin": true,
  219. "style": {
  220. "navigationBarTitleText": "%vipMembership.title%",
  221. "navigationBarBackgroundColor": "#FFFFFF"
  222. }
  223. },
  224. {
  225. "path": "pages/wallet/myWallet",
  226. "type": "page",
  227. "layout": "default",
  228. "needLogin": true,
  229. "style": {
  230. "navigationBarTitleText": "%wallet.myWallet.title%",
  231. "navigationBarBackgroundColor": "#fff"
  232. }
  233. },
  234. {
  235. "path": "pages/wallet/recharge",
  236. "type": "page",
  237. "layout": "default",
  238. "style": {
  239. "navigationBarTitleText": "%wallet.recharge.title%",
  240. "navigationBarBackgroundColor": "#fff",
  241. "app-plus": {
  242. "titleNView": {
  243. "buttons": [
  244. {
  245. "text": "Record",
  246. "fontSize": "28rpx",
  247. "width": "85px"
  248. }
  249. ]
  250. }
  251. }
  252. }
  253. },
  254. {
  255. "path": "pages/wallet/rechargeRecord",
  256. "type": "page",
  257. "layout": "default",
  258. "style": {
  259. "navigationBarTitleText": "%wallet.rechargeRecord.title%",
  260. "navigationBarBackgroundColor": "#fff"
  261. }
  262. },
  263. {
  264. "path": "pages/wallet/withdraw",
  265. "type": "page",
  266. "layout": "default",
  267. "style": {
  268. "navigationStyle": "custom",
  269. "navigationBarTitleText": "%wallet.withdraw.title%"
  270. }
  271. },
  272. {
  273. "path": "pages/wallet/withdrawRecord",
  274. "type": "page",
  275. "layout": "default",
  276. "style": {
  277. "navigationBarTitleText": "%wallet.withdrawRecord.title%",
  278. "navigationBarBackgroundColor": "#fff"
  279. }
  280. },
  281. {
  282. "path": "pages/webLink/webLink",
  283. "type": "page",
  284. "layout": "default",
  285. "needLogin": true,
  286. "style": {
  287. "navigationBarTitleText": "",
  288. "navigationBarBackgroundColor": "#fff"
  289. }
  290. }
  291. ],
  292. "subPackages": []
  293. }