pages.json 8.4 KB

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