pages.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. // 首页
  7. {
  8. "path": "pages/index/index",
  9. "style": {
  10. "navigationBarTitleText": "BCMM",
  11. "navigationStyle": "custom"
  12. }
  13. },
  14. {
  15. "path": "pages/index/nodeDetail",
  16. "style": {
  17. "navigationBarTitleText": "BCMM",
  18. "navigationStyle": "custom"
  19. }
  20. },
  21. {
  22. "path": "pages/index/bind",
  23. "style": {
  24. "navigationBarTitleText": "BCMM",
  25. "navigationStyle": "custom"
  26. }
  27. },
  28. {
  29. "path": "pages/index/info",
  30. "style": {
  31. "navigationBarTitleText": "BCMM",
  32. "navigationStyle": "custom"
  33. }
  34. },
  35. {
  36. "path": "pages/index/node",
  37. "style": {
  38. "navigationBarTitleText": "BCMM",
  39. "navigationStyle": "custom"
  40. }
  41. },
  42. {
  43. "path": "pages/index/community",
  44. "style": {
  45. "navigationBarTitleText": "BCMM",
  46. "navigationStyle": "custom"
  47. }
  48. },{
  49. "path": "pages/index/communityDetail",
  50. "style": {
  51. "navigationBarTitleText": "BCMM",
  52. "navigationStyle": "custom"
  53. }
  54. },
  55. {
  56. "path": "pages/index/buling",
  57. "style": {
  58. "navigationBarTitleText": "BCMM",
  59. "navigationStyle": "custom"
  60. }
  61. },
  62. {
  63. "path": "pages/user/shareItem",
  64. "style": {
  65. "navigationBarTitleText": "BCMM",
  66. "navigationStyle": "custom"
  67. }
  68. },
  69. {
  70. "path": "pages/user/user",
  71. "style": {
  72. "navigationBarTitleText": "BCMM",
  73. "navigationStyle": "custom"
  74. }
  75. },
  76. {
  77. "path": "pages/user/transfer",
  78. "style": {
  79. "navigationBarTitleText": "BCMM",
  80. "navigationStyle": "custom"
  81. }
  82. },
  83. {
  84. "path": "pages/user/money",
  85. "style": {
  86. "navigationBarTitleText": "BCMM",
  87. "navigationBarBackgroundColor": "rgb(12, 8, 21)",
  88. "navigationBarTextStyle": "white"
  89. }
  90. },
  91. {
  92. "path": "pages/user/myDetail",
  93. "style": {
  94. "navigationBarTitleText": "BCMM",
  95. "navigationStyle": "custom"
  96. }
  97. },
  98. {
  99. "path": "pages/user/withdrawal",
  100. "style": {
  101. "navigationBarTitleText": "BCMM",
  102. "navigationStyle": "custom"
  103. }
  104. }
  105. ]
  106. // ,
  107. // "tabBar": {
  108. // "color": "#666992",
  109. // "selectedColor": "#17C474",
  110. // "borderStyle": "black",
  111. // "backgroundColor": "#fff",
  112. // "list": [{
  113. // "visible": false,
  114. // "pagePath": "pages/index/index",
  115. // "iconPath": "static/tabBar/home.png",
  116. // "selectedIconPath": "static/tabBar/home-index.png",
  117. // "text": "首頁"
  118. // },
  119. // {
  120. // "visible": false,
  121. // "pagePath": "pages/order/index",
  122. // "iconPath": "static/tabBar/order.png",
  123. // "selectedIconPath": "static/tabBar/order-index.png",
  124. // "text": "訂單"
  125. // },
  126. // {
  127. // "visible": false,
  128. // "pagePath": "pages/leaks/index",
  129. // "iconPath": "static/tabBar/leaks.png",
  130. // "selectedIconPath": "static/tabBar/leaks-index.png",
  131. // "text": "撿漏"
  132. // },
  133. // {
  134. // "visible": false,
  135. // "pagePath": "pages/user/user",
  136. // "iconPath": "static/tabBar/user.png",
  137. // "selectedIconPath": "static/tabBar/user-index.png",
  138. // "text": "我的"
  139. // }
  140. // ]
  141. // }
  142. }