pages.json 6.0 KB

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