pages.json 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334
  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. "navigationStyle": "custom"
  188. }
  189. },
  190. {
  191. "path": "pages/productDetail/checkOut",
  192. "type": "page",
  193. "layout": "default",
  194. "needLogin": true,
  195. "style": {
  196. "navigationBarTitleText": "%checkout.title%",
  197. "navigationBarBackgroundColor": "#fff"
  198. }
  199. },
  200. {
  201. "path": "pages/productDetail/productDetail",
  202. "type": "page",
  203. "layout": "default",
  204. "style": {
  205. "navigationStyle": "custom"
  206. }
  207. },
  208. {
  209. "path": "pages/referEarn/referEarn",
  210. "type": "page",
  211. "layout": "default",
  212. "needLogin": true,
  213. "style": {
  214. "navigationStyle": "custom"
  215. }
  216. },
  217. {
  218. "path": "pages/register/register",
  219. "type": "page",
  220. "layout": "default",
  221. "style": {
  222. "navigationStyle": "custom"
  223. }
  224. },
  225. {
  226. "path": "pages/search/search",
  227. "type": "page",
  228. "layout": "default",
  229. "style": {
  230. "navigationStyle": "custom"
  231. }
  232. },
  233. {
  234. "path": "pages/topChampions/topChampions",
  235. "type": "page",
  236. "layout": "default",
  237. "style": {
  238. "navigationStyle": "custom"
  239. }
  240. },
  241. {
  242. "path": "pages/vipMembership/vipMembership",
  243. "type": "page",
  244. "layout": "default",
  245. "needLogin": true,
  246. "style": {
  247. "navigationBarTitleText": "%vipMembership.title%",
  248. "navigationBarBackgroundColor": "#FFFFFF"
  249. }
  250. },
  251. {
  252. "path": "pages/wallet/myWallet",
  253. "type": "page",
  254. "layout": "default",
  255. "needLogin": true,
  256. "style": {
  257. "navigationBarTitleText": "%wallet.myWallet.title%",
  258. "navigationBarBackgroundColor": "#fff"
  259. }
  260. },
  261. {
  262. "path": "pages/wallet/recharge",
  263. "type": "page",
  264. "layout": "default",
  265. "style": {
  266. "navigationBarTitleText": "%wallet.recharge.title%",
  267. "navigationBarBackgroundColor": "#fff",
  268. "app-plus": {
  269. "titleNView": {
  270. "buttons": [
  271. {
  272. "text": "Record",
  273. "fontSize": "28rpx",
  274. "width": "85px"
  275. }
  276. ]
  277. }
  278. }
  279. }
  280. },
  281. {
  282. "path": "pages/wallet/rechargeRecord",
  283. "type": "page",
  284. "layout": "default",
  285. "style": {
  286. "navigationBarTitleText": "%wallet.rechargeRecord.title%",
  287. "navigationBarBackgroundColor": "#fff"
  288. }
  289. },
  290. {
  291. "path": "pages/wallet/withdraw",
  292. "type": "page",
  293. "layout": "default",
  294. "style": {
  295. "navigationStyle": "custom",
  296. "navigationBarTitleText": "%wallet.withdraw.title%"
  297. }
  298. },
  299. {
  300. "path": "pages/wallet/withdrawRecord",
  301. "type": "page",
  302. "layout": "default",
  303. "style": {
  304. "navigationBarTitleText": "%wallet.withdrawRecord.title%",
  305. "navigationBarBackgroundColor": "#fff"
  306. }
  307. },
  308. {
  309. "path": "pages/webLink/webLink",
  310. "type": "page",
  311. "layout": "default",
  312. "style": {
  313. "navigationBarTitleText": "",
  314. "navigationBarBackgroundColor": "#fff"
  315. }
  316. },
  317. {
  318. "path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup",
  319. "style": {
  320. "disableScroll": true,
  321. "app-plus": {
  322. "backgroundColorTop": "transparent",
  323. "background": "transparent",
  324. "titleNView": false,
  325. "scrollIndicator": false,
  326. "popGesture": "none",
  327. "animationType": "fade-in",
  328. "animationDuration": 200
  329. }
  330. }
  331. }
  332. ],
  333. "subPackages": []
  334. }