pages.json 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "enablePullDownRefresh": true,
  6. // #ifdef MP
  7. "navigationStyle": "custom",
  8. // #endif
  9. // #ifndef MP
  10. // "app-plus": {
  11. // "titleNView": {
  12. // "type": "transparent",
  13. // "searchInput": {
  14. // "backgroundColor": "rgba(231, 231, 231,.7)",
  15. // "borderRadius": "16px",
  16. // "placeholder": "请输入关键字",
  17. // "disabled": true,
  18. // "placeholderColor": "#606266",
  19. // "align": "left"
  20. // },
  21. // "buttons": [{
  22. // "fontSrc": "/static/yticon.ttf",
  23. // "text": "\ue60d",
  24. // "fontSize": "26",
  25. // "color": "#303133",
  26. // "float": "left",
  27. // "background": "rgba(0,0,0,0)"
  28. // },
  29. // {
  30. // "fontSrc": "/static/yticon.ttf",
  31. // "text": "\ue744",
  32. // "fontSize": "27",
  33. // "color": "#303133",
  34. // "background": "rgba(0,0,0,0)"
  35. // }
  36. // ]
  37. // }
  38. // },
  39. // #endif
  40. "navigationBarTitleText": "商城首页",
  41. "app-plus": {
  42. "titleNView": {
  43. "type": "transparent"
  44. }
  45. }
  46. }
  47. },
  48. {
  49. "path": "pages/public/register",
  50. "style": {
  51. "navigationBarTitleText": "注册",
  52. "app-plus": {
  53. "titleNView": {
  54. "type": "transparent"
  55. }
  56. }
  57. }
  58. }, {
  59. "path": "pages/public/login",
  60. "style": {
  61. "navigationBarTitleText": "登录",
  62. "app-plus": {
  63. "titleNView": {
  64. "type": "transparent"
  65. }
  66. }
  67. }
  68. },
  69. {
  70. "path": "pages/public/wxLogin",
  71. "style": {
  72. "navigationBarTitleText": "微信登录",
  73. "app-plus": {
  74. "titleNView": {
  75. "type": "transparent"
  76. }
  77. }
  78. }
  79. },
  80. {
  81. "path": "pages/money/payment",
  82. "style": {
  83. "navigationBarTitleText": "支付密码"
  84. }
  85. },
  86. {
  87. "path": "pages/public/forget",
  88. "style": {
  89. "navigationBarTitleText": "忘记密码",
  90. "app-plus": {
  91. "titleNView": {
  92. "type": "transparent"
  93. }
  94. }
  95. }
  96. },
  97. {
  98. "path": "pages/set/set",
  99. "style": {
  100. "navigationBarTitleText": "设置"
  101. }
  102. },
  103. {
  104. "path": "pages/set/address",
  105. "style": {
  106. "navigationBarTitleText": "收货地址"
  107. }
  108. },
  109. {
  110. "path": "pages/assets/myPing",
  111. "style": {
  112. "navigationBarTitleText": "我的拼购"
  113. }
  114. },
  115. {
  116. "path": "pages/assets/teamDetails",
  117. "style": {
  118. "navigationBarTitleText": "我的组队详情"
  119. }
  120. },
  121. {
  122. "path": "pages/set/addressManage",
  123. "style": {
  124. "navigationBarTitleText": ""
  125. }
  126. },
  127. {
  128. "path": "pages/user/extension",
  129. "style": {
  130. "navigationBarTitleText": "我的推广",
  131. "app-plus": {
  132. "titleNView": false
  133. }
  134. }
  135. },
  136. {
  137. "path": "pages/set/phone",
  138. "style": {
  139. "navigationBarTitleText": "实名认证"
  140. }
  141. },
  142. {
  143. "path": "pages/set/password",
  144. "style": {
  145. "navigationBarTitleText": "修改密码"
  146. }
  147. },
  148. {
  149. "path": "pages/set/userinfo",
  150. "style": {
  151. "navigationBarTitleText": "修改资料"
  152. }
  153. },
  154. {
  155. "path": "pages/user/user",
  156. "style": {
  157. // #ifndef MP-WEIXIN
  158. "navigationStyle": "custom",
  159. // "app-plus": {
  160. // "bounce": "none",
  161. // "titleNView": {
  162. // "type": "transparent",
  163. // "buttons": [{
  164. // "fontSrc": "/static/yticon.ttf",
  165. // "text": "\ue60f",
  166. // "fontSize": "24",
  167. // "color": "#303133",
  168. // "width": "46px",
  169. // "background": "rgba(0,0,0,0)"
  170. // },
  171. // {
  172. // "fontSrc": "/static/yticon.ttf",
  173. // "text": "\ue744",
  174. // "fontSize": "28",
  175. // "color": "#303133",
  176. // "background": "rgba(0,0,0,0)",
  177. // "redDot": true
  178. // }
  179. // ]
  180. // }
  181. // },
  182. // #endif
  183. "navigationBarTitleText": "个人中心"
  184. }
  185. },
  186. {
  187. "path": "pages/user/award",
  188. "style": {
  189. "navigationBarTitleText": "奖励明细",
  190. "app-plus": {
  191. "titleNView": {
  192. "type": "transparent"
  193. }
  194. }
  195. }
  196. },
  197. {
  198. "path": "pages/user/withdrawal",
  199. "style": {
  200. "navigationBarTitleText": "奖励提现"
  201. }
  202. },
  203. {
  204. "path": "pages/user/notice",
  205. "style": {
  206. "navigationBarTitleText": "通知"
  207. }
  208. },
  209. {
  210. "path": "pages/user/favorites",
  211. "style": {
  212. "navigationBarTitleText": "收藏夹"
  213. }
  214. }, {
  215. "path": "pages/user/coupon",
  216. "style": {
  217. "navigationBarTitleText": "我的卡卷"
  218. }
  219. },
  220. {
  221. "path": "pages/user/scoreAccumulate",
  222. "style": {
  223. "navigationBarTitleText": "积分明细"
  224. }
  225. },
  226. {
  227. "path": "pages/market/market",
  228. "style": {
  229. "navigationBarTitleText": "市场"
  230. }
  231. },
  232. {
  233. "path": "pages/assets/assets",
  234. "style": {
  235. "navigationBarTitleText": "资产"
  236. }
  237. },
  238. {
  239. "path": "pages/money/pay",
  240. "style": {
  241. "navigationBarTitleText": "支付"
  242. }
  243. },
  244. {
  245. "path": "pages/money/paySuccess",
  246. "style": {
  247. "navigationBarTitleText": "支付成功"
  248. }
  249. },
  250. {
  251. "path": "pages/money/wallet",
  252. "style": {
  253. "navigationBarTitleText": "我的钱包",
  254. "app-plus": {
  255. "titleNView": {
  256. "type": "transparent"
  257. }
  258. }
  259. }
  260. },
  261. {
  262. "path": "pages/money/account",
  263. "style": {
  264. "navigationBarTitleText": "提现账号"
  265. }
  266. },
  267. {
  268. "path": "pages/money/withdrawal",
  269. "style": {
  270. "navigationBarTitleText": "提现"
  271. }
  272. },
  273. {
  274. "path": "pages/money/recharge",
  275. "style": {
  276. "navigationBarTitleText": "充值"
  277. }
  278. },
  279. {
  280. "path": "pages/redirect/redirect",
  281. "style": {
  282. "navigationBarTitleText": "微信登录跳转页面",
  283. "app-plus": {
  284. "titleNView": false
  285. }
  286. }
  287. },
  288. {
  289. "path": "pages/user/shareQrCode",
  290. "style": {
  291. "navigationBarTitleText": "邀请好友"
  292. }
  293. }
  294. ],
  295. "globalStyle": {
  296. "navigationBarTextStyle": "black",
  297. "navigationBarTitleText": "uni-app",
  298. "navigationBarBackgroundColor": "#FFFFFF",
  299. "backgroundColor": "#f8f8f8"
  300. },
  301. "tabBar": {
  302. "color": "#C0C4CC",
  303. "selectedColor": "#44969D",
  304. "borderStyle": "black",
  305. "backgroundColor": "#ffffff",
  306. "list": [{
  307. "pagePath": "pages/index/index",
  308. "iconPath": "static/tabBar/tab-home.png",
  309. "selectedIconPath": "static/tabBar/tab-home-current.png",
  310. "text": "首页"
  311. },
  312. {
  313. "pagePath": "pages/market/market",
  314. "iconPath": "static/tabBar/tab-market.png",
  315. "selectedIconPath": "static/tabBar/tab-market-current.png",
  316. "text": "市场"
  317. },
  318. {
  319. "pagePath": "pages/assets/assets",
  320. "iconPath": "static/tabBar/tab-assets.png",
  321. "selectedIconPath": "static/tabBar/tab-assets-current.png",
  322. "text": "资产"
  323. },
  324. {
  325. "pagePath": "pages/user/user",
  326. "iconPath": "static/tabBar/tab-my.png",
  327. "selectedIconPath": "static/tabBar/tab-my-current.png",
  328. "text": "我的"
  329. }
  330. ]
  331. }
  332. }