pages.json 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. {
  2. "globalStyle": {
  3. "navigationStyle": "default",
  4. "navigationBarTitleText": "unibest",
  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. "__esModule": true,
  48. "pages": [
  49. {
  50. "path": "pages/index/index",
  51. "type": "home",
  52. "layout": "tabbar",
  53. "style": {
  54. "navigationStyle": "custom"
  55. }
  56. },
  57. {
  58. "path": "pages/bestSellers/bestSellers",
  59. "type": "page",
  60. "layout": "default",
  61. "style": {
  62. "navigationStyle": "custom"
  63. }
  64. },
  65. {
  66. "path": "pages/forgotPassword/forgotPassword",
  67. "type": "page",
  68. "layout": "default",
  69. "style": {
  70. "navigationStyle": "custom"
  71. }
  72. },
  73. {
  74. "path": "pages/income/income",
  75. "type": "page",
  76. "layout": "default",
  77. "needLogin": true,
  78. "style": {
  79. "navigationBarTitleText": "%income.title%",
  80. "navigationBarBackgroundColor": "#fff"
  81. }
  82. },
  83. {
  84. "path": "pages/login/login",
  85. "type": "page",
  86. "layout": "default",
  87. "style": {
  88. "navigationStyle": "custom"
  89. }
  90. },
  91. {
  92. "path": "pages/mine/addressBook",
  93. "type": "page",
  94. "layout": "default",
  95. "style": {
  96. "navigationBarTitleText": "Address Book",
  97. "navigationBarBackgroundColor": "#fff"
  98. }
  99. },
  100. {
  101. "path": "pages/mine/addressBookOperate",
  102. "type": "page",
  103. "layout": "default",
  104. "style": {
  105. "navigationBarTitleText": "Address Book",
  106. "navigationBarBackgroundColor": "#fff"
  107. }
  108. },
  109. {
  110. "path": "pages/mine/mine",
  111. "type": "page",
  112. "layout": "default",
  113. "needLogin": true,
  114. "style": {
  115. "navigationStyle": "custom"
  116. }
  117. },
  118. {
  119. "path": "pages/mine/myFavorite",
  120. "type": "page",
  121. "layout": "default",
  122. "style": {
  123. "navigationBarTitleText": "My Favorite",
  124. "navigationBarBackgroundColor": "#fff"
  125. }
  126. },
  127. {
  128. "path": "pages/mine/myProfile",
  129. "type": "page",
  130. "layout": "default",
  131. "style": {
  132. "navigationBarTitleText": "My Profile",
  133. "navigationBarBackgroundColor": "#fff"
  134. }
  135. },
  136. {
  137. "path": "pages/mine/setting",
  138. "type": "page",
  139. "layout": "default",
  140. "style": {
  141. "navigationBarTitleText": "%setting.title%",
  142. "navigationBarBackgroundColor": "#fff"
  143. }
  144. },
  145. {
  146. "path": "pages/mine/share",
  147. "type": "page",
  148. "layout": "default",
  149. "style": {
  150. "navigationStyle": "custom"
  151. }
  152. },
  153. {
  154. "path": "pages/missionCenter/missionCenter",
  155. "type": "page",
  156. "layout": "default",
  157. "style": {
  158. "navigationBarTitleText": "Mission Center",
  159. "navigationBarBackgroundColor": "#fff"
  160. }
  161. },
  162. {
  163. "path": "pages/myOrders/myOrders",
  164. "type": "page",
  165. "layout": "default",
  166. "style": {
  167. "navigationBarTitleText": "My Orders",
  168. "navigationBarBackgroundColor": "#fff"
  169. }
  170. },
  171. {
  172. "path": "pages/myOrders/orderDetail",
  173. "type": "page",
  174. "layout": "default",
  175. "style": {
  176. "navigationBarTitleText": "My Orders",
  177. "navigationBarBackgroundColor": "#fff"
  178. }
  179. },
  180. {
  181. "path": "pages/notifications/notifications",
  182. "type": "page",
  183. "layout": "default",
  184. "style": {
  185. "navigationBarTitleText": "Notifications",
  186. "navigationBarBackgroundColor": "#fff"
  187. }
  188. },
  189. {
  190. "path": "pages/productDetail/checkOut",
  191. "type": "page",
  192. "layout": "default",
  193. "needLogin": true,
  194. "style": {
  195. "navigationBarTitleText": "Checkout",
  196. "navigationBarBackgroundColor": "#fff"
  197. }
  198. },
  199. {
  200. "path": "pages/productDetail/productDetail",
  201. "type": "page",
  202. "layout": "default",
  203. "style": {
  204. "navigationStyle": "custom"
  205. }
  206. },
  207. {
  208. "path": "pages/referEarn/referEarn",
  209. "type": "page",
  210. "layout": "default",
  211. "style": {
  212. "navigationStyle": "custom"
  213. }
  214. },
  215. {
  216. "path": "pages/register/register",
  217. "type": "page",
  218. "layout": "default",
  219. "style": {
  220. "navigationStyle": "custom"
  221. }
  222. },
  223. {
  224. "path": "pages/search/search",
  225. "type": "page",
  226. "layout": "default",
  227. "style": {
  228. "navigationStyle": "custom"
  229. }
  230. },
  231. {
  232. "path": "pages/topChampions/topChampions",
  233. "type": "page",
  234. "layout": "default",
  235. "style": {
  236. "navigationStyle": "custom"
  237. }
  238. },
  239. {
  240. "path": "pages/vipMembership/vipMembership",
  241. "type": "page",
  242. "layout": "default",
  243. "needLogin": true,
  244. "style": {
  245. "navigationBarTitleText": "VIP Membership",
  246. "navigationBarBackgroundColor": "#FFFFFF"
  247. }
  248. },
  249. {
  250. "path": "pages/wallet/myWallet",
  251. "type": "page",
  252. "layout": "default",
  253. "needLogin": true,
  254. "style": {
  255. "navigationBarTitleText": "My Wallet",
  256. "navigationBarBackgroundColor": "#fff"
  257. }
  258. },
  259. {
  260. "path": "pages/wallet/recharge",
  261. "type": "page",
  262. "layout": "default",
  263. "style": {
  264. "navigationBarTitleText": "Recharge",
  265. "navigationBarBackgroundColor": "#fff",
  266. "app-plus": {
  267. "titleNView": {
  268. "buttons": [
  269. {
  270. "text": "Record",
  271. "fontSize": "28rpx",
  272. "width": "85px"
  273. }
  274. ]
  275. }
  276. }
  277. }
  278. },
  279. {
  280. "path": "pages/wallet/rechargeRecord",
  281. "type": "page",
  282. "layout": "default",
  283. "style": {
  284. "navigationBarTitleText": "Recharge Record",
  285. "navigationBarBackgroundColor": "#fff"
  286. }
  287. },
  288. {
  289. "path": "pages/wallet/withdraw",
  290. "type": "page",
  291. "layout": "default",
  292. "style": {
  293. "navigationStyle": "custom",
  294. "navigationBarTitleText": "Withdraw"
  295. }
  296. },
  297. {
  298. "path": "pages/wallet/withdrawRecord",
  299. "type": "page",
  300. "layout": "default",
  301. "style": {
  302. "navigationBarTitleText": "Withdraw Record",
  303. "navigationBarBackgroundColor": "#fff"
  304. }
  305. },
  306. {
  307. "path": "pages/webLink/webLink",
  308. "type": "page",
  309. "layout": "default",
  310. "needLogin": true,
  311. "style": {
  312. "navigationBarTitleText": "",
  313. "navigationBarBackgroundColor": "#fff"
  314. }
  315. }
  316. ],
  317. "subPackages": []
  318. }