pages.json 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  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. "tabBar": {
  21. "color": "#999999",
  22. "selectedColor": "#e61b28",
  23. "backgroundColor": "#ffffff",
  24. "borderStyle": "#c1c1c1",
  25. "height": "50px",
  26. "fontSize": "10px",
  27. "iconWidth": "24px",
  28. "spacing": "3px",
  29. "list": [
  30. {
  31. "iconPath": "static/tabbar/home.png",
  32. "selectedIconPath": "static/tabbar/homeHL.png",
  33. "pagePath": "pages/index/index"
  34. },
  35. {
  36. "iconPath": "static/tabbar/income.png",
  37. "selectedIconPath": "static/tabbar/incomeHL.png",
  38. "pagePath": "pages/income/income"
  39. },
  40. {
  41. "iconPath": "static/tabbar/mine.png",
  42. "selectedIconPath": "static/tabbar/mineHL.png",
  43. "pagePath": "pages/mine/mine"
  44. }
  45. ]
  46. },
  47. "pages": [
  48. {
  49. "path": "pages/index/index",
  50. "type": "home",
  51. "layout": "tabbar",
  52. "style": {
  53. "navigationStyle": "custom"
  54. }
  55. },
  56. {
  57. "path": "pages/bestSellers/bestSellers",
  58. "type": "page",
  59. "layout": "default",
  60. "style": {
  61. "navigationStyle": "custom"
  62. }
  63. },
  64. {
  65. "path": "pages/forgotPassword/forgotPassword",
  66. "type": "page",
  67. "layout": "default",
  68. "style": {
  69. "navigationStyle": "custom"
  70. }
  71. },
  72. {
  73. "path": "pages/income/income",
  74. "type": "page",
  75. "layout": "tabbar",
  76. "needLogin": true,
  77. "style": {
  78. "navigationBarTitleText": "%income.title%",
  79. "navigationBarBackgroundColor": "#fff"
  80. }
  81. },
  82. {
  83. "path": "pages/login/login",
  84. "type": "page",
  85. "layout": "default",
  86. "style": {
  87. "navigationStyle": "custom"
  88. }
  89. },
  90. {
  91. "path": "pages/mine/addressBook",
  92. "type": "page",
  93. "layout": "default",
  94. "style": {
  95. "navigationBarTitleText": "%addressBook.title%",
  96. "navigationBarBackgroundColor": "#fff"
  97. }
  98. },
  99. {
  100. "path": "pages/mine/addressBookOperate",
  101. "type": "page",
  102. "layout": "default",
  103. "style": {
  104. "navigationBarTitleText": "%addressBook.title%",
  105. "navigationBarBackgroundColor": "#fff"
  106. }
  107. },
  108. {
  109. "path": "pages/mine/mine",
  110. "type": "page",
  111. "layout": "tabbar",
  112. "needLogin": true,
  113. "style": {
  114. "navigationStyle": "custom"
  115. }
  116. },
  117. {
  118. "path": "pages/mine/myFavorite",
  119. "type": "page",
  120. "layout": "default",
  121. "style": {
  122. "navigationBarTitleText": "%mine.pages.myFavorite.title%",
  123. "navigationBarBackgroundColor": "#fff"
  124. }
  125. },
  126. {
  127. "path": "pages/mine/myProfile",
  128. "type": "page",
  129. "layout": "default",
  130. "style": {
  131. "navigationBarTitleText": "%myProfile.title%",
  132. "navigationBarBackgroundColor": "#fff"
  133. }
  134. },
  135. {
  136. "path": "pages/mine/setting",
  137. "type": "page",
  138. "layout": "default",
  139. "style": {
  140. "navigationBarTitleText": "%setting.title%",
  141. "navigationBarBackgroundColor": "#fff"
  142. }
  143. },
  144. {
  145. "path": "pages/mine/share",
  146. "type": "page",
  147. "layout": "default",
  148. "style": {
  149. "navigationStyle": "custom",
  150. "navigationBarTitleText": "%mine.pages.share.title%"
  151. }
  152. },
  153. {
  154. "path": "pages/missionCenter/missionCenter",
  155. "type": "page",
  156. "layout": "default",
  157. "needLogin": true,
  158. "style": {
  159. "navigationBarTitleText": "%missionCenter.title%",
  160. "navigationBarBackgroundColor": "#fff"
  161. }
  162. },
  163. {
  164. "path": "pages/myOrders/myOrders",
  165. "type": "page",
  166. "layout": "default",
  167. "style": {
  168. "navigationBarTitleText": "%myOrders.title%",
  169. "navigationBarBackgroundColor": "#fff"
  170. }
  171. },
  172. {
  173. "path": "pages/myOrders/orderDetail",
  174. "type": "page",
  175. "layout": "default",
  176. "style": {
  177. "navigationBarTitleText": "%orderDetail.title%",
  178. "navigationBarBackgroundColor": "#fff"
  179. }
  180. },
  181. {
  182. "path": "pages/notifications/notifications",
  183. "type": "page",
  184. "layout": "default",
  185. "needLogin": true,
  186. "style": {
  187. "navigationBarTitleText": "%notifications.title%",
  188. "navigationBarBackgroundColor": "#fff"
  189. }
  190. },
  191. {
  192. "path": "pages/productDetail/checkOut",
  193. "type": "page",
  194. "layout": "default",
  195. "needLogin": true,
  196. "style": {
  197. "navigationBarTitleText": "%checkout.title%",
  198. "navigationBarBackgroundColor": "#fff"
  199. }
  200. },
  201. {
  202. "path": "pages/productDetail/productDetail",
  203. "type": "page",
  204. "layout": "default",
  205. "style": {
  206. "navigationStyle": "custom"
  207. }
  208. },
  209. {
  210. "path": "pages/referEarn/referEarn",
  211. "type": "page",
  212. "layout": "default",
  213. "needLogin": true,
  214. "style": {
  215. "navigationStyle": "custom"
  216. }
  217. },
  218. {
  219. "path": "pages/register/register",
  220. "type": "page",
  221. "layout": "default",
  222. "style": {
  223. "navigationStyle": "custom"
  224. }
  225. },
  226. {
  227. "path": "pages/search/search",
  228. "type": "page",
  229. "layout": "default",
  230. "style": {
  231. "navigationStyle": "custom"
  232. }
  233. },
  234. {
  235. "path": "pages/topChampions/topChampions",
  236. "type": "page",
  237. "layout": "default",
  238. "style": {
  239. "navigationStyle": "custom"
  240. }
  241. },
  242. {
  243. "path": "pages/vipMembership/vipMembership",
  244. "type": "page",
  245. "layout": "default",
  246. "needLogin": true,
  247. "style": {
  248. "navigationBarTitleText": "%vipMembership.title%",
  249. "navigationBarBackgroundColor": "#FFFFFF"
  250. }
  251. },
  252. {
  253. "path": "pages/wallet/myWallet",
  254. "type": "page",
  255. "layout": "default",
  256. "needLogin": true,
  257. "style": {
  258. "navigationBarTitleText": "%wallet.myWallet.title%",
  259. "navigationBarBackgroundColor": "#fff"
  260. }
  261. },
  262. {
  263. "path": "pages/wallet/recharge",
  264. "type": "page",
  265. "layout": "default",
  266. "style": {
  267. "navigationBarTitleText": "%wallet.recharge.title%",
  268. "navigationBarBackgroundColor": "#fff",
  269. "app-plus": {
  270. "titleNView": {
  271. "buttons": [
  272. {
  273. "text": "Record",
  274. "fontSize": "28rpx",
  275. "width": "85px"
  276. }
  277. ]
  278. }
  279. }
  280. }
  281. },
  282. {
  283. "path": "pages/wallet/rechargeRecord",
  284. "type": "page",
  285. "layout": "default",
  286. "style": {
  287. "navigationBarTitleText": "%wallet.rechargeRecord.title%",
  288. "navigationBarBackgroundColor": "#fff"
  289. }
  290. },
  291. {
  292. "path": "pages/wallet/withdraw",
  293. "type": "page",
  294. "layout": "default",
  295. "style": {
  296. "navigationStyle": "custom",
  297. "navigationBarTitleText": "%wallet.withdraw.title%"
  298. }
  299. },
  300. {
  301. "path": "pages/wallet/withdrawRecord",
  302. "type": "page",
  303. "layout": "default",
  304. "style": {
  305. "navigationBarTitleText": "%wallet.withdrawRecord.title%",
  306. "navigationBarBackgroundColor": "#fff"
  307. }
  308. },
  309. {
  310. "path": "pages/webLink/webLink",
  311. "type": "page",
  312. "layout": "default",
  313. "needLogin": true,
  314. "style": {
  315. "navigationBarTitleText": "",
  316. "navigationBarBackgroundColor": "#fff"
  317. }
  318. },
  319. {
  320. "path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup",
  321. "style": {
  322. "disableScroll": true,
  323. "app-plus": {
  324. "backgroundColorTop": "transparent",
  325. "background": "transparent",
  326. "titleNView": false,
  327. "scrollIndicator": false,
  328. "popGesture": "none",
  329. "animationType": "fade-in",
  330. "animationDuration": 200
  331. }
  332. }
  333. }
  334. ],
  335. "subPackages": []
  336. }