pages.json 6.7 KB

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