pages.json 7.1 KB

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